The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
First sorry if i'm not explaining OK, english is my second language.
No, they are not working. They are not excluding ads from those forumsID. But maybe i'm doing something wrong and not putting the conditional code in the right way. I've tried in different ways: Code:
<if condition="!in_array($forumid, array(472,417,474,475,473,476))"> <if condition="THIS_SCRIPT == 'showthread' AND !$GLOBALS['FIRSTPOSTID'] AND $bbuserinfo['usergroupid'] == '1, 3' AND (!$show[member])"> adsense code here </if> </if> Code:
<if condition="THIS_SCRIPT == 'showthread' AND !$GLOBALS['FIRSTPOSTID'] AND $bbuserinfo['usergroupid'] == '1, 3' AND (!$show[member]) AND !$foruminfo['forumid'] == '472, 417, 474, 475, 473, 476'"> adsense code here </if> I'm trying also to make this work with vb ad management mod here: https://vborg.vbsupport.ru/showthrea...39#post1952139 Code:
<if condition="$forum['forumid'] != '472 , 417 , 474 , 475 , 473, 476'"> <div align="left">$template_hook[navbar_below]</div> </if> nothing from this is excluding ads from those forumID ... |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|