The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Use custom profile fields as User Title?
I want to make a custom required field on my registration page as the users custom title on their postbit. Any ideas for 3.5.3?
|
#2
|
||||
|
||||
Just change the template to replace the contents of the custom title with the contents of the field.
|
#3
|
||||
|
||||
Quote:
HTML Code:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if> HTML Code:
<if condition="$post['fieldx']"><div class="smallfont">$post[fieldx]</div></if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|