I have 2 styles on my board at the moment, I installed this hack and it works perfectly on the 1 style but the other one, when I click the the check box or just click quote it gives me this parse error:
Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /htdocs/www/forums/newreply.php(68) : eval()'d code on line 2
It gives me that error for every check box I have checked also. I don't understand because it don't give me this error on my other style. So is it from a template?
The error seems to be pointing to this
eval("\$message = \"".gettemplate("quotereply",1,0)."\";");
and this if I have multiple check boxes
eval("\$message .= \"".gettemplate("quotereply",1,0)."\n\n\n\";");
|