Yana
Yana
Hello! I just add some data in CustomGalleryPlugin, add new TV type And now it is possible to view images preview on resource page 
core/components/migx/configs/grid/grid.renderer.inc.php was ` if (typeof(handler) == 'undefined' || handler == ''){ handler = 'this.handleColumnSwitch' } ` need to add `if(handler.indexOf('this') == -1){ handler = 'this.'+handler; }` Need to be fixed...
### What does it do? Add buttons next \ prev \ up to resources ### Why is it needed? ~Enhancement #12~ ### Related issue(s)/PR(s) ~Enhancement #12 https://github.com/modxorg/DocsApp/issues/12~
## Сообщение об ошибке / Error message (ERROR @ /home/s30946/www/core/components/pdotools/model/pdotools/pdotools.class.php : 999) Unexpected token 'match' in expression ### Резюме / Summary Краткое резюме о чем эта проблема. / A short...
Make a setting , that allowto show Collections in Collections. Now we can make it by commenting line 325 in **core/components/collections/processors/mgr/resource/getlist.class.php** `'class_key:!=' => 'CollectionContainer',` But better if there will be...
Is it possible to add `CURLOPT_FOLLOWLOCATION=> TRUE` at line 222 ? `/core/components/phpthumbof/model/phpthumbof.class.php` Because when I try to crop image from Facebook like [https://graph.facebook.com/1886388038039228/picture?type=normal](https://graph.facebook.com/1886388038039228/picture?type=normal) I get error. And with this option...