Where do I ADD THIS, I dont get the instructions, help!!!
a) admin/functions.php
OLD_CODE
--------
No old code to replace. ADD the new code just before the closing brace of the indexpost() function.
NEW CODE
--------
// START LAST ACTIVE THREAD HACK
update_last_active_thread(0,$post[threadid],0);
// END LAST ACTIVE THREAD HACK
PHP Code:
// ###################### Start indexpost #######################
function indexpost($postid,$firstpost=-1) {
global $DB_site,$bbadminon,$minsearchlength,$maxsearchlength;
global $firstpst,$badwords,$incp;
if (!is_array($badwords)) {
if ($incp) {
include("./badwords.php");
} else {
include("./admin/badwords.php");
}
}