• Resolved Chuckie

    (@ajtruckle)


    Hi

    Thanks for your plugin. I am trying it out for the first time and have some queries. I mention a couple here and another in a new discussion.

    Firstly, I am using your plugin with latest WordPress, BBPress 2.6.x and Theme My Login.

    Issue 1
    I notice on your change log it warns it has not been tested with latest version. Can that be resolved?

    Issue 2
    When the user clicks Register my primary admin account is receiving two emails in stead of just one. Why is this?

    I will ask my other question separately.

    Thanks.

    Andy

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Konstantin Obenland

    (@obenland)

    Hi,

    As I said in the other thread you opened, this is a free plugin, maintained in my spare time. Absolutely I can test it with the latest version and update that information, but frankly it is not on the top of my list of priorities.

    I keep up with Core development, and if there are backwards-compatibility breaking changes I will make the necessary updates. In lieu of those however, I trust that it continues to work until I get around to shipping another update.

    Thanks,
    Konstantin

    Thread Starter Chuckie

    (@ajtruckle)

    Thank you. So this issue doesn’t happen for you?

    I will try to find out what is happening. Somehow.

    Thread Starter Chuckie

    (@ajtruckle)

    I think the issue lies with “Theme My Login”. I have contacted them. Both your plugins send notification emails and thus the double email.

    Somehow I need to use just yours for notifications and not his. Will let you know of any resolution for others benefit.

    Thread Starter Chuckie

    (@ajtruckle)

    Resolved:

    // ==============================================================
    // Switch off Theme My Login notifications because WP Approve User manages it
    add_filter( 'tml_send_new_user_notification', '__return_false' );
    add_filter( 'tml_send_new_user_admin_notification', '__return_false' );
    // ============================================================== 

    This works well.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Duplicate admin notification’ is closed to new replies.