Ok i found this code in the forumdisplay.php and i think/hope its the one i need
PHP Code:
// dates
if ($forum['lastpost']>0) {
$forum['lastpostdate']=vbdate($dateformat,$forum['lastpost']);
$forum['lastposttime']=vbdate($timeformat,$forum['lastpost']);
eval("\$forum['lastpostinfo'] = \"".gettemplate('forumhome_lastpostby')."\";");
} else {
$forum['lastpostinfo']='Never';
}
If it is could you let me know where i need to put it in the functions.php because im guessing i cant just chuck it in there.