j883376
03-22-2009, 10:00 PM
This is actually a direct re-release of my mod for vB 3.5. It integrates easily into your forumdisplay and showthread templates, making it more handy to navigate when users scroll down the page.
This requires all of 2 template edits
First, open 'FORUMDISPLAY', in the last few lines, find
$footer
Directly above that, add this
<table class="tborder" cellspacing="0" cellpadding="$stylevar[cellpadding]" border="0" width="100%">
<tr>
<td class="alt2"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb] ><strong>$navbits[lastelement]</strong></td>
</tr>
</table>
If instead you prefer it below your New Thread button at the bottom, you can add the same code above the following line:
<!-- Active Users in this Forum (and sub-forums) and Moderators -->
Then open up 'SHOWTHREAD', again find
$footer
And add above it
<table class="tborder" cellspacing="0" cellpadding="$stylevar[cellpadding]" border="0" width="100%">
<tr>
<td class="alt2"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb] ><strong>$navbits[lastelement]</strong></td>
</tr>
</table>
If your navigation seems squashed against things, add a <br /> tag above opening <table> tag and/or below the </table> tag.
Viola! Bottom Forum Navigation for all!
Don't forget to press INSTALL!
This requires all of 2 template edits
First, open 'FORUMDISPLAY', in the last few lines, find
$footer
Directly above that, add this
<table class="tborder" cellspacing="0" cellpadding="$stylevar[cellpadding]" border="0" width="100%">
<tr>
<td class="alt2"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb] ><strong>$navbits[lastelement]</strong></td>
</tr>
</table>
If instead you prefer it below your New Thread button at the bottom, you can add the same code above the following line:
<!-- Active Users in this Forum (and sub-forums) and Moderators -->
Then open up 'SHOWTHREAD', again find
$footer
And add above it
<table class="tborder" cellspacing="0" cellpadding="$stylevar[cellpadding]" border="0" width="100%">
<tr>
<td class="alt2"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb] ><strong>$navbits[lastelement]</strong></td>
</tr>
</table>
If your navigation seems squashed against things, add a <br /> tag above opening <table> tag and/or below the </table> tag.
Viola! Bottom Forum Navigation for all!
Don't forget to press INSTALL!