TheMayhem
05-11-2010, 02:51 AM
I am getting ready for the next release of my product and started experimenting with the <optioncode> setting for a drop down menu list within the vBulletin settings page in the Admin CP. I currently have:
<setting varname="market_gift_location" displayorder="10">
<datatype>free</datatype>
<optioncode>select:piped 0|postbit_userinfo_right_after_posts|postbit_useri nfo_left|postbit_userinfo_right</optioncode>
<defaultvalue>0</defaultvalue>
</setting>
However, instead of displaying the correct output of a drop down menu list, it is visibly displaying:
Select the location of the gift items to be displayed for members to view on the postbit template. select:piped 0|postbit_userinfo_right_after_posts|postbit_useri nfo_left|postbit_userinfo_right
The part in bold above is where it should be a drop down menu but isn't. What am I missing or doing wrong?
<setting varname="market_gift_location" displayorder="10">
<datatype>free</datatype>
<optioncode>select:piped 0|postbit_userinfo_right_after_posts|postbit_useri nfo_left|postbit_userinfo_right</optioncode>
<defaultvalue>0</defaultvalue>
</setting>
However, instead of displaying the correct output of a drop down menu list, it is visibly displaying:
Select the location of the gift items to be displayed for members to view on the postbit template. select:piped 0|postbit_userinfo_right_after_posts|postbit_useri nfo_left|postbit_userinfo_right
The part in bold above is where it should be a drop down menu but isn't. What am I missing or doing wrong?