Quote:
Originally posted by NTLDR
*lol* After all this we used the wrong "and" this code also works:
PHP Code:
if ((!isset($parseurl)) && ($foruminfo[forumid]!=2)) {
$parseurlchecked="CHECKED";
} else {
$parseurlchecked = '';
}
|
So, all it needed was "&&" instead of "and"? :knockedout:
BTW, any idea how to do this in editpost.php too? I'm sure this is the line that needs to be changed, right?
PHP Code:
$parseurlchecked="CHECKED";
Do I just use part of that code in this case?
[edit]
Ok, I tried the same code replacement. It worked just fine! WooooHOOOO!!!!!