I want to create an image gallery with views.

I create a content type with field_image cck field.
I created a view, grid mode, with the field_image filed, with the path node/%.

the problem is that after I create a node, with three images, when I enter that node, it displays all the images in the site, not those three that I entered for the node.

I want to see only the images affiliated with the node.

Need help in sorting this out.

If you need more details, please do not hesitate.

Thanks in advance.

Comments

dawehner’s picture

add a argument nid, and parse this nid to the view

citadin86’s picture

Status: Active » Fixed

thanks a lot. I just added an argument with the title % and aeverything worked out.
Thanks again.

citadin86’s picture

Status: Fixed » Closed (fixed)