View Full Version : another thing
spandexman
03-14-2007, 06:37 AM
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
Mr Pink
03-14-2007, 08:08 AM
AdminCp -> Styles & Templates -> Edit templates (in your style) -> Search for the postbit(_legacy) template:
Find:
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
Below add this code:
<if condition="$post['userid']"><div>UserID: $post[userid]</div></if>
Please, let me know if this work.
spandexman
03-14-2007, 08:58 AM
It worked thanks, just dont forget to add the
<div class="post_legacy"></div>
around it.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.