Hello, it is really simple. I installed the plugin “Pushover notifications for wordpress”. I configured it for receive notifications in my mobile when a user creates new post. Then, I add this code to functions.php: add_filter( 'ckpn_post_publish_types', 'ck_my_pushover_cpts', 10, 1 ); function ck_my_pushover_cpts( $allowed ) { $allowed[] = 'answer'; $allowed[] = 'question'; return $allowed; } With it, I’ll get notifications for all new answer and questions. But It would be fantastic that all users (not only me) could get notifications when their questions are replied. Thanks 🙂

Works for me. Thanks

oh yes, there need to be a message when user not able to create, but crete form will never shown to them in first place.

I will check the issue

I will definitely try it and let you know, once the disqus problem is sorted out.

Ok I will check this issue

I too have the same problem. This is the plugin, https://wordpress.org/plugins/disqus-comment-system/

Oh yes there was an issue, I just fixed it. please get latest codes form github: https://github.com/open-wp/anspress and let me know.

I did and it worked. Awesome !

Currently you cannot customize email, but I will add it to option today