Quote:
Originally Posted by bananalive
Add the following php code to Form Hook: Form Start:
PHP Code:
if($vbulletin->userinfo['posts'] < 10)
{
$errormessage = "You need 10 posts to use this form.";
eval('print_output("' . fetch_template('STANDARD_ERROR') . '");');
}
|
Hi banalive, thank you but I now get this error when trying to view the form -
Parse error: syntax error, unexpected T_STRING in /home/midwife/public_html/misc.php(89) : eval()'d code(1109) : eval()'d code on line 1
Any ideas?