Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.0-rc1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Aug 2011 at 15:23 UTC
Updated:
28 Aug 2011 at 15:51 UTC
I've just started using D7 and was trying to set up a system where people can add a couple types of content and associate one with the other via nodereference.
I only want users to be able to see and work with their own content.
To achieve this in D6 I used a view for nodereference.
In D6 I used argument : user: uid and if there is no arg, it uses the user id of the logged in user. This would return all of the content that was authored by the user.
I haven't been able to figure out how to do this in Views 3?
Comments
Comment #1
merlinofchaos commentedAdd the relationship "Content: Author" -- that will make all User: fields available via that relationship.
Comment #2
jriddiough@gmail.com commentedSomeone helped me in irc so I had returned to post this..but you were on it. Thanks!