The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I am trying to add some additional fields for users profiles for gaming handles and things like steam, vimeo etc.
I have this code setup in the modifyprofile template and have added a custom profile field (field15) to be assigned to it. I can see the field under the details page but it doesn't seem to save. Code:
legend>Gaming Handles</legend> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%"> <tr> <td colspan="2">You may enter your online gaming handles here.</td> </tr> <tr> <br /> <tr> <td>Xbox LIVE<br /> <img src="$stylevar[imgdir_misc]/xbox.jpg" alt="" /> <input type="text" class="bginput" name="field15" value="$bbuserinfo[field15]" size="25" maxlength="50" dir="ltr" /></td> Any help would be greatly appreciated and I will be adding my final result once done for others to use if they want in the future ![]() |
#2
|
||||
|
||||
![]()
Do you have some php code written that actually does the Save? Just adding a field to a form doesn't do anything if the form code does actually do anything with the field.
|
#3
|
|||
|
|||
![]()
I thought that labeling it field15 which is a custom field I setup would do do the save the same way it pulls the data once filled out.
|
#4
|
||||
|
||||
![]()
Check out the php code for the form and see. It doesn't sound like it is doing anything with it. The query to grab the fields probably just grabs all custom fields which is why it shows up.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|