How to stop thumbnail name being shown How to stop thumbnail name being shown
 

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

Main Menu

How to stop thumbnail name being shown

Started by Bloom, February 14, 2007, 04:30:33 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Bloom

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?

Bloom

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

Stramm

functions.inc.php.... find
                        $thumb_list[$i]['image'] = "<img src=\"" . $pic_url . "\" class=\"image\" {$image_size['geom']} border=\"0\" alt=\"{$row['filename']}\" title=\"$pic_title\"/>";

replace with
                        $thumb_list[$i]['image'] = "<img src=\"" . $pic_url . "\" class=\"image\" {$image_size['geom']} border=\"0\" alt=\"{$row['filename']}\"/>";