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

anarcat’s picture

Status: Active » Postponed

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

anarcat’s picture

Status: Postponed » Closed (won't fix)

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