Closed (fixed)
Project:
Fivestar
Version:
5.x-1.7
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Sep 2007 at 15:38 UTC
Updated:
4 Mar 2009 at 09:02 UTC
I have fivestar ratings enabled and it seemed to work fine at first. However, now when a user who did not create a story votes on the story, a duplicate story teaser is created. So that in the teaser list (that is sorted by popular votes) two or more of the same story will be seen depending on how many different users have voted.
The teaser list is a view that has been enabled as a block and is being displayed as a block.
Thanks for any suggestions on fixing this.
Comments
Comment #1
vrc3 commentedThis is more likely a bug in voting api since they handle manipulating the query used for the view. Fivestar is really only responsible for theming the output.
Comment #2
quicksketchThis is ancient, but for posterity's sake, the reason is probably improper usage of VotingAPIs rating fields in the view. Rather than the average being pulled in once, each individual vote is being pulled into the view and so the stories are showing up multiple times.
Comment #3
travis.anderson commentedso how can you fix????