Viewing 15 replies - 1 through 15 (of 15 total)
  • Thread Starter M66B

    (@m66b)

    To save you some time:

    //do_action( 'bbp_new_reply', $reply_id, $topic_id, $forum_id, $anonymous_data, $reply_author )
    add_action( 'bbp_new_topic', array( $this, 'send_notification_reply' ), 10, 5   );
    Thread Starter M66B

    (@m66b)

    I have two more feature requests:

    – No notifications for topics I create (or reply) myself
    – No notifications for spam (maybe as an option)

    Plugin Author Jared Atchison

    (@jaredatch)

    Notifications for replies is definitely on the radar, I have had multiple people request that ??

    Thread Starter M66B

    (@m66b)

    Patch for reply notifications against version 1.1:

    https://blog.bokhorst.biz/wp-content/uploads/bbpress-new-topic-notifications-reply.patch

    Also disables new user / password lost notifications.

    No notifications for spam topics / topics authored by configured recipients

    Thread Starter M66B

    (@m66b)

    Patch is updated with a function to auto close old topics (older than a week).

    Thread Starter M66B

    (@m66b)

    Another update:

    – No notifications for spam replies
    – No notifications for new replies by configured recipients
    – Notifications for new topics by configured recipients
    – Added forum title to e-mail subject

    Thread Starter M66B

    (@m66b)

    More updates:

    – Added number of topics/replies in user list
    – Basic function to delete users without topics/replies (not active)

    I had to delete all those users that registered only to leave spam …
    Hopefully WP-reCAPTCHA can prevent that in the future.

    Plugin Author Jared Atchison

    (@jaredatch)

    Does your original link contain the latest patch?

    Thread Starter M66B

    (@m66b)

    Yes it does, I have updated the patch with each update notification above.

    Some functions are disabled in the patch (commented out) and there should probably be made options to switch things on and off and for some settings, like the time after which to auto close comments.

    wp_password_change_notification should not be disabled, because users will not get password lost / changed e-mails. It was an attempt to prevent receiving them as an administrator, but it doesn’t work that simple.

    Maybe you like to know I am using this patch in production on a busy forum.

    There is one other thing I like to realize: a working bbPress search. Maybe this can be part of your plugin too. Then there will be a plugin that fixes what bbPress is currently missing.

    Plugin Author Jared Atchison

    (@jaredatch)

    Looking at the patch!

    Plugin Author Jared Atchison

    (@jaredatch)

    FYI this will be released sometime this week. Final patch is done, just running it through some testing.

    Thread Starter M66B

    (@m66b)

    Thanks for the feedback!
    Coincidentally I was thinking of it yesterday.

    Thread Starter M66B

    (@m66b)

    Was the testing successful?

    Plugin Author Jared Atchison

    (@jaredatch)

    Yep, it’s done – I just haven’t had enough people test it yet, which is why I haven’t committed the new version.

    Drop me an email and I’ll send you the new version to test. It’s stable from all the feedback I have received so far, but I would still like a few other people to test before I release it into the wild.

    Alain RONK

    (@alain-ronk)

    Hello!

    Why any visitor can open a topic and write a response, while only REGISTERED users (username + password) will have access to the box for reply notification by mail?

    I would like the email notification for all not registered users.
    To date, no response obtained in any forum, and no plugin found …

    If anyone can help me …
    Alain

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘[Plugin: bbPress New Topic Notifications] New reply notications too?’ is closed to new replies.