Dj Xclusive
02-06-2006, 12:19 PM
Author: Dj Exclusive
Version: V.02
File Edits: 0
Template Edits: 1
Difficulty: Easy
Install Time: 1 min.
Description:
Adds a drop down menu on your navbar which contains links you add through the ACP.
##################################################
FAQ's
Q: Why am I recieving this error (may be different for you)
PHP Code:
MySQL Error : You have an error in your SQL syntax.
Check the manual that corresponds to your MySQL server version
for the right syntax to use near 'Messages = 'a:4:{s:17:"custom_link_added\";s:44:\"The custom li
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:
PHP Code:
<td id="custom_links" class="vbmenu_control">
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
PHP Code:
<td id="custom_links" class="nav_element">
Open the product xml in an editor
Find:
PHP Code:
<td class='vbmenu_control'>
Replace with your class.
PHP Code:
<td class='nav_element'>
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)
Code:
In your CMPS settings under Portal Output Global Variables place:
custom_droplinks
custom_singlelinks
Screen Shots are in the attached file
Version: V.02
File Edits: 0
Template Edits: 1
Difficulty: Easy
Install Time: 1 min.
Description:
Adds a drop down menu on your navbar which contains links you add through the ACP.
##################################################
FAQ's
Q: Why am I recieving this error (may be different for you)
PHP Code:
MySQL Error : You have an error in your SQL syntax.
Check the manual that corresponds to your MySQL server version
for the right syntax to use near 'Messages = 'a:4:{s:17:"custom_link_added\";s:44:\"The custom li
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:
PHP Code:
<td id="custom_links" class="vbmenu_control">
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
PHP Code:
<td id="custom_links" class="nav_element">
Open the product xml in an editor
Find:
PHP Code:
<td class='vbmenu_control'>
Replace with your class.
PHP Code:
<td class='nav_element'>
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)
Code:
In your CMPS settings under Portal Output Global Variables place:
custom_droplinks
custom_singlelinks
Screen Shots are in the attached file

