The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Customizing Registration/Profile Fields
I want to add a number of custom profile fields which I have already done through the User Profile Field Manager. Hower the fields I add through this only appear at the bottom of the registration page in the box "Additional Information". I would like to be able to add these boxes and title them as I have a number of custom questions of different types. Is that possible?
Also how can I edit the fields within the "Optional Information" box? I want to get rid of the website field there and instead have it together with my custom fields. |
#2
|
|||
|
|||
Here's pointer to the Home Page option, as for the rest, it's just a case of identifying the template used and editing it accordingly.
You can do this with the use of custom phrases or templates. Template = modifyprofile move it to your desired position or another template or to remove -> comment out the block of code below <!-- sample code here --> Code:
<!-- <fieldset class="fieldset"> <LEGEND><LABEL for=tb_homepage>$vbphrase[home_page_url]</LABEL></LEGEND> <TABLE cellSpacing=$stylevar[formspacer] cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD>$vbphrase[let_other_visitors_know_url]</TD></TR> <TR> <TD>$vbphrase[home_page_url]<BR><INPUT class=bginput id=tb_homepage dir=ltr maxLength=200 size=50 value=$bbuserinfo[homepage] name=homepage></TD></TR></TBODY></TABLE></fieldset> --> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|