Project:Content Recommendation Engine
Version:5.x-1.0
Component:Documentation
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (works as designed)

Issue Summary

I'm using the Fivestar module and I was wondering if it was possible or if someone has, used it with CRE to generate a list of Top Rated Nodes that have had more than X number of votes.

Comments

#1

Status:active» closed (works as designed)

Not what CRE does. This can be done with views and votingapi. Just use a filter that says "Count of votes above X" and a sort that says highest average vote.