coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: dieptebom on August 31, 2008, 10:04:59 PM

Title: Remove picture name when mouse over in the index
Post by: dieptebom on August 31, 2008, 10:04:59 PM
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
Title: Re: Remove picture name when mouse over in the index
Post by: Joachim Müller on September 01, 2008, 08:57:23 AM
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=\"\" />";
Title: Re: Remove picture name when mouse over in the index
Post by: dieptebom on September 01, 2008, 06:03:41 PM
Hi Joachim Müller,

Thanks for your reply, It worked :)