Closed (fixed)
Project:
Fivestar
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Jan 2009 at 08:49 UTC
Updated:
28 Mar 2009 at 00:00 UTC
I can't seem to get the count function to work on my site. I can get highest rated to lowest rated through views easy... But when I try to get highest count to lowest count (votes) it doesn't work. Actually I am trying to get it to go from highest rated, but including the vote count information as well.
I have two relationships setup, one for the count (percent, vote, sum) and one for the rating average. Then the counts are sorted by (Voting results) Voting API results: Function desc.
I can't get it to work by itself, or with both the average and counts being sorted together.
Comments
Comment #1
quicksketchIt sounds like your relationship is not setup correctly. Add a relationship for "Node: Voting results", with the options: "Percent", "Vote", and "Count" (not sum). Then add the "Voting API results: Value" field.
I'm moving to fixed since I think this is just a misconfiguration and this issue is a few months old.