The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hello, recently I have decided to let members change there username colour around the forums with the vB-Shop feature that allows this. Well while I have been doing so, I do not want to allow the usual text box because people can use any hashed username colours or use the colour "transparent" so they have no username! So I decided I wanted it to look like this:
![]() But now when I click the box and click save it does not save. Here is the original text box code were you can type your own colour into it: Code:
<td class="alt2"><input type="text" name="code[color]" class="bginput" size="35" /></td> Code:
<td class="alt2"><form> <input type="radio" name="code[color]" /> Red<br /> <input type="radio" name="code[color]" /> Blue<br /> <input type="radio" name="code[color]" value="green" /> Green<br /> </form></td> Thanks. Also if someone is willing to come and do this for a small amount of money then I'm happy to pay. |
#2
|
|||
|
|||
![]()
Try this...
HTML Code:
<td class="alt2"> <input type="radio" name="code[color]" value="red" /> Red<br /> <input type="radio" name="code[color]" value="blue" /> Blue<br /> <input type="radio" name="code[color]" value="green" /> Green<br /> </td> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|