Plugin User List
Introduced in Tiki3
Use this wiki plugin to display a list of site users.
Parameters
Display a list of registered usersIntroduced in Tiki 3.
Go to the source code
Preferences required: wikiplugin_userlist
Parameters | Accepted Values | Description | Default | Since |
---|---|---|---|---|
(body of plugin) | Login Filter | |||
group |
groupname | Filter on a group | 5.0 | |
sep |
Separator to use between users in the list. Default: comma | , | 3.0 | |
layout |
(blank) (blank) table |
Set to table to display results in a table | 3.0 | |
link |
(blank) userinfo userpage userpref |
Make the user names listed links to different types of user information | 3.0 | |
max |
digits | Result limit | 3.0 | |
realname |
(blank) y (blank) |
Display the user's real name (when available) instead of login name | 4.0 | |
sort |
(blank) asc desc |
Set to sort in ascending or descending order | 3.0 |
Examples
Copy to clipboard
{userlist sep=","} {USERLIST(layout="table")}Peter{USERLIST} {userlist layout="table" link="userinfo"} {userlist layout="table" link="userpref"} {userlist layout="table" link="userpage"}