Hi
Can I turn off the Filename/Date/Image size/Dimensions, alt tag that appears when we mouseover a thumbnail?
Thank you
I searched for a solution and couldn't find one (too bad) so this is the only way I could get it to work. First, make a backup of functions.inc.php then search for this string in TWO places
$thumb_list[$i]['image'] = "<img src=\"" . $pic_url . "\" class=\"image\" {$image_size['geom']} border=\"0\" alt=\"{$row['filename']}\" title=\"$pic_title\" />";
and replace with
$thumb_list[$i]['image'] = "<img src=\"" . $pic_url . "\" class=\"image\" {$image_size['geom']} border=\"0\" alt=\"{$row['filename']}\" />";
Upload to your include/ directory. Remember... make a backup of functions.inc.php first!
Cheers,
Billy
PS. If there is a better solution for this, I'd like to hear about it. Thanks!
for me the search (restricted to only my posts) spits out eg.
http://forum.coppermine-gallery.net/index.php?topic=31277.0
http://forum.coppermine-gallery.net/index.php?topic=28786.0
Thanks one and all.
I have finally sorted this using one of Stramm's suggestions. I remember that this solution worked before in version 1.31
But thanks again for your invaluable help