Closed (outdated)
Project:
CAPTCHA
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Dec 2009 at 09:26 UTC
Updated:
17 Jan 2018 at 01:22 UTC
Jump to comment: Most recent
Comments
Comment #1
soxofaan commentedif I understood you correctly, this is the workflow you want:
This is not possible out of the box.
With a custom module it should be possible to achieve this workflow though.
But before we take that route: have you already considered Mollom? It provides a workflow that is pretty close to what you want.
Comment #2
mburak commentedI'll try Mollom first.
Thanks!
Comment #3
udijw commentedThanks for the Mollom idea.
To note, Mollom charges for big sites so it is not an optimal solution.
I was thinking that one way to implement this is to change the comment preview form id and then ask for CAPTCHA only on the preview form Id.
I don't even know if this is possible though, and would appreciate some pointers on how to try and attack this.
udi
Comment #4
soxofaan commentedHaving to solve a CAPTCHA only on first preview/post is actually a built-in feature that was broken until yesterday #714414: regression: preview on comments do not respect persistence
update to the latest CVS or dev snapshot and it should be fixed
Apart from that, the workflow where you get a CAPTCHA after preview or in a second phase is technically possible too with custom coding. Some pointers:
#743056: Document how to add a CAPTCHA programmatically
#536274: Show Captcha After X Unsuccessful Attempts
However, I remember this to be a bad idea in Drupal 5: http://drupal.org/node/116050#comment-620663 . I don't know if this is still the case in Drupal 6.
Comment #5
udijw commented@ soxofaan thanks for the pointers and for the explanation on the inners of how preview works.
I should have realized that spam bots don't actually use previews :)
udi
Comment #6
wundo commented