The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
How do I change the header logo on specific pages? For example, I want a different logo on the top of the registration page than is on the other pages of the site.
Thanks in advance. |
#2
|
|||
|
|||
![]()
You'll need to use a if statement
something like Code:
<if condition="THIS_SCRIPT == 'register'"> place code here </if> Or maybe you can change all the templates and hardcode the header into each one you want something to display on. I'd remove everything from the header template, find every template that makes a call to $header and remove it, then paste the header code in place of that. then just change your logos as you please. --and it'll be extremely difficult to go thru and edit each and every single time you need to make a change ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|