The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How do you add fields to user profile
as the title reads, How do you add fields in for the under to add additional information that goes under the avatar?
|
#2
|
||||
|
||||
You create Custom Profile Fields
|
#3
|
||||
|
||||
sweet....thanks
--------------- Added [DATE]1266184985[/DATE] at [TIME]1266184985[/TIME] --------------- not what i was looking for.... if you are viewing threads and the member's avatar is on the left and you have some details under the avatar... i am wanting to add fields for details about the member such as: Name: Truck Year: Truck Model: Engine: Color: etc... |
#4
|
||||
|
||||
OK. But, first you need to add them via the Profile Fields, then you need to add them to the postbit template. For each field, you do something like this:
HTML Code:
<vb:if condition="$post['fieldx']"><dt>Truck Year</dt> <dd>{vb:raw post.fieldx}</dd></vb:if> |
#5
|
||||
|
||||
Lynne,
Please forgive me... I am very much a virgin to this language. I HAVE added the fields that I want to have. Can you please explain what postbit template is and where exactly do I add these command lines in at? Thanks Ben |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|