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

hickory’s picture

Title: top 10 rank node list(page, story or whatever) block with jrating module » How to make a Top 10 ranked node list (page, story or whatever) block
Project: jRating » Voting API
Version: 5.x-1.x-dev » 5.x-1.2
Component: Miscellaneous » Documentation
Priority: Critical » Normal

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

fatihturan’s picture

Can you explain anymore?

hickory’s picture

Not really - what do you need to know?

fatihturan’s picture

If 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. :=)

hickory’s picture

Status: Active » Fixed

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

fatihturan’s picture

Thanks for your support. :)

Anonymous’s picture

Status: Fixed » Closed (fixed)
dmetzcher’s picture

I had the same question, but you've answered it. Is there an ETA on the views integration being completed for the VotingAPI module?