By cumber8 on
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
maybe what I really want to
maybe what I really want to know is how to make the teaser show up as the lightbox link instead of the title?
_
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.