dikkevandale
Member
Posted 6 months ago #
Hi, I'm using this plugin and it works great! The only thing is that comments waiting for moderation are by default send to the admin, so with this plugin installed I will receive comments under moderations 2 times in my mailbox.
1st email because I'm the admin.
2nd email because someone else posted the article where the comment under moderation is made.
How can I fix this?
http://wordpress.org/extend/plugins/cbnet-multi-author-comment-notification/
This should be resolved in version 2.0 of the Plugin. The Plugin now hijacks wp_notify_postauthor() instead of hooking in its own email routine.
dikkevandale
Member
Posted 5 months ago #
Great! When will it be available? :)
It's already released, and with a bugfix version 2.0.1 as well. :)
dikkevandale
Member
Posted 5 months ago #
Ok, thanks! just updated but get this error when adding my notification email address in settings under comments:
Warning: explode() expects parameter 2 to be string, array given in xxx/wp-content/plugins/cbnet-multi-author-comment-notification/settings.php on line 282
Warning: Cannot modify header information - headers already sent by (output started at xxx/wp-content/plugins/cbnet-multi-author-comment-notification/settings.php:282) in xxx/wp-includes/pluggable.php on line 876
Well that's not good! Let me see what's causing it.
Okay, I see it. Give me a few minutes to push out a fix.
Issue fixed in version 2.0.2, which I've just pushed to SVN.
Bug report:
https://github.com/chipbennett/cbnet-multi-author-comment-notification/issues/2
The issue was that the settings validation callback was assuming that more than one email address would be entered in "additional emails". I've patched it to account for a single email address.
Thanks for reporting, and thanks for using the Plugin!
dikkevandale
Member
Posted 5 months ago #