Closed (fixed)
Project:
Voting API
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Apr 2008 at 14:17 UTC
Updated:
13 Jul 2008 at 22:14 UTC
There is no fields related with votingapi in sort section of views module. The votingapi_views.inc is loaded correctly, but I cannot integrate voting api with views module in 6 version.
Thanks in advance
Comments
Comment #1
cackalacky commentedI am having the same problem -
Comment #2
eaton commentedThe latest version of VotingAPI should be loading this information correctly -- I believe that at the time you logged your issue, VotingAPI support had not yet been officially activated.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #4
boriso commentedWell.
It used to work in the previous version, but I just installed the latest version of voting api and it seems that it is not working anymore. Am I missing something ?
Thanks a lot for the great work.
Comment #5
eaton commentedBoriso - things have changed a bit using the latest version of VotingAPI. Due to the complexity of the joins that are necessary, you now need to add a relationship to the view, joining the VotingAPI tables. Then, all of the sorts/filters/etc will appear. That means one more step, but it ALSO means that it's now simpler to do things like sorting by average vote while displaying the current user's vote, things like that.
Also, the Relationships method makes it possible to build VotingAPI enabled views of users, comments, etc.
Comment #6
eaton commentedComment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.