The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Changing reg template/storing custom fields
I am adding custom fields to my registration template, not through admincp as I want the field(s) to be listed below username and above the password. But lets say for instance the input field name was "fav_dessert", besides having to add this below the username stuff in the registration file:
Code:
<fieldset class="fieldset"> <legend>$vbphrase[singco]</legend> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="400"> <tr> <td colspan="2">$vbphrase[singcolong]</td> </tr> <tr> <td> $vbphrase[singco]:<br /> Favorite Desert <input type="text" class="bginput" name="FavDessert" value="single" /> </td> </tr> </table> </fieldset> Thanks |
#2
|
||||
|
||||
I am trying to work something similar out. I am close, but stuck on a small bit of code. I am using the custom profile field creator in the admincp to create the custom field that I need. Then I plan to load the specific field wherever I want in the register template, instead of loading the entire collection of custom fields at once. Then I can pick and choose where and which to show. I can't get the code right to load the individual custom fields instead of the entire group though. That is my idea on getting it done.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|