Can it be set up so that only admin/moderators can answer the questions??

Anspress participants are able to post answers, even when in the AnsPress option permission tab, it is set that ‘only admin can post answer’ Version 2.3 Check it here : http://doubtclass.com

404 Error in Users’ pages in beta 2

yes its fixed, its due to slug issue. simple change user page slug to anything rather then “users” in ANsPress option -> pages

Updated to 2.3 and now i see ANSPRESS_TITLE

Try removeing ANSPRESS_TITLE.

Plugin not working

Which version ?

Check if page is question page

is_question() is used to check if in single question page.

2.3-beta2 released – try and let us know

Question Help page option is not working. If you click on ‘how to ask’ tab in the ask a question section, nothing shows up.

Removing base page slug from /ask page

Just add this filter, and make sure a page with “ask” slug should not be exist. add_filter('ap_rewrite_rules', 'my_rewrite_rules_for_ap'); function my_rewrite_rules_for_ap($rules){ $rules["ask/([^/]+)/?"] = "index.php?page_id=".$base_page_id."&ap_page=ask"; return $rules; } After adding make sure to save permalink once.

Removing base page slug from /ask page

Hello, let’s get it simpl. To create ASK Question in your Menu GO TO WP ADMIN. Go to APPEARANCE_MENU there is Anspress_pages Menu which include ASK, CATEGORIES, USERS,  etc select one by one as your choice then Click ADD TO MENU and Save. Refresh your visitors site url.com. hope it will work

2.3-beta2 released – try and let us know

There is no Log out link in the User profile menu. It will be better to add it, I think it’s a little thing but important 🙂

2.3-beta2 released – try and let us know

Clicking on any user, will open up the profile page of the logged in user (and not of the one whose profile pic was clicked) Test it here http://doubtclass.com