Quote:
Originally Posted by Hilary
What happens with
Code:
<vb:if condition!="is_member_of($bbuserinfo, 1)">ad code here</vb:if>
? (Where '1' is the number of the usergroup you don't want to see the ads, of course.) Not that I've tried this, but I have the positive version (showing certain links only to a given usergroup) and that's working fine in vB 4.
|
It would actually be like this:
PHP Code:
<vb:if condition="!is_member_of($bbuserinfo, 1)">ad code here</vb:if>