Ok well I have thi code:
Code:
<if condition="is_member_of($vbulletin->userinfo, 1, 2, 3, 4, 16, 6, 20, 22, 23)">
<!-- Begin: AdBrite -->
<script type="text/javascript" src="http://ads.adbrite.com/mb/text_group.php?sid=723586&br=1"></script>
<!-- End: AdBrite -->
</if>
But the moderators (groups 5, 7) are still saying they see the ads. I have tested it with the admin user group (6) on and off and it works for that. Any ideas?
EDIT: I figured out its because they also had a secondary member group which is in the IF condition. Is there anyway to change the IF condition to only work on primary user groups?