is there any way to popup a ckfinder window, showing multiple resourceType's?
I have 2 different folders for images.. my goal is to make it when browsing for images in ckeditor it shows both of those folders.. but I can't figure it out
when I browser for images, it popups a window..
/ckfinder/ckfinder.html?rlf=0&type=Images&CKEditor=ckeditor&CKEditorFuncNum=2&langCode=en
if I edit this to
/ckfinder/ckfinder.html?rlf=0&type=Images,Images2&CKEditor=ckeditor&CKEditorFuncNum=2&langCode=en
there are no folders listed at all
I have 2 different folders for images.. my goal is to make it when browsing for images in ckeditor it shows both of those folders.. but I can't figure it out
when I browser for images, it popups a window..
/ckfinder/ckfinder.html?rlf=0&type=Images&CKEditor=ckeditor&CKEditorFuncNum=2&langCode=en
if I edit this to
/ckfinder/ckfinder.html?rlf=0&type=Images,Images2&CKEditor=ckeditor&CKEditorFuncNum=2&langCode=en
there are no folders listed at all

Re: multiple resourceType's
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: multiple resourceType's
aka remove the parameter type=Images when clicking on the browser server button from within ckeditor?
Re: multiple resourceType's
Something as simple as:
CKEDITOR.replace( 'editor1', { filebrowserBrowseUrl : '/ckfinder/ckfinder.html', filebrowserUploadUrl : '/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files' });should do the trick.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+