The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
another thing
lol so many questions for me ;D
Anyways, How do you make it show the member number? on the users information? on their posts :P |
#2
|
||||
|
||||
AdminCp -> Styles & Templates -> Edit templates (in your style) -> Search for the postbit(_legacy) template:
Find: 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
|
|||
|
|||
It worked thanks, just dont forget to add the
Code:
<div class="post_legacy"></div> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|