Ahhh i think i might have it this time!
Replace this:
PHP Code:
if (!isset($parseurl)) {
$parseurlchecked="CHECKED";
}
with this:
PHP Code:
if ((!isset($parseurl)) and ($threadinfo['forumid']!=22])) {
$parseurlchecked="CHECKED";
}
I dont think an else is possible (possible brainwave hehe)
That shouldn't give you a parse error and boofo i don't have an extra bracket do i? You missed out the one on the left which I highlighted
- miSt