By Neil_in_Chicago on
I have a CCK Content type Foo. Each Foo has a bunch of pictures, so I have a content type Foo_Gallery. Each Foo also has a specific thumbnail to link it to its gallery, so Foo_Thumbnail.
Foo has Foo_Gallery and Foo_Thumbnail node references . . . how do I set up a View with the thumbnail as the image for a link to Foo_Gallery?
Comments
Bring in via Node URL relationship
And have Foo_Thumbnail link back to its node.
Or use Views_Gallery.