The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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?
|
|
#2
|
|||
|
|||
|
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> |
|
#3
|
|||
|
|||
|
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. |
![]() |
|
|