The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
header bar
ok i want to add a header bar with buttons right under the vb logo
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 [DATE]1194524464[/DATE] at [TIME]1194524464[/TIME] --------------- does anyone know? |
#2
|
||||
|
||||
AdminCp -> Styles & Templates -> Edit your style -> Search for header template.
After this code: 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[bbtitle]" /></a></td> <td align="$stylevar[right]"> </td> </tr> </table> <!-- /logo --> Code:
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" 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> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|