The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Is there a way i can place a users custom field appear under the users post count if its filled out in their profile?
|
|
#2
|
|||
|
|||
|
yeah add the following to the post bit template
PHP Code:
|
|
#3
|
|||
|
|||
|
ok...I went to: Admincp > Stlye Manager > Edit Templates > postbit templates > postbit then i added your code right under
Code:
$post[musername] $post[onlinestatus] vbmenu_register("postmenu_$post[postid]", true); $post[musername]
$post[usertitle]
$post[rank]
|
|
#4
|
|||
|
|||
|
Are you using normal postbit (above the post) or legacy (left to the post)?
If legacy, you will need to edit postbit_legacy |
|
#5
|
|||
|
|||
|
Alright, I got half of it working.. if i do
Code:
XBL Gamertag: $post[field5] Code:
XBL Gamertag: If i do Code:
$vbphrase[XBL_Gamertag]: $post[field5] Code:
: |
|
#6
|
|||
|
|||
|
Code:
<if condition="$post[field5]">XBL Gamertag: $post[field5]</if> |
|
#7
|
|||
|
|||
|
worked =) Thanks Slapyo!
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|