The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
vBulletin variables doesn't work
Hi, i need to exclude some banners in some forums id (and his discussions).
I use this code but it shows banner2 only into theese forum id index, instead it show banner1 into discussions of this forum. What can i do? This is the code i use (i use it into header template): Code:
<if condition="!in_array($_GET['f'], array(26,38,47,71,72,73))"> $banner1 </if> <if condition="in_array($_GET['f'], array(26,38,47,71,72,73))"> $banner2 </if> |
#2
|
||||
|
||||
You asked this same thing over on vb.com and I replied over there.
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|