Changing $getnewpost and $getnewthread variable (exclude forums)
Hi all,
I want to change the following code in index.php:
$getnewthread=$DB_site->query_first("SELECT COUNT(*) AS threads FROM thread WHERE lastpost > '$bbuserinfo[lastvisit]'");
$getnewpost=$DB_site->query_first("SELECT count(*) AS posts FROM post WHERE dateline > '$bbuserinfo[lastvisit]'");
I want to exclude two forums from these queries, how?
Thank you!
|