PDA

View Full Version : Simple Breadcrumb Below Last Post


evenmonkeys
06-21-2006, 10:00 PM
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:
<div class="smallfont" align="center">
<strong>&laquo;</strong>
<a href="showthread.php?$session[sessionurl]t=$threadid&amp;goto=nextoldest" rel="nofollow">$vbphrase[prev_thread]</a>
|
<a href="showthread.php?$session[sessionurl]t=$threadid&amp;goto=nextnewest" rel="nofollow">$vbphrase[next_thread]</a>
<strong>&raquo;</strong>
</div> Above put:<!-- 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 -->
Comments
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.

Snake
06-23-2006, 11:41 AM
That's a great idea!

Thank you...

o0Hubba0o
07-16-2006, 03:48 AM
Simple and effective, thanks.

Yorixz
07-16-2006, 04:17 PM
Thanks a lot, that's more than welcome!

A_N_K_A_R_A
07-17-2006, 05:06 AM
nice thanks

h_kakashi
08-04-2006, 12:32 AM
Thanks

sportsoutlaw
08-05-2006, 06:21 AM
I think I may add this and take that bulky forum jump out.

Thanks for creating this!

tpzone
08-05-2006, 03:14 PM
thanks!

johnstires
08-15-2006, 01:15 AM
Very Useful! Thanks!

MaLTRaiN
08-15-2006, 01:46 AM
Thank you. I put it below and it looks better to me... :)
More compact, less space... ;)

upsetter
08-15-2006, 07:00 AM
looks awsome on my forum, thank you so much, I was looking for something just like this... :)

miner
08-16-2006, 08:33 AM
Very useful, thanks...

SaN-DeeP
08-30-2006, 12:38 AM
useful addon thanks :)

kushal
09-23-2006, 11:42 AM
awsome. Great thinking. thank you for this nice mod.

detalhe
10-11-2006, 05:19 PM
Excelent! Thanks :D

Gizmo5h1t3
10-12-2006, 02:53 PM
nice n simple, but very effective.

KevinLiles
10-15-2006, 11:35 PM
Thank you

Ascor
10-20-2006, 05:23 PM
very nice an complete, thank you :)
clik install

becafuel
10-24-2006, 02:52 PM
I'm using postbit_legacy with the following changes to go back to top :
<if condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a></if>
$post[iplogged]
&nbsp;
<br /><table width="100%"><tr><td align="center" class="tcat"><a href="#top" onclick="self.scrollTo(0, 0); return false;"><span style="font-size:10px;">$vbphrase[top]</span></a></td></tr></table>
</td>
<if condition="$show['moderated']">
It adds the phrase "Back to top", depending on your language (here "Haut de page" in french), under every user info, thus permitting to go back to top from everywhere in a thread.

F&R
01-22-2007, 11:53 AM
I thought I posted my thanks... here it is again though

Caddyman
02-15-2007, 03:36 PM
great add-on, installed, thanks!