BuddyBoss Home – Web Support Forums Plugins BuddyBoss Wall Like notifications don't mark read

Viewing 9 posts - 1 through 9 (of 9 total)
  • Question

    #55614
    @secondfirsts

    The new notifications for likes are great. But they don’t get marked as read when you click on the notification in the list at top of the site. We are using the Boss theme. Can you add the function so these notifications get marked read once you’ve clicked to view the activity it goes with?

    Answers

    #55697
    @secondfirsts

    Is there a way to just disable the onsite notifications of likes?

    #55720
    @secondfirsts

    I figured out how to stop the like notifications. Here is what worked for me:

    
    function ls_remove_likes_notification() {
      $notification_handler = BuddyBoss_Wall_Like_Notification::get_instance();
      remove_action( 'bp_activity_add_user_favorite', array( $notification_handler, 'add_like_notification' ), 10 );
    }
    add_action( 'bp_init', 'ls_remove_likes_notification', 20 );
    
    #55905

    Anonymous
    @

    Sorry for the issue, We will fixed it inside next version update
    Regards

    #56006
    @markob17

    Hi @pallavi,

    I also really like the like notifications, however, my site is also creating a duplicate notification that says “member favorited your post” (see screenshot). Do you know how I can remove the duplicate notification circled in yellow?

    Hi @secondfirsts,

    Your function works great, would you happen to also know how I can stop the duplicate notification circled in yellow in the attached screenshot? Or, what about how to rename “favorited” to liked? If I can rename it I could simply use your function to disable BuddyBoss Wall’s notifications.

    Thanks!

    #56061
    @secondfirsts

    @markob17 you must have another plugin that is creating those. Do you have http://buddydev.com/plugins/buddypress-activity-comment-notifier/ installed perhaps?

    #56119
    @vapvarun

    Hi @markob17, Seems you have any additional notification plugin added for comments. Please check your activate plugin once and try to debug it by deactivating it.
    Regards

    #56126
    @markob17

    @secondfirsts Christina, you are right! I totally forgot I just recently started using that plugin.


    @vapvarun
    Varun, thanks for the info, @secondfirsts was correct in that I am using the activity comment notifier plugin which I recently downloaded from the WordPress repository.

    Thanks!

    #56630
    @vapvarun

    notifications don’t mark read, will be fixed in our next update
    Regards

Viewing 9 posts - 1 through 9 (of 9 total)
  • The question ‘Like notifications don't mark read’ is closed to new replies.