BuddyBoss Home – Web › Support Forums › Plugins › BuddyBoss Wall › Like notifications don't mark read
- This topic has 8 replies, 4 contibutors, and was last updated 8 years, 10 months ago by Anonymous.
Question
January 5, 2016 at 2:17 pm #55614@secondfirstsThe 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
January 6, 2016 at 2:22 pm #55697@secondfirstsIs there a way to just disable the onsite notifications of likes?
January 6, 2016 at 10:00 pm #55720@secondfirstsI 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 );
January 9, 2016 at 10:10 am #55905@
AnonymousSorry for the issue, We will fixed it inside next version update
RegardsJanuary 11, 2016 at 5:42 am #56006@markob17Hi @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!
January 11, 2016 at 3:44 pm #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?
January 12, 2016 at 12:40 pm #56119@
AnonymousHi @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.
RegardsJanuary 12, 2016 at 3:31 pm #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!
January 19, 2016 at 7:12 am #56630@
Anonymousnotifications don’t mark read, will be fixed in our next update
Regards
- The question ‘Like notifications don't mark read’ is closed to new replies.