The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Remove banners in specific forums, or one specific forum
Hi, I'd like to remove a banner from one specific forum on my forums. I just want it to not display there as this sponsor would not like to sponsor it. Can anyone help me out here or point me in the right direction?
|
#2
|
|||
|
|||
i use
Code:
<if condition="$GLOBALS[forumid] == 1">banner code</if> Code:
<if condition="in_array($GLOBALS[forumid], array(1,2,3))"> Code:
<if condition="THIS_SCRIPT == index "> <-banner-> </if> or THIS_SCRIPT != index (to display the banner everything but in the homepage) |
#3
|
|||
|
|||
I wonder if there is one where I can make it goto a certain line, that way I could say in essence, if this is the forum they don't want to sponsor, skip the banner code. I have too many other areas of my site to work with your if condition statement. gallery, local links & downloads, vbadvanced, etc. Thanks for the quick reply and great idea though!
Matt |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|