Hi,
I'd like this module to include a block that would display the N most-recommended posts from within the voting interval. Also, the settings page should allow the user to choose N.
Best,
Andy

Comments

moshe weitzman’s picture

please define a bit more what nodes show up in the block.

eaton’s picture

Status: Active » Fixed

This can be done now using the Views module, and the VotingAPI's views integration. i.e., create a block view that is sorted by the vote result and filtered by the criteria (in this case, 'vote'). Limit the number of nodes per-block, and all should be well.

Better views integration will be coming in the next VotingAPI update, but this should be doable now.

Anonymous’s picture

Status: Fixed » Closed (fixed)