It's the same error as before. It just says "Parse error in line 464" in newreply.php", when I replace that section....no matter what I do. I've tried a bunch of combo's now and kept track of all of them. Here's what hasn't worked....
if (!isset($parseurl)) and ($threadinfo[forumid]!=22]) {
$parseurlchecked="CHECKED";
} else {
$parseurlchecked="";
if (!isset($parseurl)) and ($forum[forumid]!=22]) {
$parseurlchecked="CHECKED";
} else {
$parseurlchecked="";
if (!isset($parseurl) and ($threadinfo[forumid]!=22])) {
$parseurlchecked="CHECKED";
} else {
$parseurlchecked="";
if (!isset($parseurl) and ($forum[forumid]!=22])) {
$parseurlchecked="CHECKED";
} else {
$parseurlchecked="";
if ((!isset($parseurl) and ($threadinfo[forumid]!=22])) {
$parseurlchecked="CHECKED";
} else {
$parseurlchecked="";
if ((!isset($parseurl) and ($forum[forumid]!=22])) {
$parseurlchecked="CHECKED";
} else {
$parseurlchecked="";
|