Hmmm.... did you edit anyhitng else?
and is any 1 else having this problem?
ok, if you have im contacts... look t my profile and im me... and ill help ya figure this out...
------------
oh, sorry... i use Notepad++... it has the #s on the side ^^
PHP Code:
if ($vbulletin->userinfo['posts'] < 50 AND !is_member_of($vbulletin->userinfo, 6))
{
$errormessage = "Sorry, but we require you to have a minimum of 50 posts to do a resume.";
eval('print_output("' . fetch_template('STANDARD_ERROR') . '");');
}
^That is the code you want to delete^^