Integration into BuddyPress Groups?

Holla, Your solution seem good to me. But if groups are CPT then AnsPress is ready for it. You just have to add group id as post_parent for AnsPress question. Later you can fetch questions using: ap_get_questions( [ 'post_parent' => group_id ] ); Cheers.

Why are questions not showing up?

Make sure there is a page with shortcode [anspress] and that page is selected as base page in AnsPress options. Try saving your permalink.

How Do I Change The Colour Of ap-btn-ask?

Hello, Do not edit core files. Instead use overrides.css file in your theme to apply css. Create a new file in you theme in YOUR-THEME/anspress/css/overrides.css and add your css to this file. add this to change background of ask button: #anspress .ap-list-head .ap-btn-ask{ background: #333; }

question and answer plugin configuration document

Hello, What problems are you having? There is no special instructions required for installing AnsPress. And process is same as before. By default questions page is created, if not go to AnsPress options and select a page which have [anspress] shortcode in it. cheers.

Not able to upgrade to Anspress 4.0.5

Hello Rajesh, Please ignore that message. It happens when updated process is interrupted. But noting to worry. I will add a fix in next version.

WordPress 4.8, the rich text editor does not work!

Sorry, there was a conflict with the plugin WP User Frontend. Uncaught ReferenceError: wpuf_assets_url is not defined<br /> at b.(anonymous function).b.(anonymous function).init (http://test/wp-content/plugins/wp-user-frontend/assets/js/wpuf-tmc-button.js?wp-mce-4603-20170530:6:46)<br /> at k (eval at <anonymous> (http://test/wp-includes/js/jquery/jquery.js?ver=1.12.4:2:2651), <anonymous>:14:11631)<br /> at Array.eval (eval at <anonymous> (http://test/wp-includes/js/jquery/jquery.js?ver=1.12.4:2:2651), <anonymous>:14:11747)<br /> at Object.b [as each] (eval at <anonymous> (http://test/wp-includes/js/jquery/jquery.js?ver=1.12.4:2:2651), <anonymous>:3:29317)<br /> at l (eval at <anonymous> (http://test/wp-includes/js/jquery/jquery.js?ver=1.12.4:2:2651), <anonymous>:14:11679)<br /> at Object.q [as init] (eval at <anonymous> (http://test/wp-includes/js/jquery/jquery.js?ver=1.12.4:2:2651), <anonymous>:14:14693)<br /> at o.eval (eval at <anonymous> (http://test/wp-includes/js/jquery/jquery.js?ver=1.12.4:2:2651), <anonymous>:14:16159)<br /> at Array.eval (eval at <anonymous> (http://test/wp-includes/js/jquery/jquery.js?ver=1.12.4:2:2651), <anonymous>:5:27194)<br /> at b (eval at <anonymous> (http://test/wp-includes/js/jquery/jquery.js?ver=1.12.4:2:2651), <anonymous>:3:29317)<br /> at r (eval at <anonymous> (http://test/wp-includes/js/jquery/jquery.js?ver=1.12.4:2:2651), <anonymous>:5:27141)

Order by and Category filter not working in Anspress 4.0

Hi Rahul, I have same issue. Order filters dont work for me. My WP : http://muhendisasistani.com/asistanblog/topluluk/ Thanks

How Do I Change The Colour Of ap-btn-ask?

Has anyone had a chance to look into this please? Thankyou

Get current question category

Hello, Try below code with foreach: get_the_terms( get_question_id(), 'question_category' )

Cannot change askbug main color after recent update to v 3.0.7

Hello, Please save it once again and it will be okay. Since 3.x we are compiling scss files when color changes.