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
yes its fixed, its due to slug issue. simple change user page slug to anything rather then “users” in ANsPress option -> pages
Try removeing ANSPRESS_TITLE.
Which version ?
is_question() is used to check if in single question page.
Question Help page option is not working. If you click on ‘how to ask’ tab in the ask a question section, nothing shows up.
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.
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
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 🙂
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