1 amoun Oct 15, 2015 15:36
3 amoun 17 Oct 2015 23:59
Thank you.
4 fplanque 22 Oct 2015 01:05
Would this need to be separate from being notified for new comments?
In other words: do we need multiple settings (with added complexity) or should we just extend the current subscription to include notifications for mods in addition to notifications for new comments?
@amoun there is such a feature like that already under discussion on the development group but it is not available right now.
You can use this SUPER-SUPER-DIRTY hack to force email sending to a user when posts or comments are created or edited. This is just a quick proof of concept and it is untested extensively, so use it under your own risk :D
https://github.com/mgsolipa/b2evolution/commit/304a9b62dd56c87a6a3340036bb38357989ac742
Look for the array
$users_to_notify
and put the ID of the user/users that you want notifications to be sent.After aplying those changes, you need to go to the Blog subscriptions tab (http://b2evolution.net/man/notifications-tab-blog-subscriptions) and subscribe to all posts and comments of that collection.
Regards!