why can i just see the one default folder images. i have some more folders in the configured folder at the ckeditor settings

Comments

wwalc’s picture

Status: Active » Closed (works as designed)

If you're opening CKFinder when clicking on the "Browse Server" button in the Image dialog then it's by design.
You'll see all resource types if you click on the "Browse Server" button from the Link dialog.

You can change this by adding in advanced settings in your profile something like:

filebrowserImageBrowseUrl = '/sites/all/modules/ckfinder/ckfinder.html'
Babalu’s picture

now i shows me three folders, flash, files and images, but thats not what i wanted
i'm using the upload path module. each user have his own folder
e.g. for a blog entry sites/default/files/user2/blog
or forum entry sites/default/files/user2/blog
with the ckfinder each user can upload images to the folder /sites/default/files/user2/
it would be great when the user can see all of his folders from blog entry and forum entry too
how can i do that ?

wwalc’s picture

You can add Blog and Forum resource types in CKFinder's config.php in a similar way like Images and Files resource types are defined there.

Babalu’s picture

great, works. thank you

Babalu’s picture

Status: Closed (works as designed) » Closed (fixed)