The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#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 |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|