Log in

View Full Version : NavBar at the bottom of each thread?


Cryo
10-11-2005, 04:59 PM
I searched and couldn't find anything, then I went to the template itself and tried to mod it like I did the previous version, and noticed that this functionability seems built in. I searched around and couldn't find the option to enable a bottom navbar anywhere. Am I missing something?

Thanks in advance!

dsotmoon
10-11-2005, 05:48 PM
find in showthread

<!-- / controls below postbits -->

anf this below it

<!-- Manual Navbar -->

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%">
<if condition="is_array($navbits)">
<table cellpadding="0" cellspacing="0" border="0">
<tr valign="bottom">
<td><a href="#" onclick="history.back(1)"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a>&nbsp;</td>
<td><span class="navbar"><a href="$vboptions[forumhome].php?$session[sessionurl]">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
</tr>
<tr>
<td class="navbar" style="font-size:10pt; padding-top:1px" colspan="2"><a href="$scriptpath"><img src="$stylevar[imgdir_misc]/navbits_finallink.gif" alt="$vbphrase[reload_this_page]" border="0" /></a> <strong>$navbits[lastelement]</strong></td>
</tr>
</table>
<else />
<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
</if>
</td>
</tr>
</table>

<!-- End Manual Navbar -->

hope this is what your looking for

Cryo
10-12-2005, 06:09 PM
That is exactly what I am looking for! Thanks a lot, dsotmoon. :) Appreciate it.

weitalia
12-29-2005, 06:00 PM
Very great dsotmoon!! ;)

;)