Images - Lots of nodes, each with it's own small image gallery.
mikeytown2 - September 10, 2008 - 01:38
This is the idea:
Each Node has a main image, and several other optional images. Each image has its own caption, and it's displayed like a gallery; thumbnails go to full screen lightbox. The node also has some text in it and some CCK fields (date, ect...). Lets say 5 pics total.
Take these nodes and by using views create a list of nodes. So 10 nodes would be 50 thumbnails on a single page; or at a minimum 10 thumbnails (the main image).
Where do I start (modules)? I would like to use drupal 6.

Sounds like you already have
Sounds like you already have your module list in place:
1) CCK
2) Imagefield and Imagecache
3) Lightbox2
4) Views
5) Panels
I'd start with those. I don't think Panels is ported up to 6.x yet, but the others should be.
-backdrifting
Actually the first four will
Actually the first four will do the trick (you do not need panels for this).
This will be my first Drupal
This will be my first Drupal site, old ones were done in straight PHP. So I'm kinda new to Drupal. I got XAMPP running on my box so I've been busy testing various things. Imagecache was the missing link.
I'll look into Panels as well, they have a 6.0 alpha out. (sounds nice!)
I hit Gallery2/Gallery Addon on my search as well, do I need/should I use this or can Imagefield do it all?
Thanks again!
Personally I would avoid
Personally I would avoid Gallery if possible (extra work maintaining 2 applications) - certainly Views, CCK, Imagefield, Imagecache & Lightbox2 + a fair chunk of theme work can do what you want.
I've spent some time
I've spent some time fiddling around with CCK Display Fields but it seems like Lightbox2 is broken?
I've followed this guide:
Lightbox2 - How to use with CCK Imagefield and Imagecache
Display Settings:
http://img516.imageshack.us/my.php?image=displayfieldspx1.png
Teaser View:
http://img509.imageshack.us/my.php?image=teaserag6.png
Node View:
http://img519.imageshack.us/my.php?image=nodeviewqj6.png
And these are my currently installed Modules
ModuleInfo 6.x-1.0
CCK 6.x-2.0-rc7
FileField 6.x-3.0-alpha4
ImageField 6.x-3.0-alpha2
Core - optional
ImageAPI 6.x-1.0-alpha2
ImageCache 6.x-1.0-alpha2
Lightbox2 6.x-1.8
Advanced help 6.x-1.0
Menu breadcrumb 6.x-1.1
What did I do wrong?
Switched to Dev Version of
Switched to Dev Version of Lightbox and everything works!
Solution: problem with cck/imagecache on drupal 6