The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Request Name to be entered upon registration
Hello. Can someone walk me through how to request the person who is registering to enter their full name into a field. And then have that full name become the data inside their 'user title' area that appears directly below their username. Because this is just a forum for friends and family, and their friends... They are all fine with putting their names in, I just don't know how to do this.
Anyone know how to? Thanks, Paul |
#2
|
|||
|
|||
AdminCp -> User Profile Fields -> Add new field
enter the options, make it required upon registration. AdminCP -> Templates & Style manager -> postbit templates -> postbit(or postbit_legacy) Find: Code:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if> Code:
<div class="smallfont">$post[fieldX]</div> |
#3
|
|||
|
|||
Following on from what you said...
How do I find out what the field number is of my newly created user profile field is? Cheers |
#4
|
||||
|
||||
Goto the Profile Field page. You will see field5 or similar next to your field's name.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|