Advertisement system with usergroup sytem

muqti

New Member
I want an advertisement system that displays ads to specific users like doesnt shows to donors etc
 

vokin

New Member
You have to add conditions

<if condition="is_member_of($bbuserinfo, X, Y, Z)">your ads code</if>

change X,Y & Z by the id of groups you want they see the add
 
Top