ok here is what i try to do.

i have a page www.foo.de/votes-by-user/1 (a view)
1 is an argument an is the user id.

so if i log in as user 2 and view www.foo.de/votes-by-user/1 i want to see the votes of user 1, not mine or mixed. the problem is that the vote RELATIONSHIP only allows "Restrict to current user" or not.

if i select "Restrict to current user" user 2 will see his own results when he visits www.foo.de/votes-by-user/1
if i dont select it the pages shows mixed votes by user 1 and 2

Comments

marcoka’s picture

Title: display the vote of the user depending on arguments » display the vote of the user depending on arguments (views)
Issue summary: View changes