Quote:
Originally Posted by unitedpunjab
Code:
<if condition="(($post[postcount] % $vboptions[maxposts] == 1)) and !is_member_of($bbuserinfo,XX)">
Replace XX with the usergroup id you do not want to show ads.
|
For more than one usergroup I would separate by commas? i.e.
Code:
<if condition="(($post[postcount] % $vboptions[maxposts] == 1)) and !is_member_of($bbuserinfo,2,7,12)">
And please confirm that this will be the groups that
will or
will not see the ads. Thanks for your help.