Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: How to stop thumbnail name being shown  (Read 2087 times)

0 Members and 1 Guest are viewing this topic.

Bloom

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 34
How to stop thumbnail name being shown
« on: February 14, 2007, 04:30:33 pm »

You know how sometimes, when you hover over a thumbnail, it shows the name of the file? How do I stop it from doing so?
Logged

Bloom

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 34
Re: How to stop thumbnail name being shown
« Reply #1 on: February 15, 2007, 05:24:39 pm »

I just tried in the thumbnails.php file, there didnt seem to be anything, unless im missing something?
Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: How to stop thumbnail name being shown
« Reply #2 on: February 15, 2007, 05:33:36 pm »

functions.inc.php.... find
Code: [Select]
                        $thumb_list[$i]['image'] = "<img src=\"" . $pic_url . "\" class=\"image\" {$image_size['geom']} border=\"0\" alt=\"{$row['filename']}\" title=\"$pic_title\"/>";
replace with
Code: [Select]
                        $thumb_list[$i]['image'] = "<img src=\"" . $pic_url . "\" class=\"image\" {$image_size['geom']} border=\"0\" alt=\"{$row['filename']}\"/>";
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 19 queries.