I've noticed an issue with the humanverify feature. If you go to the adminCP
vBulletin Options > Human Verify Options
(note:
not the human verification manager)
It gives you the option to verify human input on
- Register
- Post
- Search
- Contact Us
- Recover Lost Password
When the "post" option is enabled here, it requires the human verification code in the post array when you make the call to vBulletin's
build_new_post function.
However, the easy forms modification has its own validation for the humanverify variable. This causes issues, because once you verify the code it is instantly changed to something else (to prevent fraud). Meaning that once you try to send the humanverify variable to build_new_post it no longer matches - ultimately rejecting the post if you plan on posting the results of the form to a discussion area in the forum.
I'm going to try to create a workaround for this for myself, but it'll take me a lot longer than it would take bananalive. I'll post it here when I complete it, if bananalive doesn't address it first.