By lc9er on
Hi folks,
I'm using the image module and lightbox2 to run a bunch of galleries. Everything is working great, but I'm trying to figure out a way to set a custom alt tag for gallery images, so Lightbox can use this as the description, instead of the image title.
I figured out how to do this for individual image nodes, using the theme_image_display function and setting the alt tag to be the $node->body, but I'm guessing in the gallery view, the node body is not available.
I'm a bit lost here, so any suggestions would be great.
Thanks!