Hello,
I am trying to set up CKFinder so that it shows one dynamic folder (per project) and one static folder (which will show the same thing in each project).
- Each project should have its own folder that users can upload images to.
- This folder would be generated when the project is created (outside of ckfinder/ckeditor). It would be named the project's ID
- CKFinder would then look for the project ID variable passed to it.
- They should also be able to browse the static folder and use images from that folder.
How can I get CKFinder setup to show both of these folders? Currently I have it set up as:
filebrowserImageBrowseUrl : '/ckfinder/ckfinder.html?type=Images', filebrowserImageUploadUrl : '/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Images',
Which only shows a "shared" Images folder.
Thanks for the help.