I'm trying to show an ad that covers the whole screen but this ad should only be shown to guests and unconfirmed members in all forums but two.
At the moment
PHP Code:
<vb:if condition="is_member_of($bbuserinfo, 1,3,8)">show this to usergroups 1, 3, 8</vb:if>
works for guests and unconfirmed members.
I had it working with 3.8.4 but I just upgraded like a day ago to vb 4.0.5.