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.
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.
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.
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;
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;
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;