Adsense Conditionals for Vbulletin Archive and Secondary Groups ?
I am looking for adsense conditional for our forums, to disable google advertisements for Premier Group (this is a secondary group which sponsors/supports us).
Currently, I have setup adsense conditional for Administrator usergroup as follows,this works perfect on entire forum: Advertisements are disabled to Administrator usergroup.
Code:
<if condition="$bbuserinfo['usergroupid'] != 6">
Google Adsense Code
</if>
However, when i am trying to use
Code:
<if condition="$bbuserinfo['usergroupid'] != 6" OR "$bbuserinfo['usergroupid'] != 78">
Google Adsense Code
</if>
This code wont work.
I would also need to disable Advertisements appearing on archive pages for both the above groups.
Can someone direct me to correct code ?