XF 1.3 Adding Secondary User Groups to Profile Information

CaptainMorgan

Active member
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?

2nd_user_groups.webp
 
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.
 
Top Bottom