Customized version with notifications and posts/comments available for download
-
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?cTo 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
Viewing 2 replies - 1 through 2 (of 2 total)
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.