Posted by itsmarc on June 16, 2010 at 3:27pm
Hello everyone,
The idea is to write a very light weight CAPTCHA module which will add CAPTCHA on core site wide contact form.
I know there is a great module available for this purpose. But my situation is to have a module which should be very light wight. Because my site already have lots of modules enabled also there is only one place I want this CAPTCHA functionality.
Is there any other module does this already?
Comments
What about this
What about this http://drupal.org/project/captcha? It is more lightweight than Mollom.
Thomas Hansen
www.ThomasHansen.me
The captcha module itself
The captcha module itself doesn't generate actual captcha but it provides a framework to implement custom captcha very easily (though captch module ship with image_captcha module which does that). So basically you need to enable two module to get captcha. But my site already running very slow with lots of modules enabled (almost 145) and it is very closed means only login & contact form can be accessed by anonymous user so most of the cache module won't help me. I want captcha on the anonymous contact form alone. There is nowhere else I need captcha on my site.
So question is, Why do I need a car to go next room of my house? Can I walk right?
Wow
Wow, over 100 modules. You really weren't kidding about having a lot. I don't know of any captcha solution that does just what you're wanting.
Regarding performance, i would look into authcache http://drupal.org/project/authcache. You also might want to post on the "High performance" group to get some advice.
Thomas Hansen
www.ThomasHansen.me
Yes that's quite handful of
Yes that's quite handful of modules. Authcache won't help me because the site is very dynamic and have more node_access implemented. So each and every users will get different content.
Sure thanks! I will get some advice from "High performance" group.