Viewing 15 replies - 1 through 15 (of 17 total)
  • Notifications also stopped working for me. I have not tried troubleshooting, personally, but I just wanted to chime in and subscribe to this topic. Thanks!

    It’s not working for me as well. Very strange.

    Thread Starter avir673

    (@avir673)

    I guess the plug-in author doesn’t want to deal with this. Since I had to get something working, urgently, I used another simpler plugin.
    BTW, in a somewhat related way, is this a major drawback in using WordPress? That is, is it necessary to check every single plug-in on every single site, whenever there is a version upgrade available?

    @avir673 – What plugin did you use? I haven’t been able to find anything to replace this one.

    Thread Starter avir673

    (@avir673)

    http://wordpress.org/plugins/post-comment-notification-to-multiple-user/
    So far it seems to work okay. I only need it to send out to one other user.

    I’m not sure that will work for what I need. All I am wanting is to be notified of comments on posts by my other co-authors.

    Thread Starter avir673

    (@avir673)

    I think if you’re the administrator you should get notifications if you have that option checked off in the settings.

    Nope, that doesn’t work. I receive notifications of comments on their posts only if they require moderating. Other than that, WordPress does not send me notifications of comments, unless they are on my own posts. That’s what I was using cbnet for.

    Thread Starter avir673

    (@avir673)

    I see. Hopefully the plugin author or someone else who can help will pop up and give some assistance.

    Flick

    (@felicity_gilbertson)

    Hey Guys,

    I’ve had the same issue with the plugin and did a slight bit of investigating… The plugin was returning an error where it looks to add the email for the Site Admin to the notifications…

    I fixed it on line 114 of cbnet-multi-author-comment-notification.php which looks like this:

    $email_addresses = array_merge( $email_addresses, $site_admin_email );

    if you change this line to:
    $email_addresses = array_merge( $email_addresses, array($site_admin_email) );

    This should fix it. Hopefully the plugin author can take a look and fix it for us if that’s the right thing anyway 🙂 Seems to be working better for me now…

    LD Jackson

    (@ld-jackson)

    Thanks, Flick. I have made the change and reactivated the plugin. I’ll post back to this topic, once I have made sure that corrected the issue.

    I appreciate you taking the time to do this, as I understand nothing about the coding.

    LD Jackson

    (@ld-jackson)

    I can confirm that the change suggested by Flick have corrected the issue. I am receiving the notifications once again.

    Plugin Author Chip Bennett

    (@chipbennett)

    Thanks for investigating this. My wife had major surgery a few weeks ago, and I’ve had no time to look into it. I’ll try to push out a fix tomorrow.

    LD Jackson

    (@ld-jackson)

    Thanks, Chip. I understand life’s responsibilities take precedent over things like this. I hope your wife is better soon.

    Flick

    (@felicity_gilbertson)

    Thanks Chip! Hope your wife is okay and recovering well!

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Notifications not being sent’ is closed to new replies.