Notification to Admin Email When Question Submitted

hello its possible to send email no all admin users?

Delete message “Question and answer is powered by “

There is an option to Anspress admin settings.

A Lot of Debug Errors/Notices/Warnings on new installation

All those above seem to be fixed in the Anspress 3a1 i just installed and tested for a while.

How to hide/remove vote, profile pic and tag

Add this to Askbug child theme style.css: #anspress .ap-questions .ap-avatar, #anspress .ap-questions .ap-questions-vcount{ display:none; } And add below code to function.php of askbug child theme: function my_ap_question_sorting($navs){ if( isset($navs['tags'])) unset($navs['tags']); return $navs; } add_filter( 'ap_question_sorting', 'my_ap_question_sorting' );

What is happening with the points and badges in the new profile?

will it be available as a plugin.

Anspress for BuddyPress groups

Hey Tarrence, I have customized the plugin and It’s working as I want.

How to save meta with new question.

Thank you show much Rahul 🙂

How to save meta with new question.

Follow instructions written here: Add custom field in AnsPress ask form