Why AnsPress comments are “wordpress comments”, not post_type “ap_comment”?

AnsPress comment type is anspress, so WP do not behave AP comments as default posts comments. But still this comments have to pass spam check. You can see an example of wp-admin:

Remove Anspress credit. How to remove logo banner on user pg?

You need to select it to hide.

I don’t want to request ReCaptcha for logged in users

Download master.zip from github and you can use this filter: add_filter('ap_show_captcha', 'my_ap_captch_filter', 10, 2); function my_ap_captch_filter($true, $user_id){ if ($user_id == get_current_user_id()) return false; return $true; }

ReCaptcha only uses a checkbox , no question.

Yes, this the way reCaptcha work 🙂

report bug, language category file

Update pot.

Caching Plugins and Anspress

I am using WP Super Cache plugin, with “Don’t cache pages for known users. (Recommended)” and “Clear all cache files when a post or page is published or updated.” both enabled. Latter may cause some performance issues once I hit tens of thousands of visitors per hour, but since it’s not the case for 99% of us including me, works fine as it is. I’ll make sure to post/brag after I hit performance issues with my current setup.

What can you do to fix the broken question page?

Rename the main questions pg.

Requires login to post question even though

I’m having this issue. Could it be from Multisite ?

How populate “how to ask” tab?

I’ve created a of titled “How to ask” but no tab shows? Can custom tabs be added?

How to disable description while posting new questions

Hi , was this option added?