As the Views Bonus Pack and it's really useful grid view isn't ready for Drupal 6 yet. Has anyone got a nice simple way of doing something similar yet?

I want to be able to do the following:

Display thumbnail images in a 4 x 4 grid, with several pages if there are more than 12 in total, with each thumbnail centred. The option of having cpations on or off would be great, but if easier, then no captions. Clicking on any image then starts a slideshow using the Lightbox2 module.

Any ideas folks?

Comments

If I understand you

If I understand you correctly, I believe you may be able to use the node cloud module for this. You may have to adjust the css to get the images spaced correctly.
----------------------------------------------------------------------
http://classicvinyl.biz
http://music.bwv810.com
http://davidhertzberg.com
http://association.drupal.org/user/1207

I am a writer, researcher and solo drupal freelancer

----------------------------------------------------------------------
http://classicvinyl.biz ~ http://vinylclassics.biz ~ http://jazz.vinylclassics.biz
My YouTube Channel

Grid view is built into

Grid view is built into views 2 (Drupal 6), look under "Basic Settings", "Style", click the current style to see your choices.

Ah right, so it is.... I'm

Ah right, so it is.... I'm now struggling to figure out how to call the thumbnails for the image modes into the grid :-(

Are you using the image

Are you using the image module? Or imagecache and imagefield for CCK? Either way, you can select the appropriate image size when you create the field in the view. It takes a little practice.
----------------------------------------------------------------------
http://classicvinyl.biz
http://music.bwv810.com
http://davidhertzberg.com
http://association.drupal.org/user/1207

I am a writer, researcher and solo drupal freelancer

----------------------------------------------------------------------
http://classicvinyl.biz ~ http://vinylclassics.biz ~ http://jazz.vinylclassics.biz
My YouTube Channel

Are you using the image

Are you using the image module? Or imagecache and imagefield for CCK? Either way, you can select the appropriate image size when you create the field in the view. It takes a little practice.
----------------------------------------------------------------------
http://classicvinyl.biz
http://music.bwv810.com
http://davidhertzberg.com
http://association.drupal.org/user/1207

I am a writer, researcher and solo drupal freelancer

----------------------------------------------------------------------
http://classicvinyl.biz ~ http://vinylclassics.biz ~ http://jazz.vinylclassics.biz
My YouTube Channel

The image module... I've

The image module...

I've creates a new view, of type node
Set the style to grid and the number of items to display
Added a Field Node:type
Selected a Filter Node:type=image
Selected the Taxonomy term

But can't see where to then select the image size.

Not sure since I do not use

Not sure since I do not use the image module. If you are viewing a node I would guess you can control which size image is shown for the teaser vs full node either as settings for the module or the content type (I prefer the flexibility of CCK, image field and image cache)

You can control the way the

You can control the way the image is displayed with imagecache, which works with the image module.

In your CCK content type, select the 'display' tab, and change which image cache format to choose for teaser and full node.

For the field, you need to select Groups: Content > then locate your image field.

Does that help?

- Tips on Giving effective feedback in the forums

- Learn best practices in Acquia's Drupal training http://training.acquia.com/
- Tips on Giving effective feedback in the forums