(I have cross-posted this in the Fivestar issue queue, but I thought I should post here as well as it may be a Voting API 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
Comment #1
eaton commentedViews integration in VotingAPI 5.x is fundamentally broken -- it works for a small number of cases but more complex cases like this are not supported, and this isn't being developed further. Views support was rewriten in the 2.x branch to fix these issues. If anyone wants to take a stab at rewriting the Views integration for D5, they're welcome to, but it's not on my radar at present.