Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: how to disable the image info when moving mouse over thumbnail (popup.)  (Read 3365 times)

0 Members and 1 Guest are viewing this topic.

raummusik

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 30

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 ;)
Logged

kegobeer

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 4637
  • Beer - it does a body good!
    • The Kazebeer Family Website

In functions.inc.php, in function display_thumbnails, find

Code: [Select]
                       //$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:

Code: [Select]
                       //$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);
Logged
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

raummusik

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 30

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
Logged

kegobeer

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 4637
  • Beer - it does a body good!
    • The Kazebeer Family Website

Same file, look in function display_thumbnails.
Logged
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 20 queries.