Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: thumbnail  (Read 2550 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.016 seconds with 19 queries.