Advanced search  

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

Pages: [1]   Go Down

Author Topic: thumbnail  (Read 2543 times)

0 Members and 1 Guest are viewing this topic.

sendilk

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
thumbnail
« 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!!!

Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: thumbnail
« Reply #1 on: November 28, 2011, 04:16:27 pm »

Open include/functions.inc.php, find
Code: [Select]
$thumb_list[$i]['image']        = '<img src="' . $pic_url . '" class="image" ' . $image_size['geom'] . ' border="0" alt="' . $row['filename'] . '" title="' . $pic_title . '" />';and replace with
Code: [Select]
$thumb_list[$i]['image']        = $row['filename'];
Logged
Pages: [1]   Go Up
 

Page created in 0.014 seconds with 20 queries.