I have the simple math question captcha enabled for "Create a node" for anonymous users, but it doesn't appear when creating forum topics anonymously. It does appears for creating comments, though, which is also enabled.
For example: http://www.dejal.com/node/add/forum/2 vs http://www.dejal.com/node/133.
It also displays an error even before a form is posted.
Comments
Comment #1
wundo commentedComment #2
Ectar commentedWhy closed? where is resolution?
Comment #3
Ectar commentedWhy closed? where is resolution?
Comment #4
xkucf03 commentedIn Drupal 6.13 still no captcha in form for posting new topic.
Comment #5
xkucf03 commentedBut there is workaround:
execute for example this SQL command:
INSERT INTO captcha_points VALUES ('forum_node_form', 'recaptcha', 'reCAPTCHA');Tahnks to http://www.drupal.cz/forum/instalace-drupalu/captcha-pro-novy-prispevek-...
Comment #6
soxofaan commentedforum_node_form is already available since may: http://drupal.org/cvs?commit=216878 (but it will only appear on new installs, no upgrades).
There is no need to use a workaround because you can add form_ids through the administrative interface of CAPTCHA (e.g. enable the "CAPTCHA administration links" checkbox on the CAPTCHA settings page. This feature is available in CAPTCHA module since july 2007. In CAPTCHA 6.x-2.x it got even more intuitive.