Mini Profile & Profile - Show All User Groups

ashkir

Active member
How can we show all usergroups a member holds a rank in in the message element and in their profile listing?
 
Sadly, none of them seem to be supporting what we need or not looking right. Is there a simple way to list the additional usergroups? We're using this to show the primary:

Code:
<div><xen:if is="{$user.user_group_id}"><img src="http://rpg-directory.com/images/pips/{$user.user_group_id}.png" border="0" /></xen:if></div>

Now thinking of a possibility showing the secondary in another way such as a manual unordered list like this:

  • Member
  • Graphics Artist
  • Cookie Designer
 
Top Bottom