Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

Reply
 
Thread Tools
Bring Back "Go" Button for VB4 by BOP5 (Forum Jump/Quick Navigation menu) Details »»
Bring Back "Go" Button for VB4 by BOP5 (Forum Jump/Quick Navigation menu)
Version: 1.00, by BirdOPrey5 (Senior Member) BirdOPrey5 is offline
Developer Last Online: Aug 2023 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 4.x.x Rating:
Released: 01-14-2011 Last Update: Never Installs: 74
Supported Uses Plugins Auto-Templates
Re-useable Code Translations  

Demo Video: http://www.youtube.com/watch?v=5tLLceMb604

This mod simply brings back the "Go" button that was removed from the "Quick Navigation" AKA "Forum Jump" menu.



VB3 already has the "Go" button but when it was removed from VB4 it has added an extra click for users who want to simply "jump" back to the forum they came from.

There are no settings, just install the mod and it will work.

If you have a heavily customized style, specifically a custom forumjump template there is a manual template edit you can make below. THIS IS ONLY NECESSARY IF THE MOD DOESN'T WORK, TRY IT FIRST.

The "Go" button only appears when viewing a thread or viewing a forum (showthread or forumdisplay) because those are the only places it makes sense to have it.

Full instructions in zip file but it's just 1 product to upload- nothing else to do or set.

This should work on all versions of 4.0.x/4.1.x - it has been tested on 4.0.8.

Please Mark As Installed If You Use This.


Manual Template Edit- Not usually needed:

Edit the forumjump template:

In Admin CP -> Style Manager ->[Choose Your Template] -> Edit Templates -> forumjump

Find the line (or something similar too):
Code:
<a href="{vb:raw navpopup.link}" class="popupctrl"><span class="ctrlcontainer">{vb:raw navpopup.title}</span></a>
Below it Add:
Code:
<vb:if condition="THIS_SCRIPT=='showthread' OR THIS_SCRIPT=='forumdisplay'"><a href="forumdisplay.php?f={vb:raw goforum}" class="textcontrol" onclick="document.location='forumdisplay.php?f={vb:raw goforum}';return false;">Go</a></vb:if>
Save Changes... Repeat for all styles you use. (The mod still needs to be installed for this to work.)

Download Now

File Type: zip Bring Back Go Button by BOP5 for VB4.zip (2.4 KB, 277 views)

Screenshots

File Type: jpg ss_gobutton.jpg (3.7 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
2 благодарности(ей) от:
CuteC@t, elsa23

Comments
  #2  
Old 01-15-2011, 03:40 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Reserved.
Reply With Quote
  #3  
Old 01-24-2011, 07:02 AM
New Joe's Avatar
New Joe New Joe is offline
 
Join Date: May 2009
Posts: 1,128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't see why we'd need this Go button, when you click on the destination Forum you want to go to you go right there. No need to press a Go button.
Reply With Quote
  #4  
Old 01-24-2011, 08:40 AM
Deathjam Deathjam is offline
 
Join Date: Jul 2002
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for this, and to new Joe, it is needed because unlike vb3s menu which saves the forum your in when clicked, vb4's menu when clicked jumps to the top of the list.

So if your in a thread in forum #72, if you are wanting to go back to forum #72 you have to click the jump list then scroll all the way down to 72, not very quick.
Reply With Quote
  #5  
Old 01-24-2011, 11:51 AM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here is a short demo video showing the difference between not having it and having it:

http://www.youtube.com/watch?v=5tLLceMb604
Reply With Quote
  #6  
Old 01-24-2011, 08:22 PM
Fastbird's Avatar
Fastbird Fastbird is offline
 
Join Date: Aug 2005
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BirdOPrey5 View Post
Here is a short demo video showing the difference between not having it and having it:

http://www.youtube.com/watch?v=5tLLceMb604
Installed. This is one of the most requested things on our forum. Thank you!
Reply With Quote
  #7  
Old 02-02-2011, 01:55 AM
phumphries's Avatar
phumphries phumphries is offline
 
Join Date: Nov 2001
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks! This has been really bugging me, especially on my (small screen) mobile.

I think that the only reason that every vB owner has not installed this is that they have not been lucky enough to use the right search terms.
Reply With Quote
  #8  
Old 02-02-2011, 02:57 AM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by phumphries View Post
Thanks! This has been really bugging me, especially on my (small screen) mobile.

I think that the only reason that every vB owner has not installed this is that they have not been lucky enough to use the right search terms.
Probably some truth to this... I added more keywords to the title if the search is ever re-indexes it should help.
Reply With Quote
  #9  
Old 02-17-2011, 07:53 PM
moswell moswell is offline
 
Join Date: Jan 2011
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks. This was highly requested on the forum I'm working with!
Reply With Quote
  #10  
Old 03-20-2011, 03:38 PM
stamos2003 stamos2003 is offline
 
Join Date: Nov 2003
Location: Berlin
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

indeed helpfull, thanks for this!
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 07:19 PM.


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.06512 seconds
  • Memory Usage 2,321KB
  • Queries Executed 24 (?)
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
  • (2)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (2)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (2)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete