By visionforge on
I have voting api on my site, and would like to create two tabs so that users can view the nodes by "Most Popular" as determined by the voting system, and "Most Recent." Does anyone have expertise they could share to explain to me how I could do this?
Comments
2 years too late xD.. But
2 years too late xD.. But here it is, for Drupal 6 views with Voting API and Fivestar:
http://www.lullabot.com/videocast/building-views-fivestar-and-votingapi
This is for the most popular votes. For 'most recent' just filter it by node type, sort it by ascending or descending (to show the newest at the top; I keep getting this mixed up..) and then show 3 nodes in a block to show the top 3 most recent nodes.