• Resolved d2thak

    (@d2thak)


    Hi,

    On the above mentioned website the ‘Pending Listing Review’ for Directories Pro email isn’t sent automatically. The system is working, because all the other emails and manual trigger are sent by the website. The weird thing is I can select 2 ‘Pending Listing Review’ options in the dropdown. I’ve implemented the following code into my functions.php, but even this isn’t working:

    function bnfw_insert_post_hook_for_theme( $themes ) {
    $themes[] = ‘bridge_qode’;
    return $themes;
    }
    add_filter( ‘bnfw_insert_post_themes’, ‘bnfw_insert_post_hook_for_theme’ );

    Can you please help me out??

    The page I need help with: [log in to see the link]

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

    (@voltronik)

    Hi @d2thak,
    Thanks for your message.

    You shouldn’t need to add any code to get BNFW to work with Directories Pro. The code you’ve added to your functions.php file is to add Theme support to BNFW.

    Can you confirm you’ve created the correct notifications for Directories Pro in BNFW?

    Do you have an email log installed so you can see if emails are being sent out but not delivered?

    For reference, here is the documentation for BNFW when used in conjunction with Directories Pro: https://directoriespro.com/documentation/additional-features-and-settings/notifications.html

    Thread Starter d2thak

    (@d2thak)

    Hi,

    Thank you for your quick reply. Ah okay the plugin author form Directories Pro mentioned the following code to me, but it didn’t work:

    add_filter(‘bnfw_trigger_insert_post’, ‘__return_true’, 11);

    So I did some more research and the decide to test the earlier code I communicated. I have an email log installed and all mails are sent except the ‘Pending Listing Review’ email. Can you have a look if I provide you a administrator login?

    Thank you and kind regards!

    Plugin Author bnfw

    (@voltronik)

    Hi @d2thak,

    Have you tried without the ’11’ at the end of the filter?
    Are you able to ask the Directories Pro author to see if there is an action that fires after their form is submitted? If so, we may be able to work out a code snippet so that it works. Ultimately though, it should work on it’s own providing that the post status moves from draft to pending.

    I can’t provide the level of support where I log in to take a look unfortunately.

    Thread Starter d2thak

    (@d2thak)

    I asked the author what action gets fired. Will get back as soon as he replies to my email.

    Plugin Author bnfw

    (@voltronik)

    Thanks @d2thak.

    Thread Starter d2thak

    (@d2thak)

    Hi,

    I was able to fix the problem to write a different rule for the get_user() rule in Advanced Access Manager. Thank you for the support!

    Regards,

    Daan!

    Plugin Author bnfw

    (@voltronik)

    Hi @d2thak,
    Great! Glad you got it working.

    If you like BNFW and the support, please feel free to leave an honest review.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Pending Lising Review email not being sent’ is closed to new replies.