Hi.
I need to give som users access to the filemanager without giving them access to the editor. Is this possible? My users are editing some pages outside the editorinterface, and i dont want them to have access to it.
Magne
Do you mean the Linktool? (the Filemanager was introduced in EPiServer 4.30)
I'm not sure if I got the whole picture... You want to prevent users from using the editor in edit mode? And they should still be able to use the linktool?
The editor can be disabled by writing your own class that inherits from EPiServer.Core.PropertyLongString. In the CreateChildControls event, just set the container's Enabled property to False.
The linktool does not depend on the editor in anyway so it will continue to work wherever it is used.
Hi.
I want to prevent users from using the editor in edit mode, but the users should still be able to use the link tool. But my userers cannot use the linktool unless I put the group where the users belong to into webconfig under allow roles. See example.