thumbnail thumbnail
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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