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

stella’s picture

Status: Active » Fixed

Fixed in the latest dev release, available later today. Thanks for spotting this.

Cheers,
Stella

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

stella’s picture

Released in Lightbox2 6.x-1.9.

Cheers,
Stella