Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
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:
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 ?
Comments
Comment #1
wwalc commentedIf 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:
Comment #2
Babalu commentednow 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 ?
Comment #3
wwalc commentedYou 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.
Comment #4
Babalu commentedgreat, works. thank you
Comment #5
Babalu commented