• Resolved Tony G

    (@starbuck)


    I understand that our first line of triage is to follow the best support doc. Note in that doc that the recommended Email Log plugin is obsolete. The link to that plugin also has an extra leading period.

    The issue I’m trying to diagnose is that the Test from the email to Comment Author is working from a Test, but it’s not being triggered with an actual Comment.

    Deactivating all plugins for any site is undesirable and not practical, though yes, it’s effective and widely the most cited first line in issue diagnosis. To diagnose this issue, I’d like to know exactly where in the process that you hook this specific notification. A link to source would be welcome and I’ll track it down from there.Or if this is a known issue, please let me know.

    If there is a better way to track this and similar issues with code, please let me know. I have code that looks at the list of filter/actions to determine if and when specific plugin hooks are present – and sometimes I use that to remove the filter. If you can tell me the name of your hook, I’ll look to see if something else overrides that and I’ll report back here.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author bnfw

    (@voltronik)

    Hi @starbuck,
    Thanks for your message.

    I’ve checked the document an other than an incorrect link (thanks for the heads up), the Email Log plugin is very much still active and works – it just hasn’t been updated very much in the past year.

    The code that relates to the comment author detection can be found in bnfw/includes/helpers/helpers.php and bnfw/includes/engines/class-bnfw-engine.php by searching for the strings bnfw_is_comment_author_needs_notification and BNFW get comment author email. respectively. The latter is then passed through the bnfw_to_emails filter.

    Hope this helps to narrow down your issue.

    Thread Starter Tony G

    (@starbuck)

    Got it. I’ll look into this within the next 5 days or so. Thanks!

    Plugin Author bnfw

    (@voltronik)

    Closing due to inactivity. If you need further help with this, please feel free to re-open this thread.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.