The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Navbar Forumjump- Adds a DHTML "Forum Jump" menu to your Navbar Details »» | |||||||||||||||||||||||||||
Navbar Forumjump- Adds a DHTML "Forum Jump" menu to your Navbar
Developer Last Online: Dec 2007
Navbar Forumjump This mod adds a popup menu to the navbar with quick links to all your forums. If you like this, you can show your support by Rating it, Marking it as installed, Nominating for MOTM, and/or Donating to the author. Thanks, you rock. Why would you want to install this?
In forums I often find myself clicking on the "forum home" link to see the list of forums and then choose one to visit. With this mod, you simply click the "Forum Jump" menu, and down drops a dynamic menu with all your forums (represented in correct hierarchy of parents/children, and organized by category). The user can more easily visualize the structure of your forums, and can get to where they want to go quicker. And this is a lot prettier and better placed than the forum jump at the bottom of the pages. How does this reduce server resources? With this mod installed, the users will go directly to the next forum they want to visit without first going to the forum home. This saves the HTTP requests associated with a pageload, as well as the database queries required to generate the page. All Features.
Adds one plugin and a control panel options section (and its associated phrases). The menu is attached to the navbar using a template hook. Installation
Version 1.0.8 Bug fix (Oct. 13, 2007) Fixed bug when using the forumjump with vBa. (See post #145)Version 1.0.7 Bug fixes and workarounds (Sept. 18, 2007) Integrated fix for Smoothie's problems (Post #76 and on)Version 1.0.6 New Features (Sept. 17, 2007) Workaround for menu display problem in OperaVersion 1.0.5 Internal Development - Not released Version 1.0.4 New features (Sept. 12, 2007) Added optional link (icon) to the latest post in each forumVersion 1.0.3 New features (Sept. 11, 2007) All error messages output as HTML comments (better end user experience)Version 1.0.2 Bug fix (Sept. 10, 2007) Fixed bug introduced in Version 1.0.1Version 1.0.1 Bug Fixes and Enhancements (Sept. 10, 2007) Fixed a bug when URLs have session IDs in them.Version 1.0.0 Initial Release Screenshots Menu with the icon link to last post enabled. Supporters / CoAuthors Show Your Support
|
Благодарность от: | ||
nCODE |
Comments |
#2
|
||||
|
||||
reserved?
|
#3
|
||||
|
||||
Looks awesome mate, will try it later. Good work!
Oh and first post |
#4
|
||||
|
||||
Installed! Groovy!
|
#5
|
|||
|
|||
Nice work, installed in a second!
It's very helpful at about a hundred forums... thx a lot. Installed 'n' lots of stars |
#6
|
|||
|
|||
Thanks, this was released here a while ago I believe, but yours looks very good. thanks for sharing.
|
#7
|
|||
|
|||
thanks
|
#8
|
|||
|
|||
my skin unfortunately doesn't use that navigation bar as it was converted to image buttons. what code can i use to link to an image?
thx |
#9
|
||||
|
||||
BOO!!! NOT COMPATIBLE WITH OLDER VERSIONS OF VB!!!
SHAME SHAME! Can We make it work with 3.6.4??? |
#10
|
||||
|
||||
Quote:
The only two mods I could find that were somewhat similar, turn out to be nothing like this. 1. [name]Michelle[/name]'s Move forumjump to the navbar with javascript Is just what the title says. It's a couple of template edits and a few lines of Javascript to move the existing (ugly) forumjump drop-down menu up to the navbar. It only displays on pages that already had the forumjump drop-down on them. My mod uses vB's DHTML popup menus and also displays on all pages. 2. [name]Floris[/name] did a bit better with navbar forumjump dropdown. But it has quite a few problems.
EDIT: I just found another forum jump mod by [name]P1erce[/name], which is better than Floris' version. It's actually quite similar to this mod, but it's not as easy to install, and it doesn't have all the admin formatting options etc. Quote:
Do you have it installed and working, but you want to change the text "Forum Jump" to an image? If that's the case, just edit the plugin (or in the product's XML file, then re-upload) and find this: Code:
'.$vbphrase['forum_jump'].' Code:
<img src="image.gif" alt="" /> Quote:
Instructions updated to work with version 1.0.3 1. Make some edits to the XML file ---------------------------------- :::: Find: Code:
<dependency dependencytype="vbulletin" minversion="3.6.8" maxversion="" /> Code:
<dependency dependencytype="vbulletin" minversion="3.6.4" maxversion="3.6.4" /> :::: Find: Code:
<hookname>global_setup_complete</hookname> <phpcode><![CDATA[if ($vbulletin->options['navbar_forumjump_enable'] && $show['popups'] && (($vbulletin->options['navbar_forumjump_showusersonly'] && $vbulletin->userinfo['userid']) || !$vbulletin->options['navbar_forumjump_showusersonly'])) Code:
<hookname>parse_templates</hookname> <phpcode><![CDATA[if (!isset ($template_hook)) { $template_hook = array(); $template_hook['navbar_buttons_left'] = $template_hook['navbar_buttons_right'] = ''; } if ($vbulletin->options['navbar_forumjump_enable'] && $show['popups'] && (($vbulletin->options['navbar_forumjump_showusersonly'] && $vbulletin->userinfo['userid']) || !$vbulletin->options['navbar_forumjump_showusersonly'])) 2. Make some edits to your navbar template ---------------------------------- :::: Find: Code:
<if condition="$show['registerbutton']"> <td class="vbmenu_control"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td> </if> Code:
$template_hook[navbar_buttons_left] :::: Find: Code:
<if condition="$show['member']"> <td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')">$vbphrase[log_out]</a></td> </if> Code:
$template_hook[navbar_buttons_right] Upload and install the modified XML file, and hope it works. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|