coppermine-gallery.com/forum

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: sendilk on November 25, 2011, 06:46:23 PM

Title: thumbnail
Post by: sendilk on November 25, 2011, 06:46:23 PM
Team,

in thumbnail page, is there any way to show only file name rather thumbnail image.. ie thumbnail view through file name not image..

Thanks in Advance!!!

Title: Re: thumbnail
Post by: ΑndrĂ© on November 28, 2011, 04:16:27 PM
Open include/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 . '" />';
and replace with
$thumb_list[$i]['image']        = $row['filename'];