The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Custom Profile Field - Changing value attribute?
I would like to add a custom user field so that my users can specify in what country they originate.
The problem is, I need to be able to set the value attributes of the option tags instead of using the number values that are automatically generated from a "select box" custom field in vb. For example, at the moment I get: <option value="1" selected="selected">Afghanistan</option> <option value="2" >Albania</option> ...and so on.. What I want is (notice the custom value attribute): <option value="AF" selected="selected">Afghanistan</option> <option value="AL" >Albania</option> Is there anyway to do this? Thanks for any help |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|