How to Remove ads for certain usergroups

PAKIS-RULEZ

New Member
How to Remove ads for certain usergroups

You can do this with conditionals

Just add a conditional to the begining of your ad code like this
Code:
<if condition="is_member_of($bbuserinfo, X, Y, Z)">
with the x y z the user group ID of the usergroups that you want to show the ads too, all other usergroups won't see them.

Don't forget to end it with

Code:
Code:
</if>
 
Back
Top