View Full Version : Simple DROPDOWN menu
superman
06-18-2003, 07:17 PM
All I need is the code to make a dropdown menu in the usercp, it's for my ORPG and battle system. I need a dropdown menu that is also a user profile field, so, when they choose there class and clan, it shows that in the post bit.
thanks :)
superman
06-19-2003, 05:08 AM
bump
Cloudrunner
06-19-2003, 05:20 AM
<select name="whatever">
<option value="whatever" selected>whatever</option>
<option value="again">again</option>
<option value="blah">blah</option>
</select>
Spitfireisgod
06-19-2003, 05:26 AM
i also do work for his forum and i was wondering how to make it into the User CP options
like a dropdown box in there, but i have no clue how to set that up
any comments would help :classic:
EvilLS1
06-19-2003, 05:51 AM
<a href="https://vborg.vbsupport.ru/showthread.php?s=&threadid=21833&highlight=drop+down+profile+field" target="_blank">https://vborg.vbsupport.ru/showt...+profile+field</a>
To make it show up in the postbit just put $post[fieldX] in the postbit template (replace the X with the field ID #).
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.