A GREAT plugin!
Quick question on the shortcode needed to list all users in a group.
Assume it is [groups_user_groups] ?
Can you detail how the attributes are used for the above, or direct me to the correct short code?
Tx
A GREAT plugin!
Quick question on the shortcode needed to list all users in a group.
Assume it is [groups_user_groups] ?
Can you detail how the attributes are used for the above, or direct me to the correct short code?
Tx
Thanks :)
That shortcode lists a user's groups. To list the users in a group use the following short code as in this example:
[groups_group_info group="Registered" show="users"]
That shortcode is perfect for me as well, but is there a way to show the user's name or nickname instead of their username? Great plugin btw, absolutely needed it.
Found it!
Changed line 109 of class-groups-shortcodes.php from $user->user_login to $user->display_name
@fai714 Look also here!
You must log in to post.