I'm trying to create a View which shows what a user has voted on nodes within my site. I can retrieve only those nodes for which the specified user has voted, but the field is showing the logged in user's vote, not the target user's vote.

Is there a way to show someone else's vote instead of my own?

Comments

haleagar’s picture

I need a similar item, I really need all users votes on all nodes as a great big data dump to excel.
(as a "official backup" of a particular voting session)

anyway I don't think there is any out of the box option for this but it can be done fairly easily in a custom report with fivestar_get_votes

http://drupalcontrib.org/api/drupal/contributions!fivestar!fivestar.modu...

tky’s picture

Follow up.

This functionality is needed by me as a historical voting record. Would be great if Fivestar can provide it as a support feature in Views.