Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases

Reply
 
Thread Tools
Mini navbar at bottom of thread Details »»
Mini navbar at bottom of thread
Version: 1.00, by TheEDIGuy TheEDIGuy is offline
Developer Last Online: May 2011 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 01-26-2004 Last Update: Never Installs: 65
 
No support by the author.

Version 1.0, 01/27/04 - Written for RC3

My users wanted a navbar at the bottom of each thread, so they don't have to scroll back to the top of a page to navigate the site. Rather than put the large navbar, with all of the buttons and the userinfo box included, I created a stripped-down version of it (see image below of what it looks like on my site).

Just follow the simple instructions in the attached text file. There is 1 file edit, 1 new template, and 1 template edit.

You may PM me or post here for support if something's gone wrong, but it is currently working on my site.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 07-21-2004, 07:05 PM
jamesglewisf jamesglewisf is offline
 
Join Date: Feb 2003
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AN-net
no offense but this is easily done by using the nav bar bits alrdy in the templates but cool hack though
How can this be done in the templates. I tried but did not succeed. I'm kind of a novice on 3.0.
Reply With Quote
  #23  
Old 10-06-2004, 04:13 PM
weitalia weitalia is offline
 
Join Date: Jun 2004
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Fantastic amazing hack man very useful thanx so much!!!
I just change in the the navbar_bottom template the very last 4 rows of code:
Code:
			</tr>
			</table>			
</tr>
</table>
with
Code:
			</tr>
			</table>
	<td class="alt2" width="20%">
	$forumjump
	</td>
</tr>
</table>
Great job mister!!

Reply With Quote
  #24  
Old 10-15-2004, 07:47 PM
tony adams tony adams is offline
 
Join Date: Oct 2004
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

excellent, never mind it there are other ways this does just what my members want

thanks
Reply With Quote
  #25  
Old 10-22-2004, 12:27 PM
Cryo Cryo is offline
 
Join Date: Dec 2003
Location: Buffalo, NY
Posts: 197
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Awesome, this is EXACTLY what I was looking for. I prefer the template approach too.

[high]* Cryo clicks install![/high]
Reply With Quote
  #26  
Old 10-23-2004, 12:39 AM
Erwin's Avatar
Erwin Erwin is offline
 
Join Date: Jan 2002
Posts: 7,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For just template mods,

In SHOWTHREAD and FORUMDISPLAY templates,

Find:
HTML Code:
$forumjump
ABOVE, ADD:

HTML Code:
<span class="navbar"><a href="$vboptions[forumhome].php?$session[sessionurl]">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]
Just as good.
Reply With Quote
  #27  
Old 05-03-2005, 01:53 AM
CSS59 CSS59 is offline
 
Join Date: Oct 2004
Posts: 275
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In the FORUMHOME
I would like to move the "Navigation Bar" (including the log in boxes) from the top ---> to the bottom combined with "Whats Going On?"

I want it to be included in the "Whats Going On" on the top of "Currently Active Users"

How Can I do that? The navbar line is all the way at the bottom of the code, but I dont know how to include it with the "whats going on?" Any ideas?
Reply With Quote
  #28  
Old 05-06-2005, 06:29 PM
fly fly is offline
 
Join Date: Oct 2003
Posts: 1,215
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Erwin
For just template mods,

In SHOWTHREAD and FORUMDISPLAY templates,

Find:
HTML Code:
$forumjump
ABOVE, ADD:

HTML Code:
<span class="navbar"><a href="$vboptions[forumhome].php?$session[sessionurl]">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]
Just as good.
Any ideas why this only shows up for me in IE and not Firefox? Anyone got this installed on their site that I can look at from FF, to see if its just my site?

edit: And yes, the normal one works fine...
Reply With Quote
  #29  
Old 07-17-2005, 06:41 PM
Borgs8472 Borgs8472 is offline
 
Join Date: Apr 2004
Posts: 924
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I added this to my vbadvanced portal too.

portal index.php (whatever you've call it)

find
Code:
print_portal_output($home);
under add:

Code:
eval('$navbar_bottom = "' . fetch_template('navbar_bottom') . '";');
Done!
Reply With Quote
  #30  
Old 07-17-2005, 07:00 PM
yoyoyoyo's Avatar
yoyoyoyo yoyoyoyo is offline
 
Join Date: Dec 2004
Location: USA
Posts: 1,612
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by flypaper
Any ideas why this only shows up for me in IE and not Firefox? Anyone got this installed on their site that I can look at from FF, to see if its just my site?

edit: And yes, the normal one works fine...
same here... very odd.
Reply With Quote
  #31  
Old 07-24-2005, 03:31 AM
MorrisMcD's Avatar
MorrisMcD MorrisMcD is offline
 
Join Date: Nov 2003
Location: Cincinnati, Ohio
Posts: 415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Excellent and simple hack...

:install:

This makes me wonder how easy it might be to have a 'New Posts' link below as well.. Could this be easily implemented into this same hack? As the admin, I pretty much read everything and scrolling up everytime to click new posts could be simplified with somethin like that.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:01 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08266 seconds
  • Memory Usage 2,304KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (4)bbcode_html
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete