What is Peoples?
Peoples is a simple User and User Group listing component for MODx Revolution. It can be used in community sites to show who is signed up as a User for a site, and any User Groups within that site.
Requirements
- MODx Revolution 2.0.0 or later
- PHP5 or later
History
Peoples was written by Shaun McCormick as a simple user and usergroup listing component, and first released on October 19th, 2010.
Download
It can be downloaded from within the MODx Revolution manager via Package Management, or from the MODx Extras Repository, here: http://modx.com/extras/package/peoples
Snippets
Peoples comes with 3 separate snippets:
- Peoples - Displays a list of Users.
- PeopleGroups - Displays a list of User Groups.
- PeopleGroup - Displays a User Group and all Users within.
Usage Examples
List first 10 users, sorted by username.
[[Peoples]]
List first 10 user groups, sorted by name.
[[PeopleGroups]]
Display the User Group "HR Department", and output the Users in the group to the placeholder 'users':
[[PeopleGroup? &usergroup=`HR Department` &toPlaceholder=`users`]] <h2>[[+peoplegroups.name]] ([[+peoplegroups.userCount]] Users)</h2> [[+users]]