(I have cross-posted this in the Fivestar and Voting API issue queue, but I thought I should post here as well as it may be a Views issue.)

I am on Drupal 5.10, Fivestar 5.x-1.13 Voting API 5.x-1.6 and Views 5.x-1.6.

I have a table view of products (books, CDs, video games, etc.), and each one has been individually rated in Fivestar by users. Last year, I was able to display the Average Fivestar rating (in "stars") on each row of the table. I recently updated to the latest versions of all the code listed above, and now I cannot find the correct field to display in the Table View.

I understand that Voting API has taken over the Views responsibility, so I should be looking for a Voting API field to display the Fivestar rating of each node, but I've tried them all and none of them show the correct stars.

Can anyone offer any suggestions?

Comments

gordonbooker’s picture

Hi - I'm just a newbie with all this, so I may be stating the obvious, but I seem to have it working.
I use the field name votingAPI percent result (average), and the handler Fivestar stars (display only)

All the versions I use are the same as yours, except my Fivestar version is 5.x-1.12 - maybe try it with that version ?

merlinofchaos’s picture

Status: Active » Closed (won't fix)

I can't answer votingapi questions, but your crosspost in the votingapi module should be able to get the right answer.

misterlawrence’s picture

Maybe I was just temporarily insane? Everything seems to be working now, even with version 5.x.1.13. I have no idea what I was thinking before, but I'm happy to be back in business!

Thanks, gordonbooker!