The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
HELP...CMS Header Image Only
I'm looking for a way to just have my rotating header images on my home page CMS (content.php). I'm referring to the images just below my main nav bar.
Here is a link to my form. http://www.utahwildlife.com/content.php I'm assuming that I'll need to add the rotating images/script to the content.php instead of having it located in the navbar template. Is there anyway for me to include these rotating header image to just the CMS page and not the over subsequent pages? I'm thinking it can be done with CSS? Not sure though. Does that make sense? Thank you for any advice you can offer me. John |
#2
|
|||
|
|||
You could try this: surround your header image code with an if:
Code:
<vb:if condition="$vbulletin->nodeid == 1"> // header image code </vb:if> |
#3
|
|||
|
|||
HOLY COW IT WORKED!!!!! Thank you so much!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|