coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: raummusik on March 27, 2005, 04:58:59 PM

Title: how to disable the image info when moving mouse over thumbnail (popup.)
Post by: raummusik on March 27, 2005, 04:58:59 PM
hi,

when i move mouse over a thumb in coppermine, then some info of the picture comes, i dont want those infos cause they are not shown proper in firefox, i dont really want those info.

anyone got solution how to temp. disable the info ?

thx

i tried search in here, but couldnt find any threads, 100% some other people started same thread already ;)
Title: Re: how to disable the image info when moving mouse over thumbnail (popup.)
Post by: kegobeer on March 27, 2005, 05:16:24 PM
In functions.inc.php, in function display_thumbnails, find

                       //$pic_title =$lang_display_thumbnails['filename'].$row['filename']."\n".
                                //$lang_display_thumbnails['filesize'].($row['filesize'] >> 10).$lang_byte_units[1]."\n".
                                //$lang_display_thumbnails['dimensions'].$row['pwidth']."x".$row['pheight']."\n".
                                //$lang_display_thumbnails['date_added'].localised_date($row['ctime'], $album_date_fmt);


Just comment it out:

                       //$pic_title =$lang_display_thumbnails['filename'].$row['filename']."\n".
                                //$lang_display_thumbnails['filesize'].($row['filesize'] >> 10).$lang_byte_units[1]."\n".
                                //$lang_display_thumbnails['dimensions'].$row['pwidth']."x".$row['pheight']."\n".
                                //$lang_display_thumbnails['date_added'].localised_date($row['ctime'], $album_date_fmt);
Title: Re: how to disable the image info when moving mouse over thumbnail (popup.)
Post by: raummusik on March 27, 2005, 07:33:11 PM
hi. thx . worked for nearly all pics , only the pics in the movie-stripe (the stripe of pics under an image when you view it) there it still comes. any ideas to disable there ?

thx
Title: Re: how to disable the image info when moving mouse over thumbnail (popup.)
Post by: kegobeer on March 27, 2005, 09:00:33 PM
Same file, look in function display_thumbnails.