Quote:
Originally Posted by jamiedolan
I'd like to try a photo (how many kittens in photo) Captcha like Rackspace uses: (see bottom of form)
http://www.rackspace.com/forms/contactsales.php
I could add a human verification option with the answer.
How do I add the photo to the registration form? Is there a mod for this or do I edit a template?
Thank You
Jamie
|
So you want to use the "Random Question" feature built into vBulletin to ask how many kittens... That will work but it's not ideal to have only 1 question.
But you have a good idea here... You could post 1 picture with several things and ask several questions based on the 1 picture such as:
How many kittens are in the picture?
How many white kittens are in the picture?
How many sleeping kittens are in the picture?
How many balls of yarn are in the picture?
etc....
You would edit your
register template.
Search for:
Code:
{vb:raw human_verify}
And use HTML to place your image before or after that code, will probably take a little work to make it look good.
Only "problem" with this is you should have an alternate option for people using "screen readers" due to eye-site problems- I really can't think of a work-around off hand for that right now though.