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

vrc3’s picture

This 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.

quicksketch’s picture

Status: Active » Closed (fixed)

This 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.

travis.anderson’s picture

so how can you fix????