• Resolved Bladecenter

    (@bladecenter)


    Hi.
    I use Better Notifications for WordPress and WP Adverts.

    I have some problem when I want send me a notification for a new add.
    I never receive mail.
    The test mail work well.
    When I change the notification has (update add) the notification work well.

    Do you have an Idea ?
    Sorry for bad english

    Regards

    https://www.ads-software.com/plugins/bnfw/

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

    (@voltronik)

    Hi Bladecenter,
    Thanks for your message.

    Are you able to install Email Log and then re-test to see if the email is logged?

    Let me know how you get on.

    Thanks,
    Jack

    Thread Starter Bladecenter

    (@bladecenter)

    Hi
    I install Email log

    To have notification I contact the WP add author and change code in function.php theme with that :

    add_filter("adverts_action_save", "my_adverts_action_save");
    function my_adverts_action_save($content) {
        wp_mail( "[email protected]", "New add", "New add posted ");
        return $content;
    }

    Only this mail are in log.
    No log for BNWP.
    When I clic “test” the mail it works and i can see good log.

    But nothing when a new add is posted.

    Plugin Author bnfw

    (@voltronik)

    Hi Bladecenter,
    It sounds like the plugin is using a different post status transition or way of publishing the post to the database than what BNFW is looking for. That’s why the ‘New Ad Published’ notification doesn’t work but the Update notification does.

    Are you able to look at the code and find out how it’s publishing the new ads?

    Thanks,
    Jack

    Thread Starter Bladecenter

    (@bladecenter)

    No am so sorry !
    I’m not coder.
    Regards

    Plugin Author bnfw

    (@voltronik)

    Hi Bladecenter,
    Ok, in that case, you’ll have to get in touch with the author(s) of the WP Ads plugin as I’ll be unable to look at the code without purchasing the plugin.

    Please let me know how you get on.

    Thanks,
    Jack

    Plugin Author bnfw

    (@voltronik)

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Notification and WP Adverts plugin’ is closed to new replies.