How can you display the groups a user is in ?
Code:
<if condition="$show['membergroups']">
<else />
<strong><phrase 1="$userinfo[username]">$vbphrase[x_is_not_a_member_of_any_public_groups]</phrase><br>
that wont work to show the groups on the profile page it will show the else command but when your in a group it doesnt show so what am i missing to be able to show them
anyone ?
Anyone