News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

thumbnail

Started by sendilk, November 25, 2011, 06:46:23 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sendilk

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!!!


ΑndrĂ©

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'];