View Full Version : Adding your own custom Dropdown menu
Sinistra
12-18-2006, 04:40 PM
I would like to adddropdown menus to my forum but I want to add a few custom ones. How would I go about doing this?
da420
12-18-2006, 05:56 PM
Where do you want to add these drop down menus?
Stunner
12-18-2006, 07:41 PM
<form action="dummyvalue">
<select name="newurl" onchange="menu_goto(this.form)">
<option value="" selected="selected">----- Select A Page -----</option>
<option value="/index.html">Home</option>
<option value="/feedback.html">Feedback</option>
<option value="" disabled="disabled"> ---- Miscellaneous ----</option>
<option value="/links.html">Related Links</option>
</select>
</form>
I used to use a dropdown like this but now it doesn't work....any idea's?
if either of you are talking about adding one in the nav bar heres one I found : https://vborg.vbsupport.ru/showthread.php?t=120517&highlight=add+drop+down+link
Do a search theres a few of them around
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.