nzta / vote
A module for voting on a Page OR a Comment
Installs: 1 497
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 4
Open Issues: 0
Type:silverstripe-vendormodule
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