The "at" addition instructions do not make any sense whatsoever in the context of 2.2.8. What file does this change need to be made? I've searched high and low for that eval statement and I don't see it anywhere.
In index.php, I made the following change:
Find:
PHP Code:
$forum['lastpostdate']=vbdate($dateformat,$forum['lastpost']);
And REPLACE with:
PHP Code:
// Hack: Today/Yesterday
/*
$forum['lastpostdate']=vbdate($dateformat,$forum['lastpost']);
*/
$forum['lastpostdate']=vbdate($dateformat,$forum['lastpost']) . ", at ";
// End hack: Today/Yesterday hack