Warning: Undefined variable $filepath in /home/tiki-doc/public_html/lib/wiki-plugins/wikiplugin_tikidocfromcode.php on line 146
Display number of users for a site or one or more groups | Documentation for Tiki Wiki CMS Groupware
Loading...
 
Skip to main content
Display number of users for a site or one or more groups

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

Tiki Doc From Code error: usercount not found

Examples

Entire site

This code:

Copy to clipboard
{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:

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

Would produce on this site:
35

Multiple groups

This code:

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

Would produce on this site:
353


Created by lindon. Last Modification: Wednesday 07 August, 2019 08:48:11 GMT-0000 by Yves Kipondo.
Show PHP error messages