Is there a possibility to change the ImageGallery path in the php $editor-> page?
Because I want that my users, wich all have a own unique user id en user folder, only can take images out of there own folders.
Example:
So user 508 can only choose images of /users/508/images.
In the Help I only find the
<security name="ImageGalleryPath">/uploads</security> option, but this is for all the users; not per user.
Thank you