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

learn more… | top users | synonyms

0
votes
0answers
20 views

Fivestar module override the theme_fivestar_summary function

I am trying to translate the string in Fivestar to another language. My current idea is override the string in the theme function. Take "No votes yet" string as an example. It is hardcoded in ...
0
votes
0answers
14 views

How can i apply different voting rules to different fivestar fields?

Is it possible to apply different voting rules to different fivestar fields? For example fivestar_field1 of content1: Anonymous vote rollover : 5min Registered user vote rollover : 5min ...
0
votes
0answers
15 views

Fivestar rating for anonymous user should redirect to login or register

When anonymous users tries to rate a node with fivestar rating, they will be asked to either login or register to continue. How to achieve it???
0
votes
0answers
10 views

Increment a user's vote on content with Fivestar using Rules

I am attempting to automatically increment the vote counts on certain pieces of content on behalf of users using rules. I have created a rule that is triggered under the proper conditions, but I ...
0
votes
0answers
44 views

Search API + Facets + Voting API + Fivestar - Cannot sort by rating, value always 0?

I'm trying to build a faceted search for single content type that has user ratings. What have I done so far is that I have running Solr server with custom index for content type. I have been able to ...
3
votes
1answer
59 views

Fivestar - filter by number of votes

I want to filter a view that shows nodes sorted by rating. I would like to filter it to only show nodes with at least 5 votes. I added the relationship for "vote results - number of votes". When I ...
1
vote
0answers
45 views

custom fivestar icons

I am having an issue loading my custom icons for the fivestar module; Here are the steps I am taking, I am hoping someone can point out what I am missing. first I hook into the fivestar widget to add ...
0
votes
0answers
21 views

fivestar voting on panel page, widget appears but cant vote on it

My website earlier had a vote up/down widget on a panel page and it was working quiet well. Recently we decided that we need to switch to five star widget. The vote up/down widget was put on the ...
1
vote
0answers
42 views

How to create an average out of 3 Fivestar Fields?

I want to create a Fivestar-Field which shows the average of 3 other ones. Something like: (Field A + Field B + Field C):3 = Field D A,B and C are Fivestar-Fields which rate something and Field D ...
0
votes
0answers
44 views

Fivestar voting with multiple parameter and average calcultation

I am using Fivestar rating module to rate an article by authenticated user on multiple parameters and then to calculate the average rating of all parameter. It is working fine. But I have one ...
0
votes
1answer
19 views

Selecting field from all comments on a particular node

I have essentially hacked comments into reviews of a node, having a comment field of 'rating' with a fivestar widget. I was hoping it would be a trivial call to the voting API to fetch the rating of ...
1
vote
0answers
63 views

How to fix Fivestar/Voting API to make the appearance option selectable?

I am using Drupal 7.19, and the following modules: Views 7.x-3.5 Voting API 7.x-2.10 Fivestar 7.x-2.0-alpha2 With older versions of the above modules there is the option of the following field ...
0
votes
0answers
116 views

Drupal Fivestar rating

I have configured my node using Fivestar module such that user can vote on multiple parameters. For ex. The type of node is movie and user can vote the node based on Script, Acting, Story, Direction, ...
5
votes
1answer
257 views

Ajax comment form error with Fivestar

I have a page that loads the comments section via Ajax once the user scrolls down to the comment section via a custom Drupal ajax callback I defined: Comments are loaded fine, and using a custom ...
2
votes
0answers
14 views

Integrate fivestar module with schemaorg module [duplicate]

Possible Duplicate: Google Rich Snippets and Facebook Open Metagraph I am using D7. I have a content type with a field of type fivestar. I am using schemaorg module to add rdfa to the html ...
1
vote
1answer
96 views

fivestar module get count

I am interested in getting the average count for a node. Currently I am able to show the nodes rating with: $fivestar = field_view_field('node', $node, 'field_cg_rating', 'basic'); render($fivestar); ...
0
votes
0answers
24 views

Create VIEW to show five star votes in a week or month

How can I show in a view the votes on nodes cast within a set period of time say a week or month. I am using Drupal 7 and I have five star module installed. All is fine but I need to show votes per ...
4
votes
1answer
103 views

yes/no rating with node reference target

I have a review content type that (node) references a product content type. I'm using fivestar ratings for overall rating and specific ratings. With fivestar I can make the product the "vote target". ...
1
vote
1answer
113 views

Using Fivestar to list items that are 'trending' (highly rated in the last week)

I would like to create a list of items that are 'trending'. By 'trending' I mean nodes (in my case, Watches) that have been highly rated within the last several days. Right now I have a block that ...
0
votes
0answers
25 views

Voting specific to OG groups / views

I use OG groups and I have a group content type articles. Using views I created a list of articles within a group(an article can be in more than one group). I would like to add a feature where users ...
3
votes
3answers
436 views

Fivestar multiple axis reviews and views

I want to have multiple axis comment reviews for nodes. Example - rate a restaurant by the following criteria: food, drinks, atmosphere, location. I want to order the nodes in a view according to the ...
1
vote
0answers
138 views

How to add reviews alongside ratings using the Fivestar module?

I want the user to write a review and rate (field while editing). I want the other users to write their comments with their rates (field while editing). I want to see the main rate (field while ...
3
votes
2answers
88 views

User generated review site where users are matched when they review products similarly

On my site users will be able to give a 1 to 5 rating for various different products. I want to show users other users that have rated products in a similar way. So in simplistic terms, if the ...
1
vote
0answers
97 views

Fivestar widget default on new comment field?

The Comment View admin panel allows me to set which of the Fivestar widget styles to use as the default to display for ratings in comments on a particular node, but the "new comment" form seems to not ...
1
vote
0answers
48 views

fivestar rating from a xml import field

I have used feeds xpath parser to import xml file and created nodes from that data.one of the items in the xml is star rating.Example 3 stars .Is it possible to give star rating based on this ...
0
votes
0answers
207 views

Adding a Fivestar rating field into a pragmatically created block (Drupal 7)

I have a block that I create with the following code: $block = array(); $rows = array(); $format = 'l, F j, Y - G:i'; $header = array('Project Name', 'Screenshot' , 'Submitted'); foreach ...
0
votes
0answers
50 views

Disable the Fivestar widget after the first vote [duplicate]

Possible Duplicate: How to limit a user to one vote when using Fivestar? I am a newbie to drupal. I am using Drupal 7, fivestar, userpoints and voting rules modules in my intranet site. I ...
3
votes
1answer
654 views

How to limit a user to one vote when using Fivestar?

In Drupal 7 I have enabled the fivestar module to allow users to vote in their comments. The results are tallied and give an average vote. Cool stuff. Problem is a person can just keep voting over ...
0
votes
0answers
131 views

Storing fivestar votes from a form into profile2 / voting API tables

I have a form where members can be rated along some other information that is asked. I programmed the form as a module using the Drupal form API. For the rating I use the fivestar module and added ...
0
votes
1answer
221 views

Fivestar appears on content type, but can't vote

I have problem with Fivestars module, (Drupal7). It is configured in field and appears on content type page, but cannot vote (like voting is disabled - when inspecting with firebug, i see no ...
0
votes
2answers
147 views

“Call to undefined function fivestar_widget_form()” error

I am getting the following error - it's related to the fivestar module. As far as I can tell, it is using an obsolete function call (used in Drupal 6) Fatal error: Call to undefined function ...
1
vote
0answers
115 views

Loading Fivestar with AJAX

I need a way to load Fivestar via AJAX for a onepage. Currently I load every section async but need to init the votes afterwards. Otherwise I only see the dropdown menu and the rate button. When I ...
1
vote
1answer
517 views

Fivestar votes on drupal fields

I'm looking for a drupal module, that allows me to have a fivestar voting for every user (also anonymous) and for every value of a certain field in a node. What am I trying to do? I'm trying to have ...
0
votes
1answer
136 views

How to get rid of text box artifact with Fivestar module?

I'm using Drupal 7.14 and Fivestar 7.x-2.0-alpha2. There is a text box artifact displayed below the stars on all nodes with a Fivestar field (see screenshot below). Here is the HTML/CSS source for ...
1
vote
0answers
249 views

Programatically setting ratings with Fivestar/Voting API (Drupal 7)

I am working on redoing a site with Drupal 7 and the old site has a rating system and I would like to be able to import the old ratings along with the project. Currently all I have access to is the ...
0
votes
1answer
78 views

How to store some info while user is submitting rating with Fivestar module?

I want to store this rating on different site and I am doing this with the help of RESTful api. I have altered "fivestar_custom_widget" form with hook_form_alter. My call is not working beacuse it is ...
0
votes
0answers
119 views

Fivestar vote from a comment is not included in average vote of the parent node when moderate option enabled [closed]

I have a fivestar field on a content type. Also i have a fivestar field on a comment field to this content type with parent node as a vote target. When a user role, with set approval comment enabled, ...
0
votes
0answers
46 views

Why isn't my rating field showing up on the comments

I'm following this post to add rating for products. After I'm done, when I preview a comment, it tells me that my rating is none, but the form doesn't show the field to rate it :|. Nothing happens ...
1
vote
0answers
265 views

Fiverstar that averages other fivestar fields

I have a fivestar field that needs to be an average of 5 other fivestar fields. I have read; -Using Fivestar to get votes to show -Combine Multiple Fivestar rating fields, -Average Value of ...
3
votes
1answer
62 views

Is it possible to rate a page generated with Views using the fivestar module?

Fivestar works well with nodes, but is it possible to rate a page generated by Views? I can add the widget in a template, but how do I save the results? In the project description page of fivestar, it ...
2
votes
0answers
53 views

How to avoid redirection to front page in photo gallery using Views

I'm using Drupal 6 Fivestar, voting API,voting api_autoremove modules for voting system.There is a Photo gallery in my site where the users can vote for their desired picture.I brought the pictures ...
2
votes
0answers
366 views

Display average using computed from multiple fields

I have multiple fivestar rating fields that I want to calculate using the computed fields module. I was able to display the average using PHP but I need to have the computed fields module input my ...
0
votes
2answers
67 views

How do you get the last star to be only star shown in a rating?

The out of the box process with fivestar will show star 1,2,3,and 4 highlighted (it will show all stars up to the actual vote). I need stars except the actual vote to be the neutral or the unselected ...
2
votes
2answers
236 views

How do I get the fivestar module's vote on a review node to count towards a product node?

Should be simple. I have a content type called Product. I have another content type called Review. I want people to vote when they create the Review content type and have the vote count towards the ...
0
votes
1answer
315 views

Exist any way to integrate Google Rich Snippets in D6?

I have a dilemma with the topic of Google Rich Snippets in drupal 6. Looking, no module to do so (Yes in Drupal 7, but work with drupal 6) and looking not find any solution. (I use Fivestar on my ...
2
votes
1answer
572 views

Attach 5-star widget to a custom form in Drupal 7

How do you add a FiveStar widget to a (non-node) form using hook_form_alter?
2
votes
1answer
1k views

Using fivestar_get_votes() to show the votes on a node

I need to display a multi-axis review system using Fivestar in node.tpl.php in Drupal 7. I created the content type according to this tutorial, which is for Drupal 6, and I need to know how I can ...
0
votes
1answer
885 views

How do I customize the Fivestar module?

I need to customize part of the Fivestar module's output, so that I am able to assign points ( e.g. 1, 2, 3, 4, 5). I want the module to sum up and display the total points received by the content or ...
1
vote
1answer
741 views

How to configure fivestar's star set in Drupal 7?

The FiveStar module says the star set is configurable, but where can one select the star set in Drupal 7? I have searched, but could not find the proper page. (I am still new to Drupal).
2
votes
0answers
111 views

display individual comments votes (fivestar) using views

I want to recreate drupal node using views. Under node title there would be average voting result + comments with individual voting. I try to display individual comments votes on a node using view. It ...

1 2