New Posts link between next / previous thread links
This modification is in the archives.
This is a quick dirty little hack to get a handy new posts link right at the bottom of a thread saving your users valuable seconds from not having to scroll all the way back to the top of the page from the bottom of a thread.
In template SHOWTHREAD find: Code:
<if condition="$show['next_prev_links']"> <!-- next / previous links --> <br /> <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> <!-- / next / previous links --> </if> Code:
<if condition="$show['next_prev_links']"> <!-- next / previous links --> <br /> <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="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a> | <a href="showthread.php?$session[sessionurl]t=$threadid&goto=nextnewest" rel="nofollow">$vbphrase[next_thread]</a> <strong>»</strong> </div> <!-- / next / previous links --> </if> Brought to you by http://devioustyrant.com. Download No files for download. |
Similar Mods
Replace Previous and Next Link with Actual Thread Titles | vBulletin 3.5 Add-ons |
'Previous / Next Page' link in forum/thread navigation menus | vBulletin 3.6 Template Modifications |
My Posts link in Quick Links navbar menu | vBulletin 3.0 Template Modifications |