Hello
Is it possible to change the path where CKFinderen saves its files after the three built-in resources types in the config.php file?
EX. /drupal/sites/default/files/images/username/theimagefile.jpg
I asume that in Drupal under CKFinder settings -> Path to uploaded files
You can only define where it places the three folder images, flash, files.
So you have to change it in the config.php file under CKFinder where you deffine images, flash and files?
Is it possible to change the path where CKFinderen saves its files after the three built-in resources types in the config.php file?
EX. /drupal/sites/default/files/images/username/theimagefile.jpg
I asume that in Drupal under CKFinder settings -> Path to uploaded files
You can only define where it places the three folder images, flash, files.
So you have to change it in the config.php file under CKFinder where you deffine images, flash and files?
Re: CKFinder folder path with username
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: CKFinder folder path with username
Thanks!
Re: CKFinder folder path with username
in ASP you have file config.ascx. There you can set options like baseUrl, baseDir and resources types (also dirs for each resource). Please take a look at this file. There are comments to options.
Hope this helps.
Re: CKFinder folder path with username
Thanks for the resource. 'twas really help. I was looking for the same answer.