Quote:
Originally Posted by jluerken
Hi,
I want to have the adsense stuff for people NOT in specific groups.
For example: Admins, mods, staff etc. should not get the adsense stuff.
Can you give an example how to modify your template to make this possible?
btw. thanks for sharing 
|
try replacing
HTML Code:
<if condition="!$GLOBALS['FIRSTPOSTID']">
With:
HTML Code:
<if condition="!$GLOBALS['FIRSTPOSTID'] and
$vbulletin->userinfo[usergroupid] != 'x' ">
Then replace x with the usergroupid that you do NOT want this ad to show for.