Here you go: function my_anspress_form_settings($settings){ $settings['quicktags'] = true; return $settings; } add_filter( 'ap_ask_form_editor_settings', 'my_anspress_form_settings'); add_filter( 'ap_answer_form_editor_settings', 'my_anspress_form_settings');

Hi, No, we will let you know once AnswerBox is ready. AnsPress is scheduled for 11 May, but may be online before too. 🙂

Please let me know what kind of help ? AnswerBox’s new version will release after making it compatible with current version of AnsPress.

Ok, I am fixing it. 🙂

Here is a link to the BuddyPress profile and the Category page to see the thumbnail issue #8 How to override the stats in #1?

#1 Stats and subscribe button is must have feature and must be enabled. But if you want to remove it simply override question page. #2, #3 Pushed a fix to github #4 Checking this issue #5 answer count is not saved in user meta, but it saved as post meta, so every user will see same thing. Didi u enabled cache plugin ? #6 Yes, we have disabled it, cause search smiler question use too much resource of server. We are working on new duplicate prevention system. #7 There is nothing changed in reputation system, Let me check this. #8 Please post a screenshot. Thanks for reporting.

by the way i like the users page on here

Sir, I am checking the issue.

There is a syntax error above. You missed the ; after unset($nav[‘unsolved’])

okey will ad it.