Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

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
  #22  
Old 01-29-2012, 05:02 PM
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 Trevor Matthews View Post
I am getting a message saying "I do not have permission to perform this action" when trying to mark any thread as Installed or Un-Installed.
Please post this issue in the "Site Feedback" forum. The admins won't see it here.
Reply With Quote
  #23  
Old 01-29-2012, 07:55 PM
Trevor Matthews Trevor Matthews is offline
 
Join Date: Oct 2010
Posts: 206
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks like it is a known issue.
Reply With Quote
Благодарность от:
BirdOPrey5
  #24  
Old 03-07-2012, 04:35 PM
Nirjonadda Nirjonadda is offline
 
Join Date: Dec 2011
Location: Italy
Posts: 739
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed...working on 4.1.10 Without Manual Template Edit !!!
Reply With Quote
  #25  
Old 04-28-2012, 04:44 AM
KayDawg KayDawg is offline
 
Join Date: Mar 2012
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Worked like a charm on 4.1.12

Maybe I didn't know what I was doing, but manual didn't work. The links took me back to invalid forum id's...but the mod upload was painless.
Reply With Quote
Благодарность от:
BirdOPrey5
  #26  
Old 09-18-2012, 02:10 PM
tommythejoat's Avatar
tommythejoat tommythejoat is offline
 
Join Date: Apr 2008
Location: Boston
Posts: 155
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

One of my members has been requesting that the drop down positioning be centered around the selected forum. i.e. the current one. When one clicks on the drop down list it displays from the top position instead of positioning the cursor to the current forum.

I suspect that is pretty difficult since it looks like the whole forumjump has been written to a variable.

I believe that in v3, it worked as my member remembers. When you clicked on forumjump you were looking at the full list but positioned to the current forum.
Reply With Quote
  #27  
Old 09-20-2012, 12:25 AM
edytwinky edytwinky is offline
 
Join Date: Aug 2007
Posts: 512
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works perfectly! Love this. Thanks!
Reply With Quote
Благодарность от:
BirdOPrey5
  #28  
Old 09-21-2012, 07:58 PM
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 tommythejoat View Post
One of my members has been requesting that the drop down positioning be centered around the selected forum. i.e. the current one. When one clicks on the drop down list it displays from the top position instead of positioning the cursor to the current forum.

I suspect that is pretty difficult since it looks like the whole forumjump has been written to a variable.

I believe that in v3, it worked as my member remembers. When you clicked on forumjump you were looking at the full list but positioned to the current forum.
Understood but not something this mod will ever change.
Reply With Quote
  #29  
Old 10-14-2012, 02:44 AM
Toorak Times's Avatar
Toorak Times Toorak Times is offline
 
Join Date: Jan 2011
Posts: 436
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi BOP

Put this in my 4.2 works fine but gave me two go buttons

http://www.tooraktimes.com.au/forumd...pport-Feedback

How can I fix please?
Reply With Quote
  #30  
Old 10-16-2012, 06:41 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It looks like you made the manual template edit when you didn't have to. Undo the edit.
Reply With Quote
  #31  
Old 11-09-2012, 02:40 PM
dsantana dsantana is offline
 
Join Date: Dec 2011
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed... Didn't work... Did the manual edit... Still didn't work...
Using it on 4.2... Saw it on another 4.2 site working... What am I missing?
site is www.vintagejetboats.com
Reply With Quote
Reply


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 02:23 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.07580 seconds
  • Memory Usage 2,345KB
  • Queries Executed 28 (?)
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
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (5)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (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_postinfo_query
  • fetch_postinfo
  • 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