History: PluginUsercount
Source of version: 6 (current)
Copy to clipboard
! Plugin User Count This ((Wiki Plugin)) displays the number of users for a site, group, or multiple groups (since ((Tiki14|Tiki14.1))), on the site. !!Parameters {pluginmanager plugin="usercount"} !! Examples !!! Entire site ''This code:'' {CODE(colors="tiki")} {usercount} {CODE} ''Would produce on this site:'' {usercount} !!! Single group By specifying the group -+Admins+-, the number of users in the -+Admins+- group will be displayed. ''This code:'' {CODE(colors="tiki")} {USERCOUNT()}Admins{USERCOUNT} {CODE} ''Would produce on this site:'' {USERCOUNT()}Admins{USERCOUNT} !!!Multiple groups ''This code:'' {CODE(colors="tiki")} {usercount groups="Admins:Team Developers"} {CODE} ''Would produce on this site:'' {usercount groups="Admins:Team Developers"}