Ok well I found this, and i'm pretty sure this is waht you are talking about (this is in the /vbb/modules/welcomeback.php)
Code:
if ($vba_options['portal_welcome_newposts'])
{
$getnewposts = $DB_site->query_first("SELECT COUNT(*) AS count FROM " . TABLE_PREFIX . "post WHERE dateline >= '$bbuserinfo[lastvisit]'");
$newposts = number_format($getnewposts['count']);
}
}
Being I'm a complete n00b with coding... (Business major...) anyone with idea's on how to exclude certain forums?