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

wundo’s picture

Status: Active » Closed (fixed)
Ectar’s picture

Why closed? where is resolution?

Ectar’s picture

Why closed? where is resolution?

xkucf03’s picture

Status: Closed (fixed) » Active

In Drupal 6.13 still no captcha in form for posting new topic.

xkucf03’s picture

Component: User interface » Captcha API (captcha)
Category: support » bug

But 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-...

soxofaan’s picture

Category: bug » feature
Status: Active » Fixed

forum_node_form is already available since may: http://drupal.org/cvs?commit=216878 (but it will only appear on new installs, no upgrades).

But there is workaround, execute for example this SQL command:

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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.