So, you want the last time they visited?
i.e., Last Post: 25 July 2001 at 6:05 p.m.?
in showthread.php (under the piece of code I just mentioned), add this:
Code:
$post[lastposttime] = vbdate($timeformat,$post[lastpost]);
$post[lastpostdate] = vbdate($dateformat,$post[lastpost]);
Then, in your postbit template, add this right under your avatar:
Code:
<smallfont>Last Post: $post[lastposttime] on $post[lastpostdate]</font>
That's how I put it in mine at least.