Line 139 of lightbox2.formatter.inc (in function theme_imagefield_image_imagecache_lightbox2) has to be:
$image_title = (!empty($item['data']['title']) ? $item['data']['title'] : $item['data']['alt']);
instead of:
$image_title = (!empty($item['title']) ? $item['title'] : $item['alt']);
to correctly use title or alt from imagefield
Comments
Comment #1
stella commentedFixed in the latest dev release, available later today. Thanks for spotting this.
Cheers,
Stella
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #3
stella commentedReleased in Lightbox2 6.x-1.9.
Cheers,
Stella