Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.3
Component:
page displays
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 May 2009 at 16:53 UTC
Updated:
31 May 2009 at 10:33 UTC
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
Comment #1
dawehneradd a argument nid, and parse this nid to the view
Comment #2
citadin86 commentedthanks a lot. I just added an argument with the title % and aeverything worked out.
Thanks again.
Comment #3
citadin86 commented