Mystics
Mon 21st Jul '03, 3:46pm
When previewing a poll, the "Automatically parse URLs" checkbox becomes unchecked.
And if you click on "Update options", both checkboxes become unchecked.
I think this would fix the first problem: find in poll.php: if (!isset($parseurl)) {
$parseurlchecked="CHECKED";
} else {
$parseurlchecked = '';
}and replace it with: if (!isset($parseurl)) {
$parseurlchecked="CHECKED";
}And there is one small design issue in the newpoll template:
"Automatically parse URLs" is not at the correct place (should be a bit more to the left, like "Allow multiple choice") :)
And if you click on "Update options", both checkboxes become unchecked.
I think this would fix the first problem: find in poll.php: if (!isset($parseurl)) {
$parseurlchecked="CHECKED";
} else {
$parseurlchecked = '';
}and replace it with: if (!isset($parseurl)) {
$parseurlchecked="CHECKED";
}And there is one small design issue in the newpoll template:
"Automatically parse URLs" is not at the correct place (should be a bit more to the left, like "Allow multiple choice") :)