File Manager - Presets

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
8/26/2011 11:30:48 AM
Gravatar
Total Posts 199

File Manager - Presets

When using the file manager is there a way to hide specific folders or to only allow certain users to view specific folders.  I looked in the web.config and user.config thinking there might be a default folder open location - not found.

Any direction here would be helpful

thanks in advance

8/26/2011 11:52:18 AM
Gravatar
Total Posts 18439

Re: File Manager - Presets

By default Admins have access to the file system starting at /Data/Sites/[SiteID]

Users with general upload permission (from Site Settings > Security > Permissions) can access starting at

/Data/Sites/[SiteID]/media

and users who have only roles that can upload and browse but only to a user specific location have

/Data/Sites/[SiteID]/userfiles/[userid]/

However it is also possible by a config setting to limit admins also to

/Data/Sites/[SiteID]/media

<add key="ForceAdminsToUseMediaFolder" value="true" />

I do this for example on our demo site to keep people from messing things up there.

Hope that helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.