Quote:
Originally Posted by klaush
There was this bug, if you remember? Did you fix it already?
Thanks for feedback, Chris!
|
Is someone else who can confirm this bug? I checked the code and is correct:
Code:
if(document.forms["question"].categoryid != undefined){
if(!isNaN(document.forms["question"].categoryid.value) == 0) {
alert('$vbphrase[discuss_error_category_number]');
return false;
}else if(document.forms["question"].categoryid.value ==0){
alert("$vbphrase[discuss_error_category_zero]");
return false;
}
}
The problem is that I don't have any vB3 installation to check it in real. But the same code exists in the version for vB4, and I didn't got any report there.
Can you give me your installation URL to try it? or better goto Add question form, and right click to see the page's code, and save that code in a file. Then post it here to give a look.
Chris