The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#7
|
|||
|
|||
![]()
You guys were very right, thankyou!
For anyone else searching threads like I did before posting, to show the member registration number when a forum member posts add the following to the postbit_legacy template (for vertical view) before this : Code:
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</if></div> ADD this: Code:
<if condition="$post['userid']"><div>$vbphrase[user_id]: $post[userid]</if> Varname: user_id Text: I wrote "Member #" but it can be what ever you wish. That is it. See it working here: http://www.aussiefrogs.com/forum/sho...9982#post99982 Cheers ![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|