Groups
Permalink
I'm creating a new C5 App for the dashboard... as part of the process I need to get a list of available groups (which will be presented to the user) and then use whatever group is selected to ultimately retrieve a list of users in that group... This will all be done from within the dashboard... so what I need help with is...
1. code to retrieve an array of all groups.
2. retrieve an array of all users in a given group.
can anyone point me in the right direction..?
1. code to retrieve an array of all groups.
2. retrieve an array of all users in a given group.
can anyone point me in the right direction..?
.. really appreciate the help...
Jim
Jim
It's not finsihed but works fine so far:
http://www.concrete5.ch/index.php/download_file/-/view/7/...
C5 API as CHM file..
http://www.concrete5.ch/index.php/download_file/-/view/7/...
C5 API as CHM file..
http://www.concrete5.org/api/
As a quicky:
1. To retrieve a list of groups:
2. List of members in a group:
3. Get the count of users in group:
* Note: concrete/single_pages/dashboard/users/groups.php is also a nice live example.