Quote:
Originally Posted by GavoTrav
I used,
Code:
if (in_array($thread['forumid'], array(80, 102))
$vbulletin->options['reputationenable'] = 0;
Result:
Code:
Parse error: syntax error, unexpected T_VARIABLE in /home/user/public_html/forums/showthread.php(377) : eval()'d code on line 2
|
Oops, sorry, that was missing a close paren.
PHP Code:
if (in_array($thread['forumid'], array(80, 102)))
$vbulletin->options['reputationenable'] = 0;