SELECT COUNT(postid) AS count FROM " . TABLE_PREFIX . "post WHERE dateline > " . $start_day . " AND threadid = " . $threadinfo['threadid'] . " AND userid = " . $vbulletin->userinfo['userid'] . "