vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   Forum Display Enhancements - Bottom Forum Navigation Breadcrumbs (https://vborg.vbsupport.ru/showthread.php?t=209185)

j883376 03-22-2009 10:00 PM

Bottom Forum Navigation Breadcrumbs
 
1 Attachment(s)
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!

itsheinz 03-23-2009 06:18 AM

finally..iv been lookin for this kind of mod,gotta try this^^
how about i want to put below the new thread button?

j883376 03-23-2009 06:27 AM

Quote:

Originally Posted by itsheinz (Post 1774836)
finally..iv been lookin for this kind of mod,gotta try this^^
how about i want to put below the new thread button?

I've updated the original post for you. Please click install if you do this modification.

itsheinz 03-23-2009 06:46 AM

installed! thanks man^^

Jasem 03-23-2009 01:48 PM

Good work, thank you!

Installed

m0nde 03-24-2009 02:48 PM

excellent and simple.

Brandon Sheley 03-24-2009 02:57 PM

This has been posted several times, but thx anyways :)
I have the bottom navbar on my showthread templates on my sites.

MadtownHDJunkie 03-24-2009 11:25 PM

works great ty!

j883376 03-25-2009 12:03 AM

Quote:

Originally Posted by MadtownHDJunkie (Post 1776259)
works great ty!

Please click install

cbiweb 03-26-2009 02:02 AM

Cool! I did this on my forums about 3 years ago. Never thought of posting it as a template mod, LOL. Good job you did!

unenergizer 03-26-2009 02:07 AM

Nice skin and great idea! :)

Darkimmortal 04-26-2009 04:24 PM

Thanks - works perfectly :)

j883376 04-26-2009 11:54 PM

Quote:

Originally Posted by Darkimmortal (Post 1799400)
Thanks - works perfectly :)

Clicking Mark as Installed would be greatly appreciated

ArnyVee 05-16-2009 11:28 PM

I was looking for something like this! Thanks! :up:

nnStaff 05-27-2009 06:07 AM

You should put this directly under the posts as most people aren't going to want to scroll through the legend and permissions fields to do that. Example: www.nonewbs.com -- but we've used more of the navbar breadcrumb retaining the border, formatting, etc

shinng 05-29-2009 08:06 PM

simple and useful. anything to make the forum easier to navigate. installed

linuxututs 10-16-2009 09:18 PM

Love this hack !

Think vB should come with this by default though to really.

Thanks,

MagicThemeParks 02-19-2010 10:30 AM

I removed the navbits to add a logo, so I added this just under $navbar in order to replace the navbits. :up:

Demo: http://www.legendaryrockers.com/foru...banner-36.html


All times are GMT. The time now is 02:43 AM.

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.01053 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
  • (5)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (18)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