Ok here it is
Not tested but should work
In newreply.php
replace this:
PHP Code:
if (!isset($parseurl)) {
$parseurlchecked="CHECKED";
}
with this:
PHP Code:
if (!isset($parseurl)) and ($forum[forumid]!=x]) {
$parseurlchecked="CHECKED";
} else {
$parseurlchecked="";
Repeat these steps in newthread.php too
Remember to replace
x to the forumid of the forum you want the parseurl box to be not checked in
Let me know if it works
Regards
- miSt