Domenico
02-22-2003, 07:46 AM
Since the great minds at vbulletin.org don't answer this question I will try my luck here.
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!
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!
