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

merlinofchaos’s picture

Status: Active » Fixed

Add the relationship "Content: Author" -- that will make all User: fields available via that relationship.

jriddiough@gmail.com’s picture

Someone helped me in irc so I had returned to post this..but you were on it. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.