Can't find a way to get list of results with views. I am using fivestar module 5.x-1.11-beta2. Tried with older releases but no success too. I tried to find in documentation for fivestar if there is some special way of implementing fivestar summary in views but no success.

Comments

2c’s picture

You might be experiencing something similar to this:

http://drupal.org/node/202743

quicksketch’s picture

Status: Postponed (maintainer needs more info) » Fixed

Fivestar uses the VotingAPI views integration and simply provides a handler for customizing the display of the VotingAPI results. I've updated the README.txt to include this information.

Views Integration
-----------------
Fivestar depends on the views integration provided by VotinAPI, but adds some
special features to make it work specifically with Fivestar. To display Fivestar
ratings in a view, select the "VotingAPI percent vote result" from the list of
available Fields. This will display the average vote for nodes. Then choose
"Fivestar rating" from the Handler options for the field and the averages will
be displayed as Fivestar ratings.

Fivestar also provides handling for the display of Fivestar CCK fields, they are
in the Field list under "Fivestar Rating: [Field name]".
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.