using post id as question slug issue

add this hook as well: add_action('ap_after_update_question', 'using_id_as_slug’, 10, 2);

How to change individual page designs?

Read documents. You can simply override question.php in you theme.

I lose notifications in update

Yes, if you update from 2.3.x to 2.4 you may miss some notification. Since 2.4 notification and activities are stored in different table.

How to create a notification?

This is already exists in activity-hook, just un-comment it. check here: https://github.com/anspress/anspress/blob/master/includes/activity-hooks.php#L41

No blog page

@Terrence could you help me with this? Can the blog page be used for Users to create blogs or only the admin? And could you help me set this up, totally confusing to me…

No blog page

@Terrence how did you get your blog page to show

Calling all translators

Hi, Thank you for this awesome plugin. I would like to help in translation az (Azerbaijani language). My wordpress usernameĀ nijatr.

Answers Order

Simply chnage orderby value to date

Want to tag location to the questions

You can simply store location as post meta.

Deleted Questions in Activity stream

I think this has been fixed already and pushed to GitHub. Please try it from Github.