Plugin User Count
This Wiki Plugin displays the number of users for a site, group, or multiple groups (since Tiki14.1), on the site.
Parameters
Examples
Entire site
This code:
{usercount}
Would produce on this site:
11501
Single group
By specifying the group Admins
, the number of users in the Admins
group will be displayed.
This code:
{USERCOUNT()}Admins{USERCOUNT}
Would produce on this site:
35
Multiple groups
This code:
{usercount groups="Admins:Team Developers"}
Would produce on this site:
353