Remove picture name when mouse over in the index Remove picture name when mouse over in the index
 

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]

Main Menu

Remove picture name when mouse over in the index

Started by dieptebom, August 31, 2008, 10:04:59 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dieptebom

Hello guys,

i have spent a few days now looking for the answere but didint find it so i hope someone can help me.

On the index ( main page ) we can see all the albums. When i mouse over the album i see the file name of the tumbnail next to my mouse. I want to remove this.

http://www.dieptebom.com/example.jpg [Edit GauGau] Replaced hotlinked image with attachment [/Edit]

Thank,
Rob

Joachim Müller

Edit index.php, find$alb_list[$alb_idx]['thumb_pic'] = "<img src=\"" . $pic_url . "\" class=\"image\" {$image_size['geom']} border=\"0\" alt=\"{$picture['filename']}\" />";and replace with$alb_list[$alb_idx]['thumb_pic'] = "<img src=\"" . $pic_url . "\" class=\"image\" {$image_size['geom']} border=\"0\" alt=\"\" />";

dieptebom

Hi Joachim Müller,

Thanks for your reply, It worked :)