The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
how can i get member numbers to show up in post bit automatically?
i currently have the show profiles in post bit hack installed and can manually enter a member number and have it display, but i would like to know how to make that happen automatically? i don't want to manually enter hundreds of member numbers. |
#2
|
|||
|
|||
![]()
Hey BOSS 302
Here is an example of how you can add the user ID to the postbit: Find in the postbit style: Code:
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if> Code:
<if condition="$post['userid']"><div>UserID: $post[userid]</div></if> |
#3
|
|||
|
|||
![]()
awesome!
thank you. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|