Like/Dislike
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Downloads
Component created
Component changed
Component body
Like/Dislike module can be used to Like and Dislike actions on any content. It is powered by Drupal field concept.
Installation
- Same as other drupal modules
Configuration
- The Like/Dislike field can be added to any Entity type (like Content types, Comment types etc).
- Lets consider a case of Article content type
- Add the like/dislike field to the article content type from the url admin/structure/types/manage/article/fields,
- Save the field with default settings.
- Add the content of article type
- You would be able to see Like and Dislike button on that article content.
- One can like or dislike the content.
Customization
1. You can style the css class like_dislike, which is rendered on the content.
2. One can create own field formatter for the like dislike field and render the like and dislike as expected :)
