Plugin: BuddyPress Like

Join this plugin group to follow comments, support topics and reviews.

Needs to change in order to translate ”Show Blog Post Likes” (4 posts)

Started 1 year, 5 months ago by: chestnut_jp

  • Profile picture of chestnut_jp chestnut_jp said 1 year, 5 months ago:

    Hi @hempsworth,

    At 851 in bp-like.php:

    [ Original ]

    echo '<option value="blogpost_liked">Show Blog Post Likes</option>'
    ;

    =>
    [ Changed ]

    echo '<option value="blogpost_liked">' . bp_like_get_text( 'show_blogpost_likes' ) . '</option>';

    Otherwise, the custom text set in back-end for “Show Blog Post Likes” won’t be shown in the list of activity stream.

  • Profile picture of ds123 ds123 said 1 year, 2 months ago:

    @chestnut_jp did you get this plugin to show a “like” button on blog posts? my understanding is that it cannot do this yet …any advice would be great

  • Profile picture of chestnut_jp chestnut_jp said 1 year, 1 month ago:

    @ds123
    Sorry, I have little time to log on here recently as I am living in Japan. I think you can guest the reason…

    Well, I am using the default theme (bp-default) for blog in the buddypress site, and the “Like” is, yes, shown but not in a manner of “button” but “words” it self just under the avatar shown left top of the post.

  • Profile picture of ds123 ds123 said 1 year, 1 month ago:

    @chestnut_jp i hope you and family are ok and thank you for taking the time to write back …. on your post above should i change bp-like.php as you mention at 851 then i will get a text like link on my blog posts?