Vladimir

Results 6 issues of Vladimir

For example, TinyMCE doesn save it's data to textarea field. You should do this manually, but tickets_comment_preview and tickets_comment_save are executed only after form was sent

До этого если на странице было несколько веток комментариев - то все изменения записывались в первую, для правильного отображения необходимо было перезагружать страницу. Теперь же все изменения записываются ajax'ом в...

Делаю возможность общения на одной странице клиента с менеджером и менеджера с автором проекта (2 разные вкладки на одной странице). Задал 'thread' => 'resource-'~$_pls['id']~'-customer' первому и 'thread' => 'resource-'~$_pls['id']~'-author' второму....

I have 10+ FormTabs in my MIGX configuration. But i need only 2 of them at once, because I have 1 tab above with select field named "block-type". Depending on...

Hello. Im using this https://rtfm.modx.com/extras/revo/migx/migx.tutorials/migx.use-resource-specific-media-source-and-multifile-uploader to upload images to gallery. So, i have catalog of galleries and use next code to show list of them: `[[!pdoResources? &parents=`[[*id]]` &limit=`0` &where=`{"template:=":"11"}` &tpl=`tpl.catalog.portfolio`...

I'm trying to create registration with only email needed. I generate usernames like 4568245873 but when i try to confirm registration - i see 404 error page. I tried to...