Boofo, find this in newreply.php (it's the change to newreply in PPN's hack):
Code:
if ($visible==1) {
$DB_site->query("UPDATE forum SET replycount=replycount+1,lastpost='".time()."',lastposter='".addslashes($postusername)."',lasttitle='".addslashes(htmlspecialchars($threadinfo[title]))."' WHERE forumid IN ($foruminfo[parentlist])");
}
Change $threadinfo[title] to $newthreadtitle
I've tested it and it appears to work fine =)