Hi Guys,
Having a really annoying issue with views and panels, after a full day of trying and searching I have to ask for help. This may be have been covered but I found this hard to search for :D So I'm using Panels 6.3 and Views 6.2 to override a node called Horses.
This node has a some CCK filefield/imagecache images which I am grouping into a gallery. I am trying to grab these images, run them through a view and then use Panels to display the images in a nice grid! (see http://paulhedgesarabians.com/node/4 please note that there are two galleries there for comparison. The top one (verticle) is just panels dumping the fields. The second is a grid view that is run through Views.
The issue is is that the views version is displaying all the images for every node type "horse" and not just the images for the node that is being currently viewed! (ie its adding images from other nodes)
Context, Arguments. I have tried many combination of settings but for the life of me am stuck. Any help would be much appreciated.
Regards,
Sam
Comments
Add an argument.
Hi SAM,
You can get result using modification in existing view. In Argument section , select/Pass NID of current node as an argument.
Ankit Hinglajia
Hi Ankit, Thank you very
Hi Ankit,
Thank you very much, I didn't click on "Pass Default Argument" so it never dropped down to show the NID but I got it working! thanks again.