Change Log
Version 1.3 |
- Fixed issue with AJAX calls now requiring XID.
Version 0.7 |
- Fixed an AJAX bug.
Version 0.6 |
- Control panel fixes for EE2 version. Thank you Lisa Wess.
Version 0.5 |
- Updated for ExpressionEngine version 2.x.
Version 0.4 |
{exp:likee:likers}
tag added to allow listing the logged-in members who liked a particular entry or comment.- To avoid non-logged-in users clearing their cookies and voting again, there is now
ip_limit_hours
that can be passed to the{exp:likee:js}
tag. The AJAX database update now does a quick check to make sure the user’s IP hasn’t voted on a given item in the amount of time configured here. By default this is set to 24 hours. - Added
{like_score}
to the core functionality, which returns the the Dislike count subtracted from the Like count.
Version 0.3 |
- Added Like and Dislike for comments.
- Added the ability to view/list most Liked and Disliked for comments.
- Added a new
show_after_liking
variable pair for displaying content only when someone has liked or disliked an entry or comment.
Version 0.2 |
- Mostly just a bunch of little bug fixes.