Forums

bbPress New Topic Notifications
[resolved] New reply notications too? (15 posts)

  1. Marcel
    Member
    Posted 5 months ago #

    Useful plugin. Thanks for creating it!

    Can this plugin be extended with notifications for replies too, please?

    Little remark: the 'Visit plugin site' link in the plugins list is incorrect.

    http://wordpress.org/extend/plugins/bbpress-new-topic-notifications/

  2. Marcel
    Member
    Posted 5 months ago #

    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   );
  3. Marcel
    Member
    Posted 5 months ago #

    I have two more feature requests:

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

  4. jaredatch
    Member
    Posted 5 months ago #

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

  5. Marcel
    Member
    Posted 5 months ago #

    Patch for reply notifications against version 1.1:

    http://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

  6. Marcel
    Member
    Posted 5 months ago #

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

  7. Marcel
    Member
    Posted 5 months ago #

    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

  8. Marcel
    Member
    Posted 5 months ago #

    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.

  9. jaredatch
    Member
    Posted 5 months ago #

    Does your original link contain the latest patch?

  10. Marcel
    Member
    Posted 5 months ago #

    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.

  11. jaredatch
    Member
    Posted 4 months ago #

    Looking at the patch!

  12. jaredatch
    Member
    Posted 3 months ago #

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

  13. Marcel
    Member
    Posted 3 months ago #

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

  14. Marcel
    Member
    Posted 2 months ago #

    Was the testing successful?

  15. jaredatch
    Member
    Posted 2 months ago #

    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.

Reply

You must log in to post.

About this Plugin

About this Topic