By erikb on
I've watched tutorials about the Views module and still can't seem to get this.
I created an item type of node that users create. Now I want to be able to see a list of items per users like url.com/user/username/items. So I created a new view called user_items and I thought I would need to create an argument for the username and then I could create a relationship, but that doesn't seem to work. Could someone give me some hints or am I way off?
Thanks!
Erik
----------------------------
Edit: Nevermind I was so stuck on doing things one way I didn't look at the other options on the arguments. Ignore please I figured it out.