I've got CKFinder working nicely whereby each user gets their own images and PDF folders.
I'd like to add another image folder that's read-only and visible to all users. It's intended to act as library for common image components - buttons, separators, borders, drop-shadows, logos etc.
I could accomplish this by creating a symlink in each user's folder and denying them write access at the file system level, but that's a pretty inelegant solution.
The image URLs would also need to be different - if I'm pointing at /content/username/images for the user's own images, the shared folder would be somewhere like /content/common/images.
How could I configure this within CKFinder?
I'd like to add another image folder that's read-only and visible to all users. It's intended to act as library for common image components - buttons, separators, borders, drop-shadows, logos etc.
I could accomplish this by creating a symlink in each user's folder and denying them write access at the file system level, but that's a pretty inelegant solution.
The image URLs would also need to be different - if I'm pointing at /content/username/images for the user's own images, the shared folder would be somewhere like /content/common/images.
How could I configure this within CKFinder?