Log in

View Full Version : header bar


5th-Level
11-07-2007, 11:54 PM
ok i want to add a header bar with buttons right under the vb logo

http://img485.imageshack.us/img485/6697/nothing1bg7.png

i ahve the bar ext. and the buttons made but when i enter in the coding it doesnt work and i also want to have the buttons centered in the middle of the bar

can anyone write this code up for me please!

--------------- Added 1194524464 at 1194524464 ---------------

does anyone know?

Triky
11-12-2007, 03:26 PM
AdminCp -> Styles & Templates -> Edit your style -> Search for header template.

After this code:

<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions" /></a></td>
<td align="$stylevar[right]">
&nbsp;
</td>
</tr>
</table>
<!-- /logo -->

Add:


<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" [B]width="100%" class="tborder" align="center">
<tr>
<td class="tcat" style="text-align: center;">
<a href="yourlink.php" target="_blank"><img src="yourimagelink.gif" border="0" style="vertical-align: middle;" /></a>
</td>
</tr>
</table>


Changing the red code by yours [Create your own vBulletin tables (https://vborg.vbsupport.ru/showthread.php?t=148028)].