Closed (fixed)
Project:
Node Moderation
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
23 Dec 2004 at 07:45 UTC
Updated:
3 May 2006 at 13:45 UTC
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
Comment #1
moshe weitzman commentedplease define a bit more what nodes show up in the block.
Comment #2
eaton commentedThis 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.
Comment #3
(not verified) commented