nzta / vote
A module for voting on a Page OR a Comment
2.2.1
2024-11-18 02:56 UTC
Requires
- colymba/gridfield-bulk-editing-tools: ^3 | ^4
- silverstripe/cms: ^4 | ^5
- silverstripe/comments: ^3 | ^4
Requires (Dev)
README
Introduction
Provides the ability to vote on a Page OR a Comment.
Features
- Able to like or unlike a page, member or comment.
Installation
composer require nzta/vote
To get work vote module in all the pages, You need to add this to your config.yml file:
Page: extensions: - NZTA\Vote\Extensions\VoteExtension PageController: extensions: - NZTA\Vote\Extensions\VoteControllerExtension