Hi, I don't have a lot of experience with drupal and was hoping you all could help point me in the right direction.

I want to add items basically as separate nodes. I want the front page to have an image gallery where picture previews are arranged in a grid perhaps, and by clicking on the pictures, you go into a lightbox in which you could browse images and descriptions.

How do I set up lightbox2 to do this exactly, and what other modules would you recommend? Thanks

Comments

cumber8’s picture

maybe what I really want to know is how to make the teaser show up as the lightbox link instead of the title?

WorldFallz’s picture

It depends on how you've implemented these images. For example, if they're imagefields, you can choose to display the lightbox2 link on the 'display' tab of the edit content type page.

Another option would be to use the views module to replace the front page with a view you design to your specifications.