Loading...
 
Display content based on permission settings (Cached)

Plugin Permission

Introduced in Tiki5

Use this wiki plugin to display content based on permission settings. It is related to PluginGroup.

Parameters

Introduced in Tiki 5.
Preferences required: wikiplugin_perm
Parameters Accepted Values Description Default Since
(body of plugin) Wiki text to display if conditions are met. The body may contain {ELSE}. Text after the marker will be displayed to users not matching the conditions.
notperms text
separator: |
Pipe-separated list of permissions, any of which will cause the default text not to show. Example: tiki_p_rename|tiki_p_edit 5.0
global (blank)
1
0
Indicate whether the permissions are global or local to the object 5.0
perms text
separator: |
Pipe-separated list of permissions, one of which is needed to view the default text. Example: tiki_p_rename|tiki_p_edit 5.0

 Note
  • The part {ELSE} is optional.
  • Both parameters perms and notperms can be used together.

Security

  • Be careful not to use this plugin to display secure information if the user can see the source
  • Local permissions may not work depending on the place or object the syntax is inserted (ex: works for tiki-index.php but not for tiki-editpage.php )

Examples

Basic syntax

{PERM(perms="tiki_p_view|tiki_p_edit" notperms="tiki_p_rename")}some content{ELSE}other content{PERM}


Created by system. Last Modification: Friday 26 July, 2019 13:00:27 GMT-0000 by Yves Kipondo.