MyBB Community Forums

Full Version: How to add Drop down list?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to add drop down list in setting, like we do in html

<select>
<option> some </option>
</select>


In a plugin? Specify the optionscode.

        "optionscode" => "select
Value1= Text1
Value2= Text2
Value3= Text3",
        "value" => "Value2",
The "value" will be the default.