thumbnail thumbnail
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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