PDA

View Full Version : Trouble with Pixelpost Captcha


felixxx
08-13-2007, 10:19 AM
Dear all --- i recently tried to set up a captcha in order to reduce the spam flood on my website.
Since, I don't receive any Spam. Great thing. Unfortunately, I also don't receive any other comments, since the captcha doesn't word properly.

Any suggestions for either direction:

a. how can I remove the captcha thing?

b. how can I get it running?

I'm a bit desperate ... maybe you guys can help me?
See www.felixwilleke.com for what I'm talkling about, just try to post a comment!

Dkozikowski
08-13-2007, 10:35 AM
To remove the "captcha" you need to disable the addon file from the admin panel by turning it off.

Also, your image_template.html comment form contains two hidden fields of the same name,


<input type='hidden' name='parent_name' value='<IMAGE_NAME>' />


remove one of these hidden fields.

felixxx
08-13-2007, 10:55 AM
thanks dwilkinsjr!
however, i just deactivated the spam stuff and removed the doubled line in image_template.html, but still it says "looks like you are a robot, if not please try again and enter the correct code" when I try to post a comment ...

Dkozikowski
08-13-2007, 11:52 AM
did your template come with any special index.php files or anything non standard?

felixxx
08-13-2007, 12:14 PM
ah stupid me ... i just figured out I hadn't included the <CAPTCHA> thing in my source.
thanks again for your help; things work now properly!