Hi guys,

I want to create a page/view which shows 'Users who rated this node', and add that page to a tab in a specific node-type.
I could accomplish this using views 2 and assigning node/%/ratings as the menu BUT the problem is I can't modify the query to show the username (it only shows the uid of users, and there's no relationship I can add which links to the uservote uid) of the users who rated the content.

So my question is, is there an easy way to modify the query? If not (and I'm guessing not), any pointers on how can I create that kind of page manually?