Captcha Riddler
Requires Captcha
Update: Welcome Awolfey as a new maintainer for this project.
Inspired by this discussion and the fact that many Drupal pages are plagued with endless amounts of spam. While modules like akismet and spam offer a great way of filtering the spam after it's being submitted the purpose of Riddler is to compliment these modules by catching it before it gets submitted.
What exactly does it do?
This module will add a 'riddle' to a form of your choice (using Captcha) requiring guests to answer the 'riddle' before being allowed to submit the form.
This is the default question:
- Q: Do you hate spam? (yes or no)
- A: yes
Questions and answers can be customized through the '/admin/user/captcha/riddler' page.
How to display question in different languages with i18n
Add this to your settings.php (if you already have i18n_variables, add these instead of overwriting)
$conf['i18n_variables'] = array(<br /> 'riddler_question',<br /> 'riddler_answer',<br />);
Then visit /en/settings/riddler and /is/settings/riddler (is being your country code) and set the settings differently. This will allow Form Riddler to display different questions for different language settings.
Drupal 6 version
Requires CAPTCHA 6.x-2.0-rc2 from 2009-Jul-03 or later.
New features:
- Allows multiple possible answers for one question.
- Multiple possible questions, presenting just 1 randomly to the user.
Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.1 | 2009-Jul-08 | 7.71 KB | Download · Release notes | Recommended for 6.x | |
| 5.x-3.1 | 2008-Mar-28 | 9.06 KB | Download · Release notes | Recommended for 5.x | |
| Development snapshots | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-0.x-dev | 2009-Jul-08 | 8.8 KB | Download · Release notes | Development snapshot | |
