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

ray007’s picture

subscribing

designwork’s picture

I found a solution quite easy.

In the function theme_imagefield_image_imagecache_thickbox just change the return "herf" from:

'.......

to: return '

Dirk

designwork’s picture

Sorry 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'] .'"

frjo’s picture

This is already fixed in HEAD. Please try it out and report any issues here.

frjo’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

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