Size: a a a

2020 June 17

P

Pathologic in Evolution CMS
я-то просто хочу вывести на странице товара значения, а тут такая подстава вдруг
источник

AS

Aliaksandr Sadouski in Evolution CMS
Я из дерева беру айди и с одной целью - чтоб по заказам сеошником нафигачить птичкой "ссылка" адскую перелинковку с выборками)
источник

P

Pathologic in Evolution CMS
придется теперь городить еще и разбор этих тв с алиасами
источник

P

Pathologic in Evolution CMS
или на id поменять
источник

AS

Aliaksandr Sadouski in Evolution CMS
В самом фильтре значения и подписи их должны быть норм, ну а на странице товара, тут уж какие в базе записаны, фильтр тут и не при делах
источник

AS

Aliaksandr Sadouski in Evolution CMS
Алиасы по идее нужны, когда в планах какую-то сео-красоту делаешь. Типа у тебя страницы color-gold-silver и на ней товары со значениями gold или silver, и все ахнули :-)
источник
2020 June 18

NF

Nick Fed in Evolution CMS
Anton
just look for MemberCheck and Personalize snippets. 1st goes for group permissions, 2nd for logged users.
Thanks Anton. I didn't know about these 2 snippets. Personalize handles the logged in / non logged in messaging  beautifully (which was going to be another question). This is great. Thanks a lot.
(ps I couldn't get MemberCheck to work - but that's ok as Personalize works)

Sasha helped out with my 404 issue... he pointed out the Authorized page setting in the Configuration file. I have changed that resource ID  to the Login page and now when a non logged in web user clicks on the link to a secure page, they get taken to the login page instead of 404. Perfect :)

Thanks for the help
источник

NF

Nick Fed in Evolution CMS
Pathologic
filters=`private`
Thanks Pathologic. I have 2 filters so not sure if the code needs to be a little different - just using the word private didn't seem to work for me, but doing it like this seems to work
&filters=`AND(
   content:c.hidemenu:is:0;
   private:is:1;
 )`
Doe that private filter look right to you now?
источник

NF

Nick Fed in Evolution CMS
Hello
Just have a Personalize snippet question related to my previous login queries.

The Personalize snippet is currently in my sidebar (which in the page source / html flow is located below the login form) - this changes to reflect if a web user logs in / logs out = which is great. Exactly what I am after for the sidebar

In the header it seems to work differently... I am trying a Personalize snippet call in the website header (which in the page source / html flow is located well above the login form) -
this does not refresh when logging in so the wrong msg gets displayed. It only changes to reflect logged in / logged out if clicking to a different page.
I am trying the snippet call uncached like so: [!Personalize? &yesChunk=wuli-content-hdr-private &noChunk=wuli-content-hdr-public!]

Are there any tricks to getting Personalize working properly in the header (like it does in the sidebar)?

Thanks and all the best
источник

E

EVO bot Лёшка in Evolution CMS
Nick Fed
Hello
Just have a Personalize snippet question related to my previous login queries.

The Personalize snippet is currently in my sidebar (which in the page source / html flow is located below the login form) - this changes to reflect if a web user logs in / logs out = which is great. Exactly what I am after for the sidebar

In the header it seems to work differently... I am trying a Personalize snippet call in the website header (which in the page source / html flow is located well above the login form) -
this does not refresh when logging in so the wrong msg gets displayed. It only changes to reflect logged in / logged out if clicking to a different page.
I am trying the snippet call uncached like so: [!Personalize? &yesChunk=wuli-content-hdr-private &noChunk=wuli-content-hdr-public!]

Are there any tricks to getting Personalize working properly in the header (like it does in the sidebar)?

Thanks and all the best
источник

NF

Nick Fed in Evolution CMS
Hello,
The Formlister login information and examples at https://modx-gu.ru/formlister/ are great. They are really helpful, thanks for the examples.
There were no FormLister Edit Profile and Delete Profile examples at https://modx-gu.ru/formlister/ so I tried to create my own forms from scratch

a. The Edit Profile form works... in my testing, I am able to add the FullName and this is saved into Web Users. Not sure if I am doing it right though.
Can a FormLister expert please add a comprehensive Edit Profile example to the modx-gu.ru website so that I can see all the field names etc?

b. I would also like the user to have to input their password when editing a profile but it never seems to need the password. Is there a way to force using the password when editing a profile?

c. The Delete Profile I created does not seem to work at all - the form does not show.
Can a FormLister expert please also add a comprehensive Delete Profile example to the website so that I can see all the field names etc?

Many thanks and have a great day
источник

A

Anton in Evolution CMS
Nick Fed
Hello,
The Formlister login information and examples at https://modx-gu.ru/formlister/ are great. They are really helpful, thanks for the examples.
There were no FormLister Edit Profile and Delete Profile examples at https://modx-gu.ru/formlister/ so I tried to create my own forms from scratch

a. The Edit Profile form works... in my testing, I am able to add the FullName and this is saved into Web Users. Not sure if I am doing it right though.
Can a FormLister expert please add a comprehensive Edit Profile example to the modx-gu.ru website so that I can see all the field names etc?

b. I would also like the user to have to input their password when editing a profile but it never seems to need the password. Is there a way to force using the password when editing a profile?

c. The Delete Profile I created does not seem to work at all - the form does not show.
Can a FormLister expert please also add a comprehensive Delete Profile example to the website so that I can see all the field names etc?

Many thanks and have a great day
Check this link, author did nice job explaining extras. http://modx.im/blog/5798.html It's in russian, i think chrome translate could help though.
источник

К

Камиль in Evolution CMS
ларщики хелп не пойму в чём дело
источник

К

Камиль in Evolution CMS
понимаю не тот чат но тут у нас гуру тоже есть
источник

К

Камиль in Evolution CMS
вот код
источник

К

Камиль in Evolution CMS
\Route::group(['prefix' => 'byesc', 'namespace' => 'Byesc'], function ()
       {
           \Route::resource('/', 'Controllers\SettingsController');
           \Route::resource('api', 'ByescServiceProvider\registerBitrixEvents');
           \Route::resource('update', 'Controllers\SettingsController@update');
       });

кусочек из блейда
<form method="POST" action="{{ route('byesc.update') }}">
источник

К

Камиль in Evolution CMS
вот ошибка
источник

К

Камиль in Evolution CMS
на другой странице всё так же сделал работает а тут блин говорит роута нет
источник

К

Камиль in Evolution CMS
хотя он есть
источник

AS

Aliaksandr Sadouski in Evolution CMS
Ему сначала наверно ->name("update") сделать надо, чтоб так вызывать. Не?
источник