View Full Version : Use custom profile fields as User Title?
dirtymerc
07-12-2005, 03:36 AM
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?
amykhar
07-14-2005, 05:22 PM
Just change the template to replace the contents of the custom title with the contents of the field.
Link14716
07-14-2005, 06:34 PM
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?
In the postbit template, change
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
to this
<if condition="$post['fieldx']"><div class="smallfont">$post[fieldx]</div></if>
Replace both fieldx's above with the profile field name found in the User Profile Field Manager. (The name always starts with field and ends with a number.)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.