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-ratingcomposer 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 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.
Project information
Seeking co-maintainer(s)
Maintainers are looking for help reviewing issues.- Project categories: Content display, User engagement
- Ecosystem: Voting API
952 sites report using this module
- Created by erik seifert on , updated
Stable releases for this project are covered by the security advisory policy.
There are currently no supported stable releases.
Releases
End-of-life release for the 8.x-1.x branch. Future development will happen on the 2.0.x branch.
Development version: 8.x-1.x-dev updated 30 Aug 2024 at 21:06 UTC



