Hello,
I am working for an update to a product of mine, and I cannot figure out for the life of me how to add a setting to the AdminCP that is in the form of a dropdown menu. If anyone could please explain to me how this works, it'd be much appreciated.
For example, here is how to do it for a boolean setting:
PHP Code:
<setting varname="bf_new_window" displayorder="10">
<datatype>boolean</datatype>
<optioncode>yesno</optioncode>
<defaultvalue>1</defaultvalue>
</setting>
How would I create a dropdown menu to allow users to choose a certain setting, though?