thumbnail thumbnail
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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