Quote:
Originally Posted by biftek
Code:
<vb:if condition="!is_member_of($bbuserinfo, 11)"><strong><bold><font color="#FF6600"> Supporter</font color></bold>
</strong></vb:if>
does that code look right?
|
Try:
Code:
<vb:if condition="!is_member_of($bbuserinfo, 11)"><span style="color:#FF6600;font-weight:bold;"> Supporter</span></vb:if>
The !is means that it this condition is read as "If the user
is not a member of usergroup #11 allow them to see this".