Active
Project:
DrupalIt
Version:
6.x-1.4-beta2
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2009 at 16:02 UTC
Updated:
15 Oct 2010 at 20:40 UTC
hi
i want create view ordering by number of vote ? how can I do this ?
Comments
Comment #1
xtian_chin commentedMe too.
Did drupalit support api to views.
Comment #2
kirkcaraway commentedI'm looking for this too, since Voting Actions module has not been updated for D6. Ideally I'd just like a solution that allows nodes to be promoted to the front page, but would settle for something where I could filter my front page view to only show nodes with a certain number of votes. Thanks.
Comment #3
apanag commentedI am working now on this. I ll post asap.
Comment #4
kirkcaraway commentedThank you. I'm getting close to launching a new site and I really need this functionality. Thanks again.
Comment #5
jabberwok commentedme too
I need to sort using votes cast so the one with the highest goes to the top etc..
In views there are voting api result and voting api vote relationships but I just cant get them to do anything
Comment #6
marvix commentedfor my with voting api:value, shows always NULL for the nodes, but its there more than 100 voted node which i can see it in the statics of drupalit page!
Did it work for anyone, if yes would please export the views and post here please !!!!
Comment #7
apanag commentedYou can check the .dev version now. I have implemented better Views2 support.
Please test it, and provide some feedback.
Thanks apanag.
Comment #8
4v4l0n42 commentedI tried with the last dev version and views 2. Added the relationship "Voting results" and then tested with fields. It works, but when I try to order the list of nodes using "Voting API results" -> "Value"... nothing changes.
Maybe I'm missing something, but t should be the correct procedure.. please help!
Comment #9
blure007 commentedI seem to have the same issue. I can sort Style as table with default sort as voting API it works but if I try to sort using Sort criteria it doesn't.
Comment #10
apanag commentedYeap, there was a bug with the voting criteria. I just updated the .dev module.
Please check with the new code.
Thanks,
apanag
Comment #11
executex commentedThe April 12th DEV edition, does not work with sort criteria "voting api: vote results", I am using Views 2.4
Comment #12
executex commentedI guess the maintainer for this module abandoned the project. Kind of sad actually since it was such a simple fix just to get views to work with DrupalIt.
Comment #13
jcamfield commentedIt only seems to be tallying the first vote per user in the VoteAPI tables, while the Drupalit Vote tables will continue incrementing (if drupalit is configured to allow multiple voting over a time frame)
(Running Views 2.9 and the dev Drupalit from July 11, 2010)
This affects Views integration in that sorting by "most votes" sorts actually only by most unique user votes, which is only OK if you allow users to only vote once over the lifespan of an item.