History: PluginRealnamelist
Source of version: 13 (current)
Copy to clipboard
{syntax type="markdown" editor="wysiwyg"} # 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 `admin` user and/or users whose login contains the string `test` can be excluded from the list shown. The list can either be in table format, or in a string. In the latter case a separator can be specified. ## Parameters {pluginmanager plugin="realnamelist"} {REMARKSBOX(type=note, title=Note)} *Users without real names come first with their user names in italics.*{REMARKSBOX} ## Examples ### Ascending with table layout *This code:* {CODE(colors="tiki")} {REALNAMELIST(sort="asc" layout="table" max="10")}DocTwoAdmins{REALNAMELIST} {CODE} *Would produce on this site:* {REALNAMELIST(sort="asc" layout="table" max="10")}DocTwoAdmins{REALNAMELIST} ### Descending list layout and links *This code:* {CODE(colors="tiki")} {REALNAMELIST(sort="asc" link="userinfo")}DocTwoAdmins{REALNAMELIST} {CODE} *Would produce on this site:* {REALNAMELIST(sort="asc" link="userinfo")}DocTwoAdmins{REALNAMELIST}