Is there a way to have a stand alone file browser for users that don't have admin rights. I can only get the browser to show all tabs like the setting and help tabs if they have admin rights.

Comments

10thstreetlabel created an issue. See original summary.

10thstreetlabel’s picture

Version: master » 8.x-2.x-dev
DrupalBDGirl’s picture

Following

ufku’s picture

Note that any user with an IMCE config profile can access IMCE at https://your.site/imce url.

If the user gets access denied error it means there is no IMCE config profile associated with the user's role. In that case, visit
https://your.site/admin/config/media/imce and assign "Member Profile" to "Authenticated user" role for "Public Files" under Role-Profile settings. (You may want to create a custom config profile and assign it to a specific user role)

After you've done this any authenticated user will have access to /imce path.

You may also create a menu item with /imce path but note that IMCE runs in full page mode without any theme elements. In case you want to embed IMCE inside a regular page you can create a page with the below content and set the input format to Full HTML:

<iframe src="/imce" width="100%" height="600"></iframe>

DrupalBDGirl’s picture

Thanks a lot for #4!

thalles’s picture

Category: Feature request » Support request

Thanks @all!

thalles’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.