The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
conditionals help (exclude certain forums)
Hi All !
I've been advised by google to remove adsense ads from my adult forum sections (i just just a couple, forum is technology related). Could you please help me out correcting this codes? This code stand alone works fine to exclude certain forums Code:
<if condition="!in_array($forumid, array(472,417,474,475,473,476))"> adsense here </if> How about this conditionals, how to add the above code to exclude the same forums? Code:
<if condition="THIS_SCRIPT == 'showthread' AND !$GLOBALS['FIRSTPOSTID'] AND $bbuserinfo['usergroupid'] == '1, 3' AND (!$show[member])"> And for last, how to add the exclude conditionals here also: Code:
<if condition="THIS_SCRIPT == 'showthread' AND !$GLOBALS['FIRSTPOSTID'] AND ($show[member])"> Thank you |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|