$data = $db->query_first("SELECT postid, MAX(dateline) FROM post WHERE dateline > " . $vbulletin->userinfo['lastvisit'] . "");$newposts = (isset($data['postid'])) ? 'There are new posts since your last visit, why not check \'em out' : FALSE;