Closed (fixed)
Project:
Mollom
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 May 2009 at 11:27 UTC
Updated:
11 Feb 2014 at 12:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dries commentedThis should probably become a configuration setting.
Comment #2
petr illekSubscribing...
...for Czech
Comment #3
dave reidChanging to a feature request. Seems like maybe we should check if the global $language is English, otherwise don't display the audio CAPTCHA. We should probably make this an option in the admin/settings/mollom page as well.
Comment #4
alextronic commentedsubscribing.
Comment #5
sunTaking into account #1: Make it a configuration setting.
Additionally taking into account #768694-7: Alter help text on audio captcha:
Additionally taking into account #768694-8: Alter help text on audio captcha:
...ok, bad idea: writing comments before coding.
Comment #6
poedan commentedComment #7
haltabush commentedUpdated previous patch for 7.x-2.x branch
Note that we also create theme function for displaying the image/audio (like specified it a @todo in mollom_get_captcha function)
Comment #8
eshta commentedThis is part of the functionality that has been added with the accessibility improvements https://drupal.org/node/273964
We now include an advanced configuration in the settings form where you can disable audio CAPTCHAs.
A test has also been added to ensure that this functionality continues to operate as expected.
Additionally, the image and audio CAPTCHAs are presented using theme templates.