Back to vBulletin 3.0 Template Modifications

[HowTo] [3.0.3] Center your logo in the header
Mod Version: 1.00, by Floris

This modification is in the archives.
vB Version: Rating: (1 vote - 5.00 average) Installs: 4
Released: 24 Nov 2004 Last Update: Never Downloads: 2
Not Supported  

[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]">
&nbsp;
<!--
NEW HEADER &amp; 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>
* And replace it with this code:
HTML Code:
<td align="center"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
* Save the "header" template and you are done.

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2024