Quote:
Originally Posted by sgrynd
Question for a possible future release:
Would it be possible to make it so you could specify ads per group? For example, I would want my unregistered users to see header/footer and posbit ads, and just regular users see the header ads.
This is a great mod, thanks for all the work!
|
That's the reason all the ads are templated, so people can make further customisations if they need to. It was made with that in mind.
Surround the contents of the templates you want to alter with a conditional. Put this at the top of each template you want to alter:
Code:
<if condition="is_member_of($bbuserinfo, 1,2,3)">
And this at the bottom:
Replace 1,2,3 with the Usergroup IDs of the ones you want to see the advert, or put an ! between the " and is_member_of to change it to the usergroups you
don't want to see the advert.