D8 Logo
Search for help

Please help us to get this module running.

See #3081064: Search for Help

A flexible field based voting system for the Voting API
framework, which does not itself expose any voting mechanisms to end users.

Installation with composer

  • composer config repositories.antennaio '{"type":"package","package":{"name":"antennaio/jquery-bar-rating","version":"1.2.2","type":"drupal-library","dist":{"type":"zip","url":"https://github.com/antennaio/jquery-bar-rating/archive/v1.2.2.zip"}}}'
  • composer require antennaio/jquery-bar-rating
  • composer require drupal/votingapi_widgets

Installation

1. Download this module.
2. Download the required jQuery Bar Rating Plugin and place it inside of the libraries folder (/libraries).
For composer based projects please install the library as described on the Drupal 8 Documentation.
Example:
Insert the following repository inside of the Drupal composer.json (/composer.json):

    {
      "type": "package",
      "package": {
        "name": "antennaio/jquery-bar-rating",
        "version": "1.2.2",
        "type": "drupal-library",
        "dist": {
          "type": "zip",
          "url": "https://github.com/antennaio/jquery-bar-rating/archive/v1.2.2.zip"
        }
      }
    }

and execute "composer require antennaio/jquery-bar-rating".
3. Install VotingAPI Widget the usual way.

Supporting organizations: 

Project information

Releases