Migrate from bbpres to Anspress

It has been removed from extension page due to error while importing.

How can users change their profiles?

Yep, there is. Check display name field in profile. Cheers!

Notification Count on Profile Widget – Requires Space

this is a css issue try to add the following to your css (your theme’s style.css or what ever css file included) .ap-user-link-notification span.counter { background: rgb(255, 0, 0) none repeat scroll 0 0; border-radius: 10px; color: rgb(255, 255, 255); float: right; padding: 0 5px !important; } this should help

how to stick a question

under your question there is a link for more actions click on it and choose : set as featured, please note taht there is an administrative level to have access to that feature so be sure that you are logged in as admin.

Get question author username

I you are in question loop, then: ap_question_get_author_id(); //get author ID ap_question_get_the_author_id(); //Echo author ID or if not in loop then you can simply use WP function to retrieve author ID.

cant submit question

Please your site link, I will give it a try.

Get property of non-object in /includes/user.php line 144

Fix pushed to github repo.