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>
Next click on phrase manager & add new phase.
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