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

Plugin Manager error: usercount plugin not found

Examples

Entire site

This code:

Copy to clipboard
{usercount}

Would produce on this site:
11483

Single group

By specifying the group Admins, the number of users in the Admins group will be displayed.

This code:

Copy to clipboard
{USERCOUNT()}Admins{USERCOUNT}

Would produce on this site:
31

Multiple groups

This code:

Copy to clipboard
{usercount groups="Admins:Team Developers"}

Would produce on this site:
350