Plugin Real Name List | |
Introduced in Tiki4 Use this wiki plugin to create a list of users showing their real names and allows subsetting by Group name. The |
Parameters | ||||||||||||||||||||||||||||||||||||||||
Introduced in Tiki 4. Go to the source code Preferences required: wikiplugin_realnamelist
Note
Users without real names come first with their user names in italics. |
Examples | |
Ascending with table layout | |||||||||||
This code: {REALNAMELIST(sort="asc" layout="table" max="10")}DocTwoAdmins{REALNAMELIST}
|
Descending list layout and links | |
This code: {REALNAMELIST(sort="asc" link="userinfo")}DocTwoAdmins{REALNAMELIST}
|