The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Different Logo on Front Login Screen than Index
I was wondering if it's possible to have one logo on the main login screen and a different one once logged and viewing the forum index into the board.
I have looked all through the templates and can't find a place to edit this. Thanks! |
#2
|
||||
|
||||
You could use conditions around the image code for the logo. What page is the "main login screen"? If you want to use this condition, you need to find out what THIS_SCRIPT is defined to be at the top of that php page:
HTML Code:
<if condition="THIS_SCRIPT == 'main login screen'"> image code for main login screen <else /> image code for everywhere else </if> |
#3
|
|||
|
|||
Thanks! I'll try that
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|