Closed (fixed)
Project:
Voting API
Version:
5.x-1.2
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2007 at 10:11 UTC
Updated:
8 Mar 2007 at 20:16 UTC
How i can create top 10 rank node list(page, story or whatever) block with jrating module? I have installed jrating module on my Drupal. Please help me. Thanks.
Comments
Comment #1
hickory commentedThat kind of thing is more a feature of the VotingAPI module - VotingAPI's views integration in particular. You'll want to creat a new view, filter it to a certain node type, and sort by voting score.
Comment #2
fatihturan commentedCan you explain anymore?
Comment #3
hickory commentedNot really - what do you need to know?
Comment #4
fatihturan commentedIf you look this screenshot(look red border) you will see to what i want know. So i want to use jrating module for create like this toplist. But you saw before this is related to VotingAPI module. I'm newbie. Please help me. :=)
Comment #5
hickory commentedI can't tell you any more than above, really. First you have to understand Views. Then the VotingAPI module, which underlies all the voting systems including jRating. Then understand that the Views integration of VotingAPI for Drupal 5 isn't finished yet.
Once all that's sorted out, you'll be able to use Views to make a toplist just like in that screenshot.
Comment #6
fatihturan commentedThanks for your support. :)
Comment #7
(not verified) commentedComment #8
dmetzcher commentedI had the same question, but you've answered it. Is there an ETA on the views integration being completed for the VotingAPI module?