About Notifications

Did you noticed there is a menu item called Notification, if you add it to menu it will show all notification in menu as dropdown.

What would the best way to import more than 30,000 questions and answers?

You can initiate you code after WP init hook and everything will as usual. Create a page in wordpress called import, and then create a new file called page-import.php inside active theme dir and paste your code without: require('wp-blog-header.php'); and just visit that page and import will be started.

Where can I find the updates to the changelog for version 2.3.8?

* Fixed ap_is_my_profile() * Removed print_r from profile form * Fixed undefined object

Category subscriptions not working?

Its looks fine to me, here is screenshot from my local setup:

User card

Its not possible. But you can use PHP function to output user card. Have a look at source. Why you want to show card as shortcode ? you want to embed in post?

Just purchased the Theme

Please follow the instructions on http://anspress.io/downloads/askbug/ . Thanks

Can I add a category image as a cover photo for each category and Sub Category

I can see where I can add a category image and have it show up on the /categories page if it is top-level category. Can I have this same image appear on my category page: http://MYSITE.com/questions/category/CATEGORY_NAME/ ? Or be able to upload a Cover photo for my category page?

Any way to lock a category so that only Mods/Admins can post there?

Sounds like you want roles? I’ll need this too at some point. Something like a ‘Moderator’ and only that person can post to the category, everyone else can only participate.