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 |
- The part
{ELSE}is optional. - Both parameters
permsandnotpermscan 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.phpbut not fortiki-editpage.php)
Examples
Basic syntax
{PERM(perms="tiki_p_view|tiki_p_edit" notperms="tiki_p_rename")}some content{ELSE}other content{PERM}