tes like in the original one
in index.php find
Code:
$pop = $DB_site->query('SELECT title,threadid,postusername,lastpost,lastposter,views FROM thread ORDER BY lastpost DESC LIMIT 10');
and replace it with
Code:
$pop = $DB_site->query("SELECT replycount,title,threadid,lastpost,postusername,lastposter,views FROM
thread WHERE forumid<>'XX' AND forumid<>'XX' ORDER BY lastpost DESC LIMIT 10");
replace the XX with the forum id if the forum id is 1 number delete both X's and put the forum id number
and if you have more forums you want to add than whats there
add this
after
hope it helps