notifications by email

No, its just added to user activity feed.

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

ask-form.php change line 102 for if ( ap_show_captcha_to_user() && !is_user_logged_in()) { same on: answer-form.php change line 87 for if ( ap_show_captcha_to_user() && !is_user_logged_in()) {   file are in wp-content/plugins/anspress-question-answer/includes I’ve done a commit for that on github.   Just looking to contribute in some way for that great open source job you’ve done.

How do I remove “User Updates”

Thats on the theme file: /wp-content/plugins/anspress-question-answer/theme/default/css/main.css

How to force title tag (H1) in quiestion – Better SEO

If I’m understanding you well, go to Anspress Options Pages. Read an you’ll find the option, just check it and h1 with the tittle will appear in each question page.

Calling all translators

tomnielsen78 – I will translate Danish (DK) version

Calling all translators

Hi how do i download the danish version, i will also translate it, for better use, when its translatet.

Change ‘Ask Question’ and ‘ans’

This has been answered many time here, please search. You can use .po .mo to chnage this strings.

Add content to every answer : in which php file is it ?

Read documentation for overriding. Then simply copy aswer.php from plugins/anspress-question-answer/theme/default/answer.php to YOURTHEME/anspress/ Now edit this answer.php as you want.