Quote:
Originally Posted by Iain M
Try:
Code:
<vb:if condition="$post['usergroupid'] == 6">Icon</vb:if>
|
Thanks, does that work for additional usergroups too, or is there a different way of checking that?
I don't really want to use the user ranks as I want to expand this to more than just a line under the username, to include other features later down the line - but the thought did cross my mind
--------------- Added [DATE]1333213891[/DATE] at [TIME]1333213891[/TIME] ---------------
Ah, I think I found it!
Code:
<vb:if condition="is_member_of($post,6)">Icon</vb:if>