@chip Bennett
I’m using premium themes Transcript from Gabfire, edit comments.php and insert <?php cbnet_comment_captcha(); ?> just before text area, it’s mean still under IF block (if <logged in> than not display captcha <else> display captcha).
For user that not logged in, comments and captcha works well.
But when a logged in user try to comments (captcha is not visible because the code put in <else> block), it is doesn’t give any error just like comments are already saved, but it doesn’t show up, and when i manually check to database, the comments record is there but with blank fields and flagged spam by akismet.
Second try, i put code outside the <if logged in> block, its mean logged in an not logged in user see the captcha.
Again, for not logged in user, it is works.
When logged in user try to comments, captcha seems correct and enter the record but again, with blank fields.
I don’t know if this is themes specific problem or internal cbnet capctha logic that filter out comments just before entered database.
I’m not investigating more further because it is my live site, i won’t make visitor away just because i’m experimenting captcha.
Maybe i’ll test on offline site further and give reports here.
But maybe you have some suggestion against this.
I’m looking “light” captcha solution because i’ve been suspended by hostgator for to heavy wordpress with just about 1000 visitor/day.
Using SI CAPTCHA ANTI SPAM seems to much weight on processor/ram and maybe already broken coz i still got many spam. With switch to cbnet i got no spam in single day, but i’ve problem replying comments.
Thank you.