tags:

views:

26

answers:

1

I need to make an account for the people to edit a part of my website. But they just need to update a small part frequently.

However, the part contains a lot of images, when they upload the image for the article, I found that they are able to access all the images in my site ...

Is there are way to limit the access of images? like preset another image root path, which is sub-path of the original image path for the specific user?

Thanks a lot!!!

+1  A: 

Use JCE (JoomlaContentEditor), it's the best editor available and allows you to lock down image paths specific to your users. (i.e. JohnDoe is logged in --> in the config you've specified a path for all images --> JohnDoe folder doesn't exist in the image folder --> folder is created and JohnDoe only has access to those files that he places in there).

Great Editor: http://www.joomlacontenteditor.net/

Be sure to get the component and plugins.

Bob