Questions tagged [drupal-fivestar]

The Fivestar voting module adds a clean, attractive voting widget to node and comments in Drupal 6, and any entity in Drupal 7.

Fivestar is an officially supported module in Acquia Drupal that features:

  • jQuery rollover effects and AJAX no-reload voting
  • Configurable star sets
  • Graceful degradation to an HTML rating form when JavaScript is turned off
  • Support for anonymous voters
28 questions
3
votes
1 answer

Programmatically set numeric fivestar value in Drupal 7

I have a Drupal 7 site and am using fivestar on one content type. Some nodes of that content type are created using a Feed Importer with xpath parser (the rest are created in the more traditional /node/add drupal way). For these imported feeds, I…
Zeth
  • 875
  • 1
  • 7
  • 13
2
votes
2 answers

Integrating a weight into 5 star voting system?

I already have a 5 star rating system in place (user votes 1-5...and average score is displayed - i have a page where they vote and it inserts into the DB there username and vote), however I now want to improve it by integrating some sort of weight…
user962026
  • 207
  • 1
  • 5
  • 12
2
votes
3 answers

PHP voting intensity/force?

Well I'm thinking of adding a rating feature to my application where members can vote between 1-5 (this is the $rating) , and I display the average score like $score = $number_of_voters / $rating. Where $number_of_voters is the total count of…
newbtophp
  • 619
  • 2
  • 8
  • 15
2
votes
1 answer

Drupal: Inserting fivestar widget in an external php file

I have been trying to load fivestar module and show the rating widget of the selected node in an external php file. I have gotten the rating widget displayed on the page but it only displays degraded version of the widget (non-JavaScript, dropdown…
RickyS
  • 21
  • 2
2
votes
1 answer

How to calculate the user's average rating on all his/her nodes with Fivestar?

On my website, users can rate each other's nodes via a Fivestar field called Stars in a comment. I'd now like to calculate the overall average score of a user. That means, I'd like to display the user's average score for all his/her nodes. For…
Jeroen
  • 544
  • 3
  • 27
2
votes
2 answers

How to sort a view using Drupal Fivestar average ratings?

I am using Drupal 6.13, Views 6.x-2.6, Voting API 6.x-2.3, Fivestar 6.x-1.18. I have a content type with field of type Fivestar Rating. I have a view where my intention is to list all of the nodes with this content type sorted in descending order…
Alex Miller
  • 69,183
  • 25
  • 122
  • 167
1
vote
0 answers

Drupal : How to filter nodes in views based on their fivestar rating?

There is some really good video in lullabot ,but the problem is that i have no access to it. I have selected the vote:result in the relationship of the view. Now i need to expose a filter to the user where one can select nodes based on their…
Rahul_2289
  • 311
  • 2
  • 6
  • 18
1
vote
1 answer

Search API Solr integration with fivestar (or similar) rating system (fascet and sort)

I'm attempting to sort nodes by ratings using the Search API faceted search with Solr integration. I've already set up fivestar ratings (about 9 per node, its a large multi-axis rating system.) but i'm unable to index these ratings! Can someone help…
stopshinal
  • 1,891
  • 4
  • 16
  • 24
1
vote
1 answer

Drupal 7 manual access to FiveStar module

am trying to override the output of my page so I can add some PHP code, but the FiveStar module only give 2 options which is below or above Content. this is causing me problems as I'd like to include it in my HIDE technique, then I can choose where…
Purplemonkey
  • 1,927
  • 3
  • 27
  • 39
1
vote
1 answer

Drupal Fivestar module not appearing in views

I have installed drupal fivestar module. The module is working fine on the node page but when I go to views It doesnt give me any option to add Fivestar rating field. According to drupal and lullabot.com and other tutorial I have seen on the net I…
Fuzz
  • 13
  • 2
1
vote
1 answer

Create a Drupal view with a list of top voted nodes by month

I'm using the Drupal 6 Views module to request for top nodes rated using the fivestar module. However, I can't seem to find out how I can create a view to request for the top voted node for each month and display them on a list. What I'd like as a…
jonjbar
  • 3,896
  • 1
  • 25
  • 46
1
vote
4 answers

Drupal - I'm trying to refresh a view after voting with Fivestar module

I have a site that has voting on the front page node, and I need to update a view on the same node after each vote. I'm currently using the following code in my page.tpl.php