Friends, Please help with me hiding the 'Adsense' to particular user groups (like Admins, Mods, and VIPs) I am using 4.1.9 Thanx in advance. G!
Definitely you can hide your adsense ads to these groups but with what software are you building your site?
Create a new usergroup called "Premium" Add your VIP, premium members, staff, admins to this subuser group In your ad setup, down at the bottom it will say "Do not advertise to members of this group"- choose "Premium" Everything should be fixed.
You can also hard code it into templates <!--- start adsense ---> <vb:if condition="in_array($bbuserinfo[usergroupid], array(5,6,7,2,1,3,4,8,15,18,13,17,14,22,19,21,12,20,16))"> <!--- code ---> </vb:if> <!--- end adsense ---> Code (markup): The numbers are the usergroup id's to show ads for.