This are the two queries:
$getnewthread=$DB_site->query_first("SELECT COUNT(*) AS threads FROM thread WHERE lastpost > '$bbuserinfo[lastvisit] AND forumid NOT IN ( 31, 33, 37 ) '");
$getnewpost=$DB_site->query_first("SELECT count(*) AS posts FROM post WHERE dateline > '$bbuserinfo[lastvisit] AND forumid NOT IN ( 31, 33, 37 ) ' ");
They work but they not exclude the forums I want.
