VOTE!
Vote Editor
Vote Stats

The VOTE! Module is a JS-based plugin for user votings. Any content entity like Nodes, taxonomy terms, paragraphs, media entities, custom entities, etc. may receive customizable voting widgets. One or more individual voting types can be attached and evaluated for each entity type and bundle.
The module enables optimal page and data caching, which is even compatible with static page caching (e.g. Tome).
The Voting API is used as the backend, so it is relatively easy to migrate existing voting data from other voting plugins. It is also possible to sort the entities in views according to user voting.

Requirement: Voting API

Install & Configuration

  1. Install the module by composer (required Voting API will be installed as dependency).
    $ composer require drupal/vote
  2. Install the module at
    /admin/modules
  3. Set voting permisions for user groups.
  4. Create one or more voting types at
    /admin/config/services/vote
  5. Map your new voting types to your entity bundles at
    /admin/config/services/vote/settings
  6. Manage vote field display e.g. at
    /admin/structure/types/manage/article/display
  7. Done

(More detailed description you will find in the README or at help page.)

Features

  • Multiple base voting types (Five-Star, Yes-No, ...).
  • Multiple voting types per entity bundle.
  • Display of voting widget and stats in a popUp dialog.
  • Full featured for accessabillity.

Project information

Releases