Quote:
Originally Posted by john1744
Hi, thanks for the style, it is quite excellent, however I am using the double navbar hack, how do I get rid of your navbar? See the attachment for details.
|
In the header template...
Find:
Code:
<!-- nav buttons bar -->
Start there and delete everything under it.
Be sure to leave:
Code:
<!-- content table -->
$spacer_open
$_phpinclude_output
So it should end up like:
Code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]" background="$stylevar[imgdir_misc]/head_bg.gif"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]" background="$stylevar[imgdir_misc]/head_bg.gif">
<!--
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>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
Quote:
Originally Posted by XtremeOffroad
Thanks for the fast reply.
|
Your welcome.