Just figured it out:
In the newreply.php find:
Code:
if (!isset($checked['parseurl']))
{
$checked['parseurl'] = HTML_CHECKED;
}
and remove it.
In editpost.php find:
Code:
if (!$checked['parseurl'])
{
$checked['parseurl'] = HTML_CHECKED;
}
and remove it
In newthread.php find:
Code:
if (!$checked['parseurl'])
{
$checked['parseurl'] = HTML_CHECKED;
}
and remove it
Thanks,
S