Hi,
I'd like to have a vbulletin conditional to show an additional description section for a forum advertiser/sponsor in the forum description for a specific forum. The conditional statement doesn't seem to be working though.
Code:
Regular Forum description. <vb:if condition="!is_member_of($bbuserinfo, 11,6)"><i>Sponsored Text</i>.</vb:if>
Am I doing something wrong, or is this not possible? How might I better approach this?