Author: Andrew Harmor
Version: 1.01
File Edits: 0
Template Edits: 1
Difficulty: Easy
Description:
Adds a drop down menu on your navbar which contains links you add through the ACP.
################################################## ###############
FAQ
Q: Why am I recieving this error (may be different for you)
You must first be a
registered member to view any code.
A: You may have uploaded the wrong product XML.
Try uploading the other product XML.
Q: The link doesn't look right on the navbar
A: While on your forums view the source and search for
id="navbar_search"
To the right should be "class" (For the default skin the class is "vbmenu_control")
Edit the navbar template
Find:
You must first be a
registered member to view any code.
Replace the "class" so it's the same as the search's class.
Let's say you're class is "nav_element" then it should look like this
You must first be a
registered member to view any code.
Open the product xml in an editor
Find:
You must first be a
registered member to view any code.
Replace with your class.
You must first be a
registered member to view any code.
Q: Where are all the upgrade files located?
A: I have created a seperate folder in the archive specifically for upgrades
################################################## ###############
To get this to work with CMPS (Thanks To: drl2005 of vbulletin.org) You must first be a
registered member to view any code.