Closed (fixed)
Project:
IMCE
Version:
8.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Jun 2021 at 17:56 UTC
Updated:
18 Jul 2021 at 03:54 UTC
Jump to comment: Most recent
Comments
Comment #2
10thstreetlabel commentedComment #3
DrupalBDGirl commentedFollowing
Comment #4
ufku commentedNote that any user with an IMCE config profile can access IMCE at
https://your.site/imceurl.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/imceand 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>Comment #5
DrupalBDGirl commentedThanks a lot for #4!
Comment #6
thallesThanks @all!
Comment #7
thalles