i am looking for a function, when people click the thumbnail which done by image module, there will be a list of images showing instead of only 1 image showing there . I have installed imagefield. but seems they are not compatible to each other. so how can I do this ????

thank you very much!!!

Comments

sjh-1’s picture

I'm not exactly clear on what you are after, but I was just reading a page on lullabot that may be related - especially the comment at
Image vs Imagefield: pageroute comment. I don't know anything about pageroute, but it could be worth following up.

The image module has just one image per node, so if you are using image module, then it looks like having a page display multiple nodes - so this could be like an image gallery situation. Maybe it is displaying image nodes tagged with taxonomy terms.

Otherwise, you could possibly give up the image module, and use Imagefield on a CCK node type instead. Perhaps have one imagefield for the image that has the thumbnail, and another multi-select one for the other images.