The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Custom Profile Field
I manage a PS4 gaming clan page, i'm looking to add PSN ID's for instance to where "Location" shows up within the forums and within the members list. The field is created, i just can't publicize it the way i'd like. Hints, ideas?
|
#2
|
||||
|
||||
If you wish for this field to show up in the user postbits, you will likely have to edit the "postbit_legacy" template to add the HTML at the location you want. You will need something like:
Code:
<vb:if condition="$post['fieldXX']"> <dt>Field Description</dt><dd>{vb:raw post.fieldXX}</dd> </vb:if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|