The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adding fields to a quick-registration mod (5 fields)
Hey all,
I was reading up on quick registrations and stuff, and currently i have a very quick registration. I found the mod i dont know how long ago. But anyways, The people im doing this for are requesting some custom fields added. I added some Custom Profile Fields, but how can i get them to show up in the quick-registration? They are just stuff like Full Name, and stuff. Any help appreciated. Im pretty new to vbulletin, but not php. Tnx. |
#2
|
||||
|
||||
Quote:
|
#3
|
|||
|
|||
Quick Registration (without hacking)
by: badmeetsevil- |
#4
|
|||
|
|||
Any ideas people?
|
#5
|
|||
|
|||
Anyone? Im really needing help here...
|
#6
|
||||
|
||||
are the fields required?
if not back up the reg adult template then remove $customfields from the register_adult template anbd just add them manually eg : <tr> <td bgcolor="{secondaltcolor}"><normalfont><b>Custom field one :</b></normalfont></td> <td bgcolor="{secondaltcolor}"><normalfont><input type="text" class="bginput" name="fieldFIELD ID" size="25" maxlength="20"></normalfont></td> </tr> |
#7
|
|||
|
|||
They need to be required...
|
#8
|
||||
|
||||
then just add
$customfields_required to that template |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|