Quote:
Originally posted by Boofo
Try this:
Code:
if (!isset($parseurl) and ($threadinfo['forumid']!=22])) {
$parseurlchecked='CHECKED';
} else {
$parseurlchecked='';
|
Nope, same parse error in line 464. :cry: Could I be using the wrong forumid or something? This is what it says at the end of the url in the main directory of that particular forum, so I assumed that's the id I should use? (forumdisplay.php?s=&forumid=22) Of course, the reply id changes depending on which thread you're replying to.....and I've been testing this on the newreply.php each time.
[edit]
I also tested it in newthread.php, just out of curiosity, and I get the same error there too. (different line number, of course)