test article - board of directors
|
Allows different parts of aricles to be viewed by different users based on their usertype. To make a section of an article viewable only by a certain usergroup, add {access view=usertype} {/access} around it.
For Single usertypes
Some content for everyone to see.
{access view=guest}Some content for guests{/access} {access view=registered}Some content only for registered users{/access} {access view=administrator}Some content only for admins{/access} {access view=superadmin}Some content only for super admins{/access}
For multiple usertypes
Some content for everyone to see.
{access view=guest}Some content for guests{/access} {access view=registered,author,editor,publisher}Some content only for registered and above{/access} {access view=board}TOP SECRET FOR BOARD OF DIRECTORS!!!{/access}
{access view=frogs}Content for frogs only!{/access}
{access view=frogs,board}Content for frogs and board!!{/access}
|