override ask.php and add this at top: if(!is_user_logged_in()){ auth_redirect(); }
You can use reputation filter to check: function my_reputation_limit( $user_id, $action_id, $reputation, $type, $current_user_id ){ // Your logic } add_action('ap_added_reputation', 'my_reputation_limit', 10, 5);
This will not happen with RC version. Which version you are using.
You need to install AnsPress email extension
If Terence is right, this post should be fixed or the information included in the theme documentation file. Thank you Terence!
anybody help!!!! i testing new registration on anspress plugin, but didnt recieve any confirmation email. help please.
You need to install WordPress social login plugin for social login, which you could have learned about if you had read the documentation.
How to add login and logout in user profile on AnsPass questions?
No its not possible the way you want. But you can easily override single question page, check docs for more detail about overriding.
I had the same issue with crayon. Kindly report this to the author and and they will make a fix for this.