I am trying to get members social groups to show in their postbit. I tried using the if condition, if $post['groupid]==1 and the description but it doesnt work. Ideally i want it to show the social groups the member has joined, and the social group name when appearing in the post bit to be clickable. Any ideas?
What i was trying to add but it wasnt working:
Code:
<if condition="$post['groupid']==1"><ahref="http://net-parents.co.uk/group.php?groupid=1">Waist Watcher</a></if>