I'm getting a parse error when trying to add a new thread after adding this code to newthread.php.
FIND:
PHP Code:
$postid=$DB_site->insert_id();
BELOW, ADD:
PHP Code:
if ($foruminfo['forumid']==$articleforum) {
$DB_site->query("UPDATE thread SET articleid=$postid WHERE threadid=$threadid");
}
Parse error: parse error in /home/virtual/site2/fst/var/www/html/forums/newthread.php on line 295
Followed instructions, added, and re-added code, same error.