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

Reply
 
Thread Tools
Dynamic Navbarlinks Details »»
Dynamic Navbarlinks
Version: 1.3, by Coroner Coroner is offline
Developer Last Online: Dec 2011 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.8.1 Rating:
Released: 05-30-2009 Last Update: 07-12-2009 Installs: 54
Uses Plugins
Additional Files  
No support by the author.

Idea by Ragtek
I only added support for dhtml menu and side selection.

What does it do:
Over your vBulletin Optionen you can create links for the navbar (single or dhtml) without changing any template (you can not use phrases).

Installation:
1st upload the php - then simply import the product.
After import 3 new links were created (the example from image no.2).

Requirements:


A "good" navbar Template with the following 3 template_hooks:
  1. $template_hook[navbar_buttons_right]
  2. $template_hook[navbar_buttons_left]
  3. $ad_location[ad_navbar_below]
If one of these HOOKs missing, the links could not be shown.
Changlog:
v1.3
Added a Bit for Phrases set. This will allow you to enter phrases instead of text.

Download Now

File Type: zip dynamic_navbar.zip (2.7 KB, 234 views)

Screenshots

File Type: jpg Bild 1.jpg (37.7 KB, 0 views)
File Type: jpg Bild 2.jpg (20.4 KB, 0 views)

Supporters / CoAuthors

Show Your Support

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

Comments
  #22  
Old 07-13-2009, 05:40 AM
Coroner Coroner is offline
 
Join Date: Feb 2008
Location: Germany
Posts: 797
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Those are the template_hooks in the navbar
Code:
$template_hook[navbar_buttons_right]
$template_hook[navbar_buttons_left]
$ad_location[ad_navbar_below]
In the PHP (includes/dynamic_navbar) you will also find those HOOKs.

I would like to say, simply add 3 template_hooks in your tempalte and change the 3 HOOKs in the php file to your HOOKs.

Footnote: This is untested.
Reply With Quote
  #23  
Old 07-13-2009, 09:16 AM
Coroner Coroner is offline
 
Join Date: Feb 2008
Location: Germany
Posts: 797
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Version v1.3 is out.
This version now understands phrases, too.
Reply With Quote
  #24  
Old 07-13-2009, 09:48 AM
willy888 willy888 is offline
 
Join Date: Apr 2006
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It only says to install
For those who has already installed it and want to upgrade ?
Overight the files and re-import the product ?
The links that we have already create will lost ?
Reply With Quote
  #25  
Old 07-13-2009, 10:00 AM
Coroner Coroner is offline
 
Join Date: Feb 2008
Location: Germany
Posts: 797
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm sorry.
Simply overwrite the file and product.

NO, all links will stay as it is. You can change the text into phrases later, if you like.
Reply With Quote
  #26  
Old 07-13-2009, 10:31 AM
willy888 willy888 is offline
 
Join Date: Apr 2006
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Coroner View Post
I'm sorry.
Simply overwrite the file and product.

NO, all links will stay as it is. You can change the text into phrases later, if you like.
Thanks I update it correctly .
Now what are phrases ? can you give an example what changing ?
Reply With Quote
  #27  
Old 07-13-2009, 10:55 AM
Coroner Coroner is offline
 
Join Date: Feb 2008
Location: Germany
Posts: 797
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Take a look in your AdminCP. "Languages and Phrases"
Reply With Quote
  #28  
Old 07-13-2009, 11:45 AM
willy888 willy888 is offline
 
Join Date: Apr 2006
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

understand .... very good option
Reply With Quote
  #29  
Old 10-03-2009, 07:56 PM
Miras Miras is offline
 
Join Date: Mar 2009
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

we're running 3.8.4

using usual links, all is working fine
but using a submenu like this:
Code:
0|1|0|1||DNW|1|0
1|0|0|1|group.php|Gruppen|1|0
just brings up this link instead of pop up the menu:
Code:
http://www.dieneuewelt.de/forum/$show[nojs_link]#dynamicnav984314
what am i doing wrong?
Reply With Quote
  #30  
Old 10-04-2009, 07:26 AM
Coroner Coroner is offline
 
Join Date: Feb 2008
Location: Germany
Posts: 797
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This will start with 0
Code:
0|1|0|1||DNW|1|0
1|0|0|1|group.php|Gruppen|1|0
try starting with 1
Code:
1|1|0|1||DNW|1|0
2|0|1|1|group.php|Gruppen|1|0
Reply With Quote
  #31  
Old 10-04-2009, 02:20 PM
Miras Miras is offline
 
Join Date: Mar 2009
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
1|1|0|1||DNW|1|0
2|0|1|1|group.php|Gruppen|1|0
this does not show up in the navbar at all

Code:
1|1|0|1||DNW|1|00
Shows up as dropdown, but the link is http://www.dieneuewelt.de/forum/$show[nojs_link]#dynamicnav916199
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 06:08 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.06172 seconds
  • Memory Usage 2,330KB
  • Queries Executed 27 (?)
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
  • (7)bbcode_code
  • (1)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
  • (4)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
  • (3)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_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_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