vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Simple Breadcrumb Below Last Post (https://vborg.vbsupport.ru/showthread.php?t=119374)

evenmonkeys 06-21-2006 10:00 PM

Simple Breadcrumb Below Last Post
 
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>&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:
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 -->

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 :
Code:

<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!


All times are GMT. The time now is 05:08 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01095 seconds
  • Memory Usage 1,747KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (21)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete