Right now ranking uses a custom query to fetch results from the voting database, instead of using votingapi_get_voting_results like poll mode. poll also uses a custom query to fetch the number of voters instead of relying on a votingapi functionality.
In a few other places, we have custom queries that should be added to votingapi. This issue will also keep track of those.
Comments
Comment #1
anarcat commentedNote that a lot of work here is going to happen while we port to VotingAPI 2.x: http://drupal.org/node/339242
Therefore I'm postponing this to after that port is finished.
Comment #2
anarcat commentedThere isn't much we can do here.. I've adapted to the new API, but it's still missing functionalities like fetching the number of voters or changing the sort order, the two things missing mentionned in the original post.