Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Author darrenmeehan

    (@darrenmeehan)

    Hi Yosef, this is coming out in an update early January.

    Thread Starter Eslam Yosef

    (@jumzle)

    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

    (@darrenmeehan)

    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

    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

    gcel

    (@gcel)

    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

    (@redfez)

    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?

    I have posted a working solution to notification on this plugins Github repo: https://github.com/Darrenmeehan/BuddyPress-Like/issues/46

    @fried_eggz

    Hi, i saw the code but where will we put this code, on childtheme function.php or …..?

    Thanks

    You need to use the fork or apply the pull request. You can then put the code in functions.php

    sorry wasting your time @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…

    You need to also add a hook to one of the core plugin files. See here

    The auditions are on green and the file name is on the top of the page.

    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 🙂

    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

    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.