Plugin Author

This wiki plugin, introduced in Tiki6, displays popup giving the authors on text. The text is displayed with a color for each author.

Parameters

Introduced in Tiki 6. Required parameters are in bold.
Go to the source code
Preferences required: wikiplugin_author

Parameters Accepted Values Description Default Since
(body of plugin) text
author username Username of the author of the text. 6.0
deleted_by username Username of the person who deleted the text. 6.0
visible (blank)
1
0
Should this author's contribution be visible (default: no). 0 6.0
popup (blank)
1
0
Generate a popup with names of author(s) (default: no). 0 6.0

Example

This code:

{AUTHOR(author="admin" popup="1" visible="1")}Lorem ipsum dolor sit amet, consectetur adipiscing elit. {AUTHOR}{AUTHOR(author="sylvie" popup="1" visible="1")}Lorem ipsum dolor sit amet, consectetur adipiscing elit. {AUTHOR}
{AUTHOR(author="beth" popup="1" visible="0")}Lorem ipsum dolor sit amet, consectetur adipiscing elit. {AUTHOR}
{AUTHOR(author="sylvie" visible="1")}Lorem{AUTHOR}

Would produce on this site:
author.gif