Quote:
Originally Posted by Lordy
is there a way that you can have it display certain ads for certain usergroups?
|
https://vborg.vbsupport.ru/showthrea...69#post1157169
But instead of just that, do this:
Code:
<if condition="is_member_of($bbuserinfo, 1,2,3)">
$threadbit_adcode
<else />
<if condition="is_member_of($bbuserinfo, 4,5,6)">
Your Ad Code for Usergroups 4 5 and 6
<else />
<if condition="is_member_of($bbuserinfo, 7,8,9)">
Your Ad Code for Usergroups 7 8 and 9
</if>
</if>
</if>
That's the only way it can be done.