Disallow creation of resource types

(Difference between revisions)
Jump to: navigation, search
(Permit certain resource types from being created by normal users)
(Permit certain resource types from being created by normal users)
Line 15: Line 15:
  
 
</source>
 
</source>
 +
 +
===Related topics===
 +
You can also [[explorertype|group resource types]] in subsections the "new"-dialogue.

Revision as of 19:16, 20 March 2010

Permit certain resource types from being created by normal users

It is possible to hide certain resourcetypes from the dialog that allows creation of new files. This is done in the explorer type configuration in the corresponding <module> node in opencms-modules.xml (or opencms-workplace.xml for the standard resource types). By taking away the control permission (c). Note that it is not sufficient to take away that permission from the role WORKPLACE_USER. Also the Group Users must not have that right:

..
<explorertypes>
 <explorertype name="layoutpage" key="fileicon.layoutpage" icon="layoutpage.gif" reference="xmlcontent">
   <newresource uri="newresource_xmlcontent.jsp?newresourcetype=layoutpage" order="19" autosetnavigation="false" autosettitle="false" info="desc.layoutpage"/>
   <accesscontrol>
    <accessentry principal="ROLE.WORKPLACE_USER" permissions="+r+v+w-c"/>
    <accessentry principal="GROUP.Users" permissions="+r+v+w-c"/>
   </accesscontrol>
  </explorertype>
 </explorertypes>

Related topics

You can also group resource types in subsections the "new"-dialogue.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox