V48: Post and Comment Dislikes
Adds dislike functionality to the blogging module for both posts and comments.
Changes
- Creates
phoenix_kit_post_dislikestable for post dislikes - Creates
phoenix_kit_comment_likestable for comment likes - Creates
phoenix_kit_comment_dislikestable for comment dislikes - Adds
dislike_countcolumn tophoenix_kit_posts - Adds
dislike_countcolumn tophoenix_kit_post_comments
Usage
Frontend developers can choose to display:
- Likes only
- Dislikes only
- Both likes and dislikes
- Net score (likes - dislikes)