Simple Breadcrumb Below Last Post
This modification is in the archives.
Everyone will need this hack. Yes, even you!
Description Are you familiar with the location of the "Previous and Next Thread" links below the last post? Are you sick of scrolling all the way to the top to go back to the forum list or thread list? With this hack, you can add the same breadcrumb found at the top directly below the last post of each page. Templates to edit: 1 (SHOWTHREAD) Instructions 1. In your AdminCP, go to Styles & Templates -> Style Manager -> Edit Templates -> SHOWTHREAD. 2. Find: HTML Code:
<div class="smallfont" align="center"> <strong>«</strong> <a href="showthread.php?$session[sessionurl]t=$threadid&goto=nextoldest" rel="nofollow">$vbphrase[prev_thread]</a> | <a href="showthread.php?$session[sessionurl]t=$threadid&goto=nextnewest" rel="nofollow">$vbphrase[next_thread]</a> <strong>»</strong> </div> HTML Code:
<!-- Extra Breadcrumb --> <div align="center"> <span class="navbar"><a href="$vboptions[forumhome].php?$session[sessionurl]">$vboptions[bbtitle]</a></span> $navbits[breadcrumb] </div> <br /> <!-- /Extra Breadcrumb --> I don't really have too much to say. I just know that it's rather annoying scrolling to the top to go back to the previous forum. This is a lot easier to navigate after reading a thread or making a post. Download
This modification is archived, downloads are still allowed. Screenshots |
Similar Mods
Simple Breadcrumb Below Last Post | vBulletin 3.5 Template Modifications |