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!


All times are GMT. The time now is 06:39 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.01230 seconds
  • Memory Usage 1,736KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete