I'd be interested to know if it's possible to add support for Mollom on signup forms. I can use CAPTCHAS from the captcha module, but I'd rather use the hybrid approach that Mollom uses to avoid visitors seeing CAPTCHAS whenever possible.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | signup-814908-mollom-support-d6-8.patch | 1.64 KB | smithmilner |
| #5 | signup-814908-mollom-support.patch | 702 bytes | BarisW |
Comments
Comment #1
ln282 commentedFWIW, I've found that Mollom regularly categorizes valid posts as spam, skipping the captcha step and simply blocking the post. I've had several complaints about this on my own website, and had my own comments blocked by mollom on other sites for no reason I could see. I think using mollom for signups could be a real headache for event organizers. I've switched to the spam module for comments, and it's not perfect either, but at least I have the option of putting messages that are flagged as spam in a queue where I can save the false positives.
Comment #2
sunsubscribing
Comment #3
dpalmer commentedsubscribing
Comment #4
BarisW commentedI'd love to have it - Mollom performs great on my website. Please leave the choice of disabling to the site maintainer, not to the module maintainer :)
Comment #5
BarisW commentedThis works for Drupal 7. Please review ;)
Comment #6
anybodyWorks great and as expected. May be added to the next release as implemented as expected (hook_mollom_form_list()).
Comment #7
anybodyEDIT: Does not work with Mollom 7.2.x.!
I think you should try something like this and implement hook_mollom_form_info().
Comment #8
smithmilner commentedI've made some adjustments for D6. Patched against dev.