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

cackalacky’s picture

I am having the same problem -

eaton’s picture

Status: Active » Fixed

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

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

boriso’s picture

Status: Closed (fixed) » Active

Well.

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.

eaton’s picture

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

eaton’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.