The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adding A Dropdown
I'd LIKE to add a dropdown to my sig and allow other members to do so as well. I'm part of a site that allows it and his code looks something like this.
[drop][option]Title[/option][option]More Words[/option][/drop] Of course this doesn't work on my site so they have their own code or something going for them. I searched the net and this code is the closest I could find. Code:
<html> <title>CodeAve.com/CSS - Drop Down Formats</title> <body bgcolor="#FFFFFF"> <center> <!-- Begin regular dropdown --> <select size="1" name="u_month"> <option value="">Regular Drop Down</option> <option value="1">January</option> <option value="2">February</option> <option value="3">March</option> <option value="4">April</option> <option value="5">May</option> <option value="6">June</option> <option value="7">July</option> <option value="8">August</option> <option value="9">September</option> <option value="10">October</option> <option value="11">November</option> <option value="12">December</option> </select> The reason I'd like to have this is for me and my members to list off things we hate/like and so it shows others what they are. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|