Images grid view in Drupal 6

Dubber Dan - November 18, 2008 - 13:10

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?

If I understand you

bwv - November 18, 2008 - 14:47

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

Grid view is built into

nevets - November 18, 2008 - 15:36

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

Dubber Dan - November 18, 2008 - 18:53

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

bwv - November 18, 2008 - 18:56

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

Are you using the image

bwv - November 18, 2008 - 18:56

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

The image module... I've

Dubber Dan - November 18, 2008 - 19:11

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

nevets - November 18, 2008 - 19:37

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

heather - November 18, 2008 - 19:57

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

 
 

Drupal is a registered trademark of Dries Buytaert.