Im not real good views yet so im having a little trouble. What im trying to acheive here is I want to have a cck type "photo" and allow users to upload 5 or 6 photos. I then want to create a block that appears on the user's profile. The thing is I only want the pictures that user uploaded to appear on the block on their page. thanks for any input

Comments

Kirk’s picture

You're going to want to use a views argument to filter the results to display only that user. Check the Views documentation for 'arguments'.

Tlommy’s picture

I was looking through there but I didnt see that option. I assumed I would need to use tokens as well? to make sure the pictures appear on the right users profile?

Tlommy’s picture

....need to have two arguments, one to only show the type of node "pictures" and another for the user? im gona check out the arguments documentation next....

nevets’s picture

To limit by node type add a filter on "Node: Type".