The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
How to put a profile field in postbit for version 3.6.5
Ive tried a mod here but it dsnt work. Anyone knows a working one? Regards |
|
#2
|
||||
|
||||
|
it depends on what you want to add in your profile field.
|
|
#3
|
|||
|
|||
|
Just text. Nothing else.
|
|
#4
|
||||
|
||||
|
create your profile field and take note of the field name (field1) for example
and in the postbit where you want your field to show add this code Code:
<if condition="$post['fieldX']"> <div>Whatever the Field name is: $post[fieldX]</div> </if> |
|
#5
|
|||
|
|||
|
Thanks alot. GOt it.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|