For that you can use ap-top sidebar position
I will check the issue and let you know.
It was updated. Thanks
I agree with @Terence. But if you want shorter permalink then there is an option in AnsPress option -> general
Why shorter? Why not just use the SEO value wisely?
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.