The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I show a custom field
Currently vBulletin was displaying a user's ID.
I've created a custom field "field5" as a required field to ask users to enter their nicknames. I was able to display a user's nickname by doing so in the postbit & postbit_legacy template: Code:
<if condition="$post['field5']">$post[field5]<else />$post[musername]</if> Is there anyone know how to do this? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|