As the topic describes I'd like to make a view that shows the users that has gotten the biggest amount of positive votes on their nodes.

Can anyone help me, please?

Comments

MatteNoob’s picture

Title: Vote API + Views = Show users with most (positive) votes on their nodes » Voting API + Views = Show users with most (positive) votes on their nodes
eaton’s picture

Status: Active » Closed (won't fix)

This is probably not possible using the Views integration as it currently stands. A third-party module could use a custom SQL query to pull that information up, but the Views integration isn't advanced enough to support that kind of on-the-fly calculation.

jacobpov’s picture

Also interested in this