The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hello to all,
Ok so I have set up profile fields that can be done during registration, yet how do I add a field in a users actual info box? Like for an example, where it says Post count, location, status, etc, how do I add another field to that where some sites like a cell phone forum will have one showing what phone a user has. Thanks so much Chris |
|
#2
|
||||
|
||||
|
Edit the postbit or postbit_legacy template. Which you should edit depends on which you use. Find where the number of posts, location, etc is listed within the postbit and then add this:
Code:
<div>
Whatever info: $post[fieldX]
</div>
Code:
<div>
<if condition="$post['fieldX']">
Whatever info: $post[fieldX]
</if>
</div>
Change the X to whatever field you want to display |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|