CaptainMorgan Active member Mar 15, 2014 #1 Is this possible? If it is then I'm having trouble locating the setting... I also did not find any related resources (mods) that would do this. So in a user's Profile Page->Information tab, would it be possible to list the secondary groups user is in?
Is this possible? If it is then I'm having trouble locating the setting... I also did not find any related resources (mods) that would do this. So in a user's Profile Page->Information tab, would it be possible to list the secondary groups user is in?
P Paul B XenForo moderator Staff member Mar 15, 2014 #2 It would require an add-on. Although the secondary group IDs are available in the $user object, like so: Code: ["secondary_group_ids"] => string(20) "3,4,5,12,15,18,20,21" There's no way of tying them up with the group names. Upvote 0 Downvote
It would require an add-on. Although the secondary group IDs are available in the $user object, like so: Code: ["secondary_group_ids"] => string(20) "3,4,5,12,15,18,20,21" There's no way of tying them up with the group names.