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.
Ouch.. You may want to take a look at the way you're using the template system - Right now you may aswell not use templates as you use PHP to output the HTML. This makes it really difficult to customize the hack.
Ouch.. You may want to take a look at the way you're using the template system - Right now you may aswell not use templates as you use PHP to output the HTML. This makes it really difficult to customize the hack.
Dear Aros,
Thank you , and would you teach how and where I should check and fix?
one says to add $custom_singlelinks, and the other says to add $custom_droplinks in the functions.php ... but, neither one work by themselves or with each other to get the links to show up in my arcade. i love this hack so if anybody would mind helping me out on this it would be greatly appreciated. im running vb 3.6.8 with the ibproarcade 2.6.3. any ideas?
should the line end with a ";" or a ","?
i found out the hard way that it ends with a semicolon.
one says to add $custom_singlelinks, and the other says to add $custom_droplinks in the functions.php ... but, neither one work by themselves or with each other to get the links to show up in my arcade. i love this hack so if anybody would mind helping me out on this it would be greatly appreciated. im running vb 3.6.8 with the ibproarcade 2.6.3. any ideas?
should the line end with a ";" or a ","?
i found out the hard way that it ends with a semicolon.
at the end of line 1241 in the arcade functions.php file, the single links show up, but the dropdown links dont show up at all. could the arcade navbar just underneith the forums navbar be effecting it?
? How do I move the position of my links/dropdowns along the navbar?
? The links are opening fine in a new window but they're quite large and 'square' in shape; how do I get the new window to follow existing dimensions for all users?
Is it possible to get this hack to make a second navbar on top of the breadcrumb box. So when you add menus and links they go in a second navbar and not the default.