Back to vBulletin 3.8 Template Modifications

Bottom Forum Navigation Breadcrumbs
Mod Version: 1.00, by j883376

vB Version: 3.8.1 Rating: (6 votes - 4.83 average) Installs: 39
Released: 23 Mar 2009 Last Update: Never Downloads: 6
Not Supported Template Edits  

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
Code:
$footer
Directly above that, add this
Code:
<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] &gt;<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:
Code:
<!-- Active Users in this Forum (and sub-forums) and Moderators -->


Then open up 'SHOWTHREAD', again find
Code:
$footer
And add above it
Code:
<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] &gt;<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!

Download

No files for download.

Screenshots

Click image for larger version
Name:	Screenshot-Main Forum - RobotoGo Forums - Opera.jpg
Views:	1269
Size:	38.0 KB
ID:	96876  

Similar Mods

Bottom Forum Navigation breadcrumbs vBulletin 3.5 Template Modifications

vblts.ru supports vBulletin®, 2022-2024