MyBB Hacks

Full Version: Make display values different from actual values for list boxes/option box/checklists
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I cannot figure out how to make display values different from actual values for list boxes, option box and checklists.

For example, if I want my listbox to display:
No
Maybe
Yes

But I want the actual values to be:
0
1
2

... how exactly do I accomplish this, or is it even possible?

Thanks in advance!
In the Values list:

Code:
0{|}No
1{|}Maybe
2{|}Yes

Reference URL's