The Arcive of vBulletin Modifications Site. |
|
[HowTo] [3.0.3] Center your logo in the header Details »»
|
|||||||||||||||||||||||||||
|
[HowTo] [3.0.3] Center your logo in the header
Developer Last Online: Mar 2021
[HowTo] [3.0.3] Center your logo in the header
Description: This small template modification will show you how to modify the default header template to get your logo or banner centered in the header on top of your forum. Installation Instructions: * Go to the Admin Control Panel and login as an Administrator with permission to modify the styles & templates. * Go to the (and expand if collapsed) the group "Styles & Templates" * Click on "Style Manager" * From the page on the right that loads click on the [<< >>] button behind the style you want to modify to expand the group and show all the templates. * Select the "header" template and click on the [Customize] button to open it. * Find this code: HTML Code:
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td align="$stylevar[right]"> <!-- NEW HEADER & NAVBAR Now that the nav buttons are in the navbar template, you can stick whatever you like into this space. This makes it much easier for novice admins to customize their header template without affecting important navigation elements. --> </td> HTML Code:
<td align="center"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Thanks, this worked, about time someone explained it simply, instead of jut refering ppl
|
|
#3
|
|||
|
|||
|
Very helpful for newbies like me
Thanx
|
|
#4
|
|||
|
|||
|
Thanks and yeah Im a newb lol!!
|
|
#5
|
|||
|
|||
|
thank you!
|
|
#6
|
|||
|
|||
|
Working with 3.7.0?
Thanks! |
|
#7
|
|||
|
|||
|
Try it. Although I can't see why it shouldn't work....
|
![]() |
|
|