Buddypress profile

Instructions for disabling AnsPress profile

What’s the SEO payback or other incentive to participate?

I think, backlink is custom feature and not related to AnsPress. I seen some backlink exchange plugin few years back when I started WP development but I am not sure if they exists today. But I would rather wait and add quality content to my site to get backlink from other site, yep its time consuming but its worth to wait. You can do many things with AnsPress for encouraging user participation. Like user badge, user ranking (extension will release end of this month) or an earning system: Best answerer will get paid or pay per answer or pay monthly payment for numbers of views There are many possibilities, its depend upon your users interest as well.

Theme override for categories and tags

For that you can use ap-top sidebar position

Error: Error You have an error in your SQL syntax;

I will check the issue and let you know.

What are the improvement to V1.4 of Askbug theme?

It was updated. Thanks

How to change URL structure?

I agree with @Terence. But if you want shorter permalink then there is an option in AnsPress option -> general

How to change URL structure?

Why shorter? Why not just use the SEO value wisely?

Redirect to login page when attempting to ask or answer a question

override ask.php and add this at top: if(!is_user_logged_in()){ auth_redirect(); }