HouseAddict
07-22-2011, 02:03 PM
Is there any reason why this doesn't work on the member.php (memberinfo template) page?
<vb:if condition="is_member_of($bbuserinfo, 11)">
....
</vb:if>
I just want to display certain badges for certain users underneath their profile pic, depending on the usergroup they're in, and this logic never evaluates/kicks in... while it works just fine on the rest of the forum.
<vb:if condition="is_member_of($bbuserinfo, 11)">
....
</vb:if>
I just want to display certain badges for certain users underneath their profile pic, depending on the usergroup they're in, and this logic never evaluates/kicks in... while it works just fine on the rest of the forum.