I'm trying to create a block to display the top voted comments (voting_api and extra voting forms). When choosing a sort variable in views I see the "percent votes", but not the "points votes". When I sort on any of the percent votes the results don't make sense and change with every refresh. I can see that the votes are in the tables, I just can't get to them in Views.

Any ideas?

Thanks.

Comments

merlinofchaos’s picture

Project: Views (for Drupal 7) » Voting API
Version: 5.x-1.6 » 5.x-1.x-dev
Component: statistics data » Miscellaneous

If your problem deals exclusively with fields or filters provided by another module (CCK, Image, VotingAPI are common) please post the issue under the queue for that module first; all modules are responsible for telling Views about their own fields. It's possible Views IS at fault, but the module maintainers are the best people to make that determination, and they can kick the issue into the Views queue with an explanation of what's wrong if that is the case.

awolfey’s picture

Sent here by extra voting forms. Didn't get any response from voting_api after for more than a week. Thought I would try here. Am I asking this questions the right way?

Thanks.

eaton’s picture

Status: Active » Closed (works as designed)

Unfortunately, Views lists nodes. If you're wanting to pull up a list of comments, VotingAPI's views integration won't be able to help you, and the maintainer of the voting/rating module will need to provide their own results listing page.