would it be possible to only display users on the roster based upon their primary UserGroup, not all of their Usergroups?
For example, I have two groups, Members & Officers. All of the Officers (primary group) belong to Members (secondary group), but not vice versa. I want to Display a Roster of the members, but not have the Officers listed. As it is right now, the Officers get listed, since they belong to the members Group, even though it is not their primary group.
EDIT:
Ok, I found it, I just needed to remove:
Code:
OR FIND_IN_SET(usergroup.usergroupid, user.membergroupids)
But I think it might work best if this was a selectable option. Or maybe a var, like m=x
Where x is 1, 2 or 3 (1 for primary, 2 for secondary, or 3 for either/both)
I have also made this script work for multiple group displays (almost multiple rosters). I will PM my changes to the Author and see if he is interested. It still uses all the same settings in admincp, only the group displayed changes.
You can see an example here:
Default View -
http://forums.texas-fbody.org/showroster.php
Single Usergroup -
http://forums.texas-fbody.org/showroster.php?id=6
Multiple Usergroups -
http://forums.texas-fbody.org/showroster.php?id=6,9