Can anyone help with a bit of code. I would like to add an icon in the postbit template next to a users post if the poster is in a specific user group.
Is this possible?
The closest I've got so far is:
Code:
<vb:if condition="is_member_of($bbuserinfo, 6)">Icon here</vb:if>
But that just shows the icon next to all posts if the user you're logged in as is within that group.