Hi,
I am trying to make my own gallery by using jcarousel and views.
Heres my set up:
I am using Views 6.x-2.12
jcarousel-6.x-2.3
Image FUpload (CCK)- 6.x-3.0-rc2
imagecache 6.x-2.0-beta10
Heres how is suposed to work:
Panel1 contains View1 and View2
View1 contains all the pictures from a node displayed by using the Carousel style. Works OK!
View2 should display the image that is clicked within the carousel view (View1) but in a full format (well, actually I'm using an Image cache format: "album image")
NOTE: the content type I'm using contains an Image field with FUpload mode.
I saw a similar issue with no solution(http://drupal.org/node/597668), besides what he wants is to display the whole node not the image.
I made some tests with arguments but I must be doing something wrong. I guess the solution has something to do with passing the Image ID but I get kind of lost when it comes to arguments.
Any idea!!
Thank so much in advance!
Regards,
Raúl.
Comments
Comment #1
raulprivate commentedkind of got it!
I managed to pass the arguments and it works properly. However, there is a problem...
What I did was to select the option "Output this field as a link" in View1 and write the URL Path of View2 plus the arguments: Nid and Delta (IE: view2/1/0).
However, I need the image to open within the panel where I am including both Views.
I could change the URL and write the panel url plus the arguments but then the page will get loaded everytime I click one image.
How can I fix that?
(I am thinking that maybe there is a better module to make all this?)
Thanks!