Difference between revisions of "How to lock a page"

From WebOS Internals
Jump to navigation Jump to search
 
Line 1: Line 1:
<accesscontrol>Editors,Usergroup:Members</accesscontrol>
+
<accesscontrol>Administrators,Usergroup:Members</accesscontrol>
  
 
To lock a page to just Administrators insert the following in the top of a page
 
To lock a page to just Administrators insert the following in the top of a page

Latest revision as of 04:57, 13 April 2011

<accesscontrol>Administrators,Usergroup:Members</accesscontrol>

To lock a page to just Administrators insert the following in the top of a page

<accesscontrol>Administrators,Usergroup:Members</accesscontrol>

Or to Allow editors as well as Administrators put this instead

<accesscontrol>Editors,Usergroup:Members</accesscontrol>

Or to Allow Devs as well as Administrators put this instead

<accesscontrol>Devs,Usergroup:Members</accesscontrol>