The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
||||
|
||||
![]()
When you create a new profile field it will assign it a name i.e. field6. You can get this from the User Profile Field Manager after you have added it. In this example let's say the new field (field6) I added was the guitar they played.
You could add this to your postbit (or postbit_legacy) where ever it is you want your added field to appear. Find: Code:
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if> Code:
<if condition="$post['field6']"><div>Guitar played: $post[field6]</div></if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|