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

    (@jcederberg)

    Hey Basilis!
    I’ve been busy, sorry delay. When you said email goes only to the admin, do you mean admin/moderator on Disqus or WordPress admin?

    Could you edit your copy of the plugin a bit to uncomment the debugging line (in other words remove the “//” from the beginning of the second line):

    // Following is only for debugging:
    //_dnca__comment_dump($comment_id, $comment_obj);

    As a result of this, you’ll get files called “comment_dump#.txt” in your WordPress root; the # represents the comment ID from WordPress database. (I should change the plugin to write the comment dumps somewhere else than WP root)

    So in essense, could you enable debugging, wait for a comment to arrive (or create one yourself) and then provide me with the contents of the comment dump?

    Plugin Author Janne Cederberg

    (@jcederberg)

    Also, the this plugin *does not* notify the author of a post/page about comments written using the same email address as are specified in post/page author’s WordPress profile.

    To state the same hopefully in a simpler way:
    The author of a post/page will not be notified of their own comments.

    Plugin Author Janne Cederberg

    (@jcederberg)

    With no further details as follow-up I’m marking this as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Email does not get send’ is closed to new replies.