PDA

View Full Version : Drop List BB Code for 3.8.4 Please


Switch3130
10-07-2009, 01:00 PM
As the title indicates, I need the BB Code(s) to make drop lists. It's two separate codes, right? One for drop and one for options? I found one, but I didn't install it right. Can someone please help?

James Birkett
10-07-2009, 01:44 PM
You'd need to create yourself..
<select name="some name">
<option value="value">Some text</option>
</select>
So you'd want a BBCode for the select:
<select name="{param}">

Then you'd want one for option:
<option value="{option}">{param}</option>

Switch3130
10-09-2009, 01:59 AM
I tried that, but it didn't work. :(

I'm really not too savvy with this kind of stuff. I need more of a detailed breakdown, if possible.