Closed (fixed)
Project:
Fivestar
Version:
6.x-1.18
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2009 at 00:28 UTC
Updated:
5 Feb 2011 at 03:38 UTC
Is there a way to create a view listing nodes that have not yet been rated by a logged-in user? I've managed to create one that lists any node that hasn't received a rating yet, but I'd like to personalize it further. Is this even possible?
Comments
Comment #1
no2e commentedI want to create this, too.
How did you do that? Could you tell me please?
I don't know, if it works, but at Views -> Filter -> User there is the filter User: Current: "Filter the view to the currently logged in user."
so this might work, maybe?
Comment #2
no2e commentedI think I managed to only display items, where the current user did not vote yet:
Unfortunately, it doesn't work to let users vote directly at this View (they have to visit each single node), as mentioned here: http://drupal.org/node/427698#comment-2084088
Comment #3
modctek commentedPer how to create a view of nodes not yet rated, you'll need to establish a relationship "Vote Results" and then filter for nodes where "Vote Results: Value" is empty (NULL).
Comment #4
weka commented