Viewing 3 replies - 16 through 18 (of 18 total)
  • rimoreno

    (@rimoreno)

    Yea, i just tried it three times in two different browsers, safari, firefox, and still no correct emails.

    When i test it on the dashboard, i get the test emails correctly, but not when i create a new user. Just the standard bbPress email.

    I appreciate your response and idea though! Im fully open on any other ideas that might get this nifty plug in to work.

    Line 354 on version 3.9 is what’s not letting the user email be sent! Well that and the fact that $plaintext_pass is empty but why is it empty??

    354: if (!empty($plaintext_pass))

    If you change the if statement to also allow your custom email to be sent even if $plaintext_pass is empty the user notification WILL send.

    I did it like this:

    354: if (!empty($plaintext_pass) || empty($plaintext_pass))

    This won’t be able to include the password in the email because password is empty. Can somebody figure out why it’s continually empty now?

    Thanks for the fix @dannybatista. I’m hoping the plugin’s dev will make the fix and update the plugin in the repository, and/or allow someone else to take over the plugin and continue to maintain it.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Does this plugin work with WordPress 3.6.1?’ is closed to new replies.