I posted a few years back about this problem and a member gave this answer which worked fine:
"Cimi's theme doesn't contain a CAPTCHA field so you'll have to turn off the check on it in the admin panel (or add a CAPTCHA to the comment input):
Go to your admin panel -> Options -> Comment Configuration -> Uncheck captcha at "Require fields:" -> Save"
After re-visiting Cimi again 2yrs later, I find this no longer works (there is a CAPTCHA field now but checking or unchecking it doesn't make any difference, I still cannot comment).
Any help would be much appreciated
Comments
`
<?php
if (function_exists('printCommentForm')) {
printCommentForm();
}
?>
`
You could probably replace the comment section of the Cimi theme with the above and it should respect the comment form settings (though I haven't looked at the theme).
Thanks for the reply. I'm not sure where I would put the code you've mentioned. The only file I can find that has a comments section as such is the css file but I can't imagine that you put php script into a css file (though I don't know a great deal about such things). There is a php file (image.php) where your script may go but I'm lost as to where. If it's any help, here's the link to what I've done so far: http://www.imaginata.co.uk/zenphoto/
If anyone out there has any idea, that'd be great. Otherwise, no worries. I may have to look for another theme that allows comments but it seems such a shame as I really like Cimi.
Thanks again,
Jim
Thanks again,
Jim
Thanks again