Hmm...
it seems as though this doesnt work for version 2.2.7.....

the section that involves:
PHP Code:
look for
if ($lastpost!=$currentlastpost) {
$lastpostquery=",lastpost='$lastpost',lastposter='".addslashes($lastposter)."'";
} else {
$lastpostquery="";
}
change to
if ($lastpost!=$currentlastpost) {
$lastpostquery=",lastpost='$lastpost',lastposter='".addslashes($lastposter)."',lasttitle='".addslashes($lasttitle)."'";
} else {
$lastpostquery="";
}
is not in 2.2.7...can smoeone help me? am i wasting my time?