$min_posts = 10; if ($vbulletin->userinfo['posts'] < $min_posts) { eval(standard_error("You must have ".$min_posts." posts before you can start a thread.")); }