CCK User-defined Node Types - no Captcha
EnekoAlonso - January 15, 2007 - 16:18
| Project: | CAPTCHA |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
Hi, I'm wondering when this module will be ready for Drupal 5.0. I think it's the best way to avoid spam when having anonymous visitors allowd to add comments.
Any clue? Is the HEAD version compatible with 5.0?

#1
There is a Drupal 5 branch and there even appears to be a release tag for 5.x-1.0 but the release node has not yet been created, so there isn't yet a tarball. Hopefully this'll be done relatively soon.
#2
I'm having problems to create the release. :(
As I solve this a release should be available to download. And yes, the HEAD is compatible with Drupal 5.
#3
Does captcha for drupal 5 has the same problem as 4.7 where captcha is simply NOT WORKING because always failing in some drupal installations?
#4
Node Types created using the bundled CCK in Drupal 5.0 are not working with Captcha. It seems that captcha is working with the contact form, and the comments, but user-defined node types don't work. This is a significant problem for me.
I've read the other posts on the subject which list this as a feature. I'm thinking that since CCK is bundled with Drupal 5.0 and there's no documentation to the contrary that I can find, it's a bug.
#5
This is an issue for 4.7, too: http://drupal.org/node/105525 I don't think I can call it a dupe, but I'm mentioning for reference.
#6
I've tried the fix documented in the above post (from the 4.7 code branch) and this doesn't quite work. The fix provides additional members of the array of node type, but they are all showing as node type "Object". I have 6 additional "OBJECT" nodes showing when I apply this fix. Probably node_get_types() returns "object" for all.
Attached is the code I tried, which does not work.
Would really appreciate some traction on this. I think the module is great from my experience with 4.7 (in which I didn't try CCK node types) but in 5.0 CCK is built in...
#7