Regarding config.cfm:
Does CKFinder]require the file structure?
config.resourceType[1] = structNew();
config.resourceType[1].name = 'Files';
Does CKEditor require the images structure?
config.resourceType[2] = structNew();
config.resourceType[2].name = 'Images';
I was hoping to use the images folder for both the ckfinder (stand-alone) AND the ckeditor (with ckfinder integrated).
Is this possible?
Does CKFinder]require the file structure?
config.resourceType[1] = structNew();
config.resourceType[1].name = 'Files';
Does CKEditor require the images structure?
config.resourceType[2] = structNew();
config.resourceType[2].name = 'Images';
I was hoping to use the images folder for both the ckfinder (stand-alone) AND the ckeditor (with ckfinder integrated).
Is this possible?
Re: config CKFinder (files folder) and CKEditor (images folder)
You can put all files into a single resource type ("Files" for example). The only thing that you have to do, is to tell CKEditor about it:
Check the CKEditor Integration documentation and simply change in urls "type=Images" and type=Flash into "type=Files" (or even specify only filebrowserBrowseUrl and filebrowserUploadUrl, it will have the same effect).
Having done that, you can remove "Images" and "Flash" resource types from CKFinder config.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+