Closed (fixed)
Project:
Galleria
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jun 2009 at 11:16 UTC
Updated:
7 Nov 2009 at 07:59 UTC
Hi
Imagefield integration does not show the image titles.
You need to change line 392 from
'description' => $element[$key]['#item']['data']['description'],
to
'description' => $element[$key]['#item']['data']['title'],
Also, in galleria.js - the reference to FF/Win fading being slow isn't the case with FF3 so you can safely remove the condition around line 27.
Thanks for the great work on this module
Comments
Comment #1
jolidog commentedHello
For the image field you really have an option to add a description, I don't think this is a bug.
Comment #2
larowlanThanks, safe to close this issue