you are correct. i'm gonna change it. i will not add more code to it just because this issue... it requires extra hacking in VB files, fields added to table thread... you get the picture.
find:
Code:
$article['comments'] = 'last comment by <a href="' . $bburl . '/member.php?s=' . $session[sessionhash] . '&action=getinfo&find=lastposter&forumid=' . $article[forumid] . '">' . $article[lastposter] . '</a>';
replace it with:
Code:
$article['comments'] = 'last <a href="' . $bburl . '/newreply.php?s=' . $session[sessionhash] . '&action=newreply&threadid=' . $article['threadid'] . '">comment</a> by ' . $article['lastposter'];