Quote:
Originally Posted by momo2
Very nice thanks, can it be possible to have users id shown all the time, at their posts ?
|
If you're using the legacy postbit:
Edit the postbit_legacy template and find the following:
Code:
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
Add this after:
Code:
<div>Member #: $post[userid]</div>
That will put it right below their join date.
You can see an example at
my forum, just look at any thread.