Quote:
Originally Posted by RedTurtle
If I'd like to make this conditional only visible to certain usergroups (admin/mod) do I wrap another <vb:if> around it or is there a way to modify this one to include that check?
|
You could do it either way. To do it with one 'if' it would be something like:
Code:
<vb:if condition="is_member_of($bbuserinfo, 5, 6, 7) AND is_member_of($post, X)">put code for icon here</vb:if>