(Sorry if this is a duplicate question, but I cannot find it elsewhere in the list of issues.)
Using latest version of Drupal 6 core, Views2, Voting API, and Vote up/down:
I am attempting to use Views to display nodes (using row style = node) with various types of sorting. I'd like to sort the nodes by each node's total # of votes. However, in under the view's Sort Criteria, no vote data is available for sorting. I tried playing around with the relationships, but that doesn't seem to allow me to sort nodes by votes cast.
Thanks for any help.
Comments
Comment #1
vishun commented+1
I'm also interested in specifically this setup and scenario
Comment #2
mgenovese commentedAnyone?
Comment #3
jcisio commentedYes, in the built-in view, there is a sorting criteria by vote, but not when creating new view.
Comment #4
jcisio commentedOh after searching a while I solved this. In the the "relationship" box, check the "Node: vote result" option.
Comment #5
mgenovese commentedAhh, gotcha. Thanks much jcisio!
Comment #6
mgenovese commented