Recent Topics

1 Oct 15, 2015 15:36    

Version 6.6.3 soon to be 6.6.5 :)

I would like notification when posts and comments are modified or edited, but cannot find such a feature? Does one exist?
Else;
Is it possible to add code so that email notification is sent if a post/comment is modified/edited ??

Thanks

2 16 Oct 2015 00:01

@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!

4 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?


Form is loading...