This Wiki Plugin displays the number of users for a site, group, or multiple groups (since Tiki14.1), on the site.
Parameters
Display number of users for a site or one or more groups Introduced in Tiki 1. Go to the source code Preferences required: wikiplugin_usercount
Parameters
Accepted Values
Description
Default
Since
(body of plugin)
Group name. If left blank, the total number of users for the site will be shown.
groups
groupname separator::
List of colon separated groups where a consolidated user count for multiple
groups is needed. Users in multiple groups are counted only once. If left blank then the behaviour
is defined by the body parameter settings.
14.1
Examples
Entire site
This code:
Copy to clipboard
{usercount}
Would produce on this site: 11498
Single group
By specifying the group Admins, the number of users in the Admins group will be displayed.