Nono
Nono
Hi @zeon Please find the demo code and tutorial, I had same issue so I just shared solution with everyone. Hope it will help you. Link : **[KcFinder_CkEditor_Absolute_Url](https://github.com/neerajsinghsonu/KcFinder_CkEditor_Absolute_Url)** also you...
or you can use > 'KCFINDER' SESSION Key to pass Config Settings: ```php // Set KcFinder session array to setup upload url $_SESSION['KCFINDER'] = array ( 'uploadURL' => 'http://www.yourdomain.com/upload', 'uploadDir'...
Yes, You can use KCFinder SESSION Key 'KCFINDER' to pass your dynamic config settings: e.g. ```php // Set KcFinder session array to setup upload url $_SESSION['KCFINDER'] = array ( 'uploadURL'...
``` php //Patch Make Responisive $grid_js.', ``` should be ``` php //Patch Make Responisive $grid_js =.', ```
Hi @MokraCota , Sure I will check once I'll get some spare time, not commiting date but soon you will get your answer.