Quote:
Originally Posted by gobears20
One of the things I want to be able to do is having certain user groups from seeing ads.
|
This is pretty easy, if a little intimidating at first. What you probably want to do is to
wrap your ads in conditionals based on usergroups.
HTML Code:
<vb:if condition="is_member_of($bbuserinfo, 5, 7)">
Only members in Usergroups 5 and 7 would see this.
</vb:if>