Closed (fixed)
Project:
Thickbox
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 May 2007 at 21:42 UTC
Updated:
19 Jun 2008 at 19:01 UTC
Dear Mantainers,
I´m using Thickbox module with the CCK imagefield. I would like to see the the image titel and the description in my Gallery.
Do you have any idea how to do this? I´m not a javascript coder so what i have to do?
Please have a look at my testingsite www.freelens.ws/dirksway
Thanks in advance
Dirk
Comments
Comment #1
ray007 commentedsubscribing
Comment #2
designwork commentedI found a solution quite easy.
In the function theme_imagefield_image_imagecache_thickbox just change the return "herf" from:
'.......
to: return '
Dirk
Comment #3
designwork commentedSorry something went rong
I found a solution quite easy.
In the function theme_imagefield_image_imagecache_thickbox just change the return "herf" from:
a href="'. check_url(file_create_url($path)) .'" class="thickbox" rel="'. $field['type_name'] .'".......
to: return a href="'. check_url(file_create_url($path)) .'" title="'. ($title) .'" class="thickbox" rel="'. $field['type_name'] .'"
Comment #4
frjo commentedThis is already fixed in HEAD. Please try it out and report any issues here.
Comment #5
frjo commentedComment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.