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
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.Code:<if condition="is_member_of($bbuserinfo, X, Y, Z)">
Don't forget to end it with
Code:
Code:</if>