10-21-2011, 05:37 PM
The current XThreads error behavior with custom fields is a little annoying for users. I have a lot of custom fields, but on submit, XThreads only gives an error of the first invalid field. It should list all invalid fields, just like MyBB does.
edit: looking at the code, this actually seems to be a bug
edit: looking at the code, this actually seems to be a bug
PHP Code:
|
but any error the validation encounters, triggers a break, so there will be never more than one error.