I want my view to only display votes by some user.
Filter criterion is the user id.

basically this but with views:

SELECT * FROM votingapi_vote WHERE uid =$some_uid

How can this be accomplished with views?

btw: Where is the documentation for VotingAPI?

Comments

drone.ah’s picture

Version: 7.x-2.6 » 7.x-2.11
Component: Documentation » Code
Category: support » feature
StatusFileSize
new1.11 KB

Attached patch adds a relationship from the user to the votes made by the user.

tr’s picture

Version: 7.x-2.11 » 7.x-2.x-dev
Issue summary: View changes
Status: Active » Needs review