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.
Hello, Could you help me disable my website users to answer at a closed discussion ASAP please? I erased the all of the code of duplicated anspress/theme/default/answer-form.php in my new folder called anspress. Then I copied and pasted the code that you gave me in my new anspress folder. Besides my new folder, everything is as same as original. Following is the code that you gave me and I copied and pasted. <?php $question_id =get_question_id() ; $current_user = get_userdata( get_current_user_id() ); $validate = ap_validate_form(); if(!empty($validate['has_error'])){ echo '×Close’. __(‘Problem submitting form, please recheck form’, ‘ap’) .”; } ?> user_email, ap_opt(‘avatar_size_qquestion’) ); ?>