Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons

Reply
 
Thread Tools
Advanced Navbar Links Details »»
Advanced Navbar Links
Version: 2.0.2, by harmor19 harmor19 is offline
Developer Last Online: May 2023 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.6.4 Rating:
Released: 07-06-2006 Last Update: 04-24-2007 Installs: 466
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

Author: Andrew Harmor
Version: 2.0.2
File Edits: 0
Template Edits: 2
Difficulty: Easy


Description:
You can add links or multiple menus to the navbar quickly through a form. Specify which usergroups can see each link via the permissions system.


F.A.Q.
Q: Why aren't the links showing?
A: Edit the link in your Admin CP and check the usergroup permissions

Q: All the links I made from the last version are gone
A: Go into phpmyadmin and select your vbulletin database.
Browse the table named "custom_droplinks". Change all the "catid's" with 0 to 1.
Go into your ACP --> Advanced Navbar Links --> Modify/Delete The links should show up under the first category. You can edit the links from here and select a different category to place it in.

Q: How do I get the links to appear on vBAdvanced?
A: Go into your ACP --> vBa CMPS --> Default Settings
Look for "Portal Output Global Variables". Add the following into the text area.
Code:
custom_singlelinks
custom_droplinks
custom_droplinks_cat


If you install this mod please press the "Install" button.

--Change Log--
1.0.0 - Initial Release

1.0.1 - took out the code that automatically added HTML to the navbar. I thought having it do it automatically was cool but can be annoying because you can't easily customize the class or placement

2.0.0 - Added the functionality to add multiple drop down menus

2.0.1 - Added missing table prefixes

Show Your Support

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

Comments
  #142  
Old 01-08-2007, 12:11 PM
TrikkeTalk's Avatar
TrikkeTalk TrikkeTalk is offline
 
Join Date: May 2006
Location: The Netherlands
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dcasux View Post
I love this hack..however, I cannot get the menu options to show up in ibproarcade.

ARCADE template has $navbar as the variable for the default navbar, and I removed that and placed $menucontrol in it's place, hoping that your menu would show up.

Alas, it didn't. Well, actually, the "Extras" showed up, but empty. No links showed up that are defined by me in your module in the ACP.

Any ideas on how to get consistancy in ibproarcade with your hack?
Hi All

Same problem over here. Is ther somebody who can help me out. In vbPortal I had the same problem but that's already solved by adding the entire content of the global_start plugin to the global.php of the portal. But I don't see how to solve this problem. The main links show up at the arcade but the added links aren't visible.

Is there anyone who can help me out?

Thanks in advance!
Reply With Quote
  #143  
Old 01-08-2007, 01:35 PM
criscokid criscokid is offline
 
Join Date: Nov 2003
Location: London, UK
Posts: 380
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TrikkeTalk View Post
In vbPortal I had the same problem but that's already solved by adding the entire content of the global_start plugin to the global.php of the portal.
That's the problem that I've been trying to solve... more detailed instructions are available here.
Reply With Quote
  #144  
Old 01-08-2007, 02:02 PM
TrikkeTalk's Avatar
TrikkeTalk TrikkeTalk is offline
 
Join Date: May 2006
Location: The Netherlands
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

It's quite simple to do this:

Go to your AdminCP --> Plugins & Products --> Plugin Manager --> locate the Custom Links global_start plugin.

Copy al the content of this plugin and paste it to you vbPortal's global.php. the location to paste it is right above:

Code:
  // get new private message popup
That's it.
Reply With Quote
  #145  
Old 02-12-2007, 11:39 PM
BSchrader BSchrader is offline
 
Join Date: Feb 2007
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The forms in the screenshot are beautiful things but I cannot find them in vB3.6.4. How do I get them? (Do I need vBPortal?)
Reply With Quote
  #146  
Old 02-17-2007, 07:03 PM
SherryG SherryG is offline
 
Join Date: Oct 2006
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hiya guys,

Can someone tell me the proper way to uninstall this mod? I could not get this mod to work on my forum so I used the "Uninstall" button in the manage products section. It appeared to uninstall properly and the product name disappeared from the product list yet the "Custom Links" CP is still there. When I click on either "Add" or "Modify/Delete", I get the following database error message.

Database error in vBulletin 3.6.4:

Invalid SQL:
SELECT * FROM custom_droplinks WHERE linkid ORDER BY number ASC;

MySQL Error : Table 'stamkcom_forum.custom_droplinks' doesn't exist
Error Number : 1146
Date : Saturday, February 17th 2007 @ 04:00:13 PM
Script : http://mysite.com/forum/admincp/admi....php?do=modify
Referrer : http://mysite.com/forum/admincp/index.php?do=nav
IP Address : myipaddress
Username : Sherry
Classname : vB_Database


Please help me solve this issue. I hate it when things don't work properly.

Cheers,
Sherry
Reply With Quote
  #147  
Old 02-18-2007, 02:20 AM
harmor19 harmor19 is offline
 
Join Date: Apr 2005
Posts: 1,324
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SherryG View Post
Hiya guys,

Can someone tell me the proper way to uninstall this mod? I could not get this mod to work on my forum so I used the "Uninstall" button in the manage products section. It appeared to uninstall properly and the product name disappeared from the product list yet the "Custom Links" CP is still there. When I click on either "Add" or "Modify/Delete", I get the following database error message.

Database error in vBulletin 3.6.4:

Invalid SQL:
SELECT * FROM custom_droplinks WHERE linkid ORDER BY number ASC;

MySQL Error : Table 'stamkcom_forum.custom_droplinks' doesn't exist
Error Number : 1146
Date : Saturday, February 17th 2007 @ 04:00:13 PM
Script : http://mysite.com/forum/admincp/admi....php?do=modify
Referrer : http://mysite.com/forum/admincp/index.php?do=nav
IP Address : myipaddress
Username : Sherry
Classname : vB_Database


Please help me solve this issue. I hate it when things don't work properly.

Cheers,
Sherry
You have to remove the XML files from your server that are in the .zip file.
Reply With Quote
  #148  
Old 02-27-2007, 08:09 PM
PimvanJ PimvanJ is offline
 
Join Date: Jan 2006
Location: Netherlands
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dcasux View Post
I love this hack..however, I cannot get the menu options to show up in ibproarcade.

ARCADE template has $navbar as the variable for the default navbar, and I removed that and placed $menucontrol in it's place, hoping that your menu would show up.

Alas, it didn't. Well, actually, the "Extras" showed up, but empty. No links showed up that are defined by me in your module in the ACP.

Any ideas on how to get consistancy in ibproarcade with your hack?


try this:

open /arcade/functions/functions.php
search for
Code:
        global $header, $vbphrase, $vboptions, $stylevar, $headinclude, $bbuserinfo, $session, $show, $pmbox;
and replace it with
Code:
        global $header, $vbphrase, $vboptions, $stylevar, $headinclude, $bbuserinfo, $session, $show, $pmbox, $custom_droplinks;
(thanks to MrZeropage)
Reply With Quote
  #149  
Old 02-28-2007, 02:21 PM
Tri@de's Avatar
Tri@de Tri@de is offline
 
Join Date: Sep 2003
Posts: 168
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I tryed to find customlinks1 in style templates but there's not!
How i can remove extras?
Reply With Quote
  #150  
Old 03-06-2007, 11:29 PM
Neutral Singh's Avatar
Neutral Singh Neutral Singh is offline
 
Join Date: Sep 2004
Location: Sikh Philosophy Network
Posts: 545
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can modify this to add multiple drop-down menus in the navbar in addition to "Extras" drop down menu?
Reply With Quote
  #151  
Old 03-06-2007, 11:42 PM
harmor19 harmor19 is offline
 
Join Date: Apr 2005
Posts: 1,324
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Neutral Singh View Post
How can modify this to add multiple drop-down menus in the navbar in addition to "Extras" drop down menu?
I used to have the code but one of my hard drives crashed and I lost it. I don't know when I'll recode it.
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 08:41 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.05302 seconds
  • Memory Usage 2,316KB
  • 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
  • (5)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
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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