• Hi everybody,
    I spent some time on changing the plugin to support liking of posts/comments and BuddyPress notifications.

    I did quite some changes and didn’t really have time to test this thoroughly, so use this at your own risk..:) I didn’t change the way how the likes are saved, so if you decide tro revert to the original version of the plugin, you should be ok…

    Here’s the download:
    https://ge.tt/82892SE2?c

    To add the like button to comments, add to your comments.php file:

    <?php bp_like_button($comment->comment_ID,'comment');?>

    To add the like to posts/pages, add to your posts/pages template file:

    <?php bp_like_button(); ?>

    Enjoy

    https://www.ads-software.com/plugins/buddypress-like/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Great, seems to be working for me on posts!

    I didn’t check for comments as i don’t use the plugin for that, but so far so good, GREAT JOB! Thank you very much!

    Hi vasikgreif,

    thank you for this development!

    I tried the second version, and I do get the likes to display on posts, and even custom posts- what I was looking for.

    Do you perhaps know- how to make a unique text for custom posts? For now it just says- so and so liked that “post”- and I would like to have a separated text for the custom posts.

    also- and I would really appreciate if anybody could help me with – how do I disable the likes on activity updates (and just leave the posts)?
    I did it with css but would like to add a filter to my functions.php instead.

    thank you ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Customized version with notifications and posts/comments available for download’ is closed to new replies.