Title: Notifications
Last modified: August 30, 2016

---

# Notifications

 *  Resolved [Eslam Yosef](https://wordpress.org/support/users/jumzle/)
 * (@jumzle)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/notifications-28/)
 * Is that possible to show up likes as a notification?
 * [https://wordpress.org/plugins/buddypress-like/](https://wordpress.org/plugins/buddypress-like/)

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

 *  Plugin Author [darrenmeehan](https://wordpress.org/support/users/darrenmeehan/)
 * (@darrenmeehan)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/notifications-28/#post-6878368)
 * Hi Yosef, this is coming out in an update early January.
 *  Thread Starter [Eslam Yosef](https://wordpress.org/support/users/jumzle/)
 * (@jumzle)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/notifications-28/#post-6878439)
 * Thanks you 🙂
 * I want also to suggest adding a feature or even creating a new plugin that shows
   most liked (all time) and trends (3-5 days). Also, I would highly recommend personalizing
   it (for example, for my friends and followers).
 * If you want to go deeper and more advanced, you may create new activity pages
   that reorder activities based on likes.
 *  Plugin Author [darrenmeehan](https://wordpress.org/support/users/darrenmeehan/)
 * (@darrenmeehan)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/notifications-28/#post-6878446)
 * Insights into what users like is something I’d like to work on, first I’m working
   on getting the core features of the plugin working well. I’d hope for the update
   I’ll be releasing in January to accomplish most of this.
 * Do you mean showing content a users friends have liked?
 * Then things like most liked content, trending likes etc will be on the adgenda.
   As always, feedback and ideas are appreciated!
 * Thanks again,
 * Darren
 *  [ibuddybook](https://wordpress.org/support/users/ibuddybook/)
 * (@ibuddybook)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/notifications-28/#post-6878523)
 * Dear MR.darrenmeehan
 * I am using your buddypress like plugin. now my problem is when users like someone’s
   post or images, like notification is not received. So please help me to solve
   my problem.
 * my site name is : [http://www.ibuddybook.com](http://www.ibuddybook.com)
 *  [gcel](https://wordpress.org/support/users/gcel/)
 * (@gcel)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/notifications-28/#post-6878547)
 * Hello guys,
 * Thank you very much for all the effort put into the buddypress community.
 * I’m fairly new “here” and been having a number of minor and major hiccups so 
   far.
 * However, one of the biggest ones is trying to get Buddypress Likes to give us
   some sort of notifications. It does not work at all (doesn’t display or save 
   in DB).
 * I’ve spent a lot of time trying to find a solution, and many places its stated
   its shipped with core (as in this post).
 * Anyone can shed some kind of light of how to move forward wth this?
 * Any help is much appreciated!
 * Thank you
 *  [redfez](https://wordpress.org/support/users/redfez/)
 * (@redfez)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/notifications-28/#post-6878550)
 * Same, I love the basic idea of the plugin but it doesn’t do much except but the
   button there, I can’t seem to find how/where those likes are stored against the
   item and if/how the item author is notified?
 *  [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * (@fried_eggz)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/notifications-28/#post-6878551)
 * I have posted a working solution to notification on this plugins Github repo:
   [https://github.com/Darrenmeehan/BuddyPress-Like/issues/46](https://github.com/Darrenmeehan/BuddyPress-Like/issues/46)
 *  [ineedyou](https://wordpress.org/support/users/ineedyou/)
 * (@ineedyou)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/notifications-28/#post-6878552)
 * [@fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * Hi, i saw the code but where will we put this code, on childtheme function.php
   or …..?
 * Thanks
 *  [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * (@fried_eggz)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/notifications-28/#post-6878553)
 * You need to use the fork or apply the pull request. You can then put the code
   in functions.php
 *  [ineedyou](https://wordpress.org/support/users/ineedyou/)
 * (@ineedyou)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/notifications-28/#post-6878554)
 * sorry wasting your time [@fried_eggz](https://wordpress.org/support/users/fried_eggz/),
   i am just coppy paste code user, so can you explain please “”fork” or or “pull
   request” ? Actually i put the code my function.php but still showing on activity
   stream but never show on “live notification”…
 * And sorry my bad english…
 *  [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * (@fried_eggz)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/notifications-28/#post-6878555)
 * You need to also add a hook to one of the core plugin files. [See here](https://github.com/Darrenmeehan/BuddyPress-Like/commit/04545697c75ebddbeecb8822006bf408e392ea31)
 * The auditions are on green and the file name is on the top of the page.
 *  [ineedyou](https://wordpress.org/support/users/ineedyou/)
 * (@ineedyou)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/notifications-28/#post-6878556)
 * Maybe missing something , i dont know…
    **my like-fuction** (i updated and installed
   2 days ago)
 * echo bp_like_get_text( ‘unlike’ );
    if ( $liked_count ) { echo ‘ <span>’ . $liked_count.‘
   </span>’; }
 * **but your like-function on github**
    echo bp_like_get_text( ‘unlike’ ); echo‘
   <span>’ . ( $liked_count ? $liked_count : ‘0’ ) . ‘</span>’;
 * I added new code on 194 and after add my child theme, not working… Also i try
   with yours above code… Also i download your like-function and replace it with
   mine…
 * Whatever maybe i should wait the update 🙂
 *  [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * (@fried_eggz)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/notifications-28/#post-6878557)
 * 1. Download my fork of the plugin on Github
    2. Replace the plugin with the downloaded
   one 3. Add the large function to functions.php
 *  [ineedyou](https://wordpress.org/support/users/ineedyou/)
 * (@ineedyou)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/notifications-28/#post-6878558)
 * Actually i did last night 🙂 but not working. Maybe missing something or conflict
   with my any pluging. BUt Favorite notification (with pluging) is working but 
   like button notfification not wworking.
 * At the moment, 1- sometimes like any activity and after if i unlike same activity
   or using select filter (buddypress), its deleting all activity, not single members
   activity, all site activity deleting. I think RTmedia like system and yours is
   conflict.
 * My theme buddyapp and they said me to use buddypress-like, also i will ask them
   this problem…
 * 2 – Giving feedback, when second person like any activity, its writing **class
   =”users-who-like” id=”users-who-like-250″>You and helloman like this.** if page
   refresh everything is normal

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

The topic ‘Notifications’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/buddypress-like.svg)
 * [BuddyPress Like](https://wordpress.org/plugins/buddypress-like/)
 * [Support Threads](https://wordpress.org/support/plugin/buddypress-like/)
 * [Active Topics](https://wordpress.org/support/plugin/buddypress-like/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/buddypress-like/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/buddypress-like/reviews/)

 * 14 replies
 * 7 participants
 * Last reply from: [ineedyou](https://wordpress.org/support/users/ineedyou/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/notifications-28/#post-6878558)
 * Status: resolved