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: Changing what shows in "File Information"  (Read 2732 times)

0 Members and 1 Guest are viewing this topic.

Soong

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 23
Changing what shows in "File Information"
« on: July 23, 2004, 07:47:43 pm »

Hi,

At the moment it shows all kinds of stuff like filename, size, etc.

I only need a couple of fields so can I delete Filename:, File Size:, Dimensions: and Displayed: ?

If so, how do I go about doing it?

Thanks.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Changing what shows in "File Information"
« Reply #1 on: July 24, 2004, 12:50:55 pm »

edit displayimage.php, find
Quote
// Display picture information
and edit the stuff that comes after it. Do only comment out the html stuff you don't need, e.g. replace
Quote
$info[$lang_picinfo['File Size']] = '<span dir="LTR">' . $info[$lang_picinfo['File Size']] . '</span>';
with
Quote
$info[$lang_picinfo['File Size']] = '<!--<span dir="LTR">' . $info[$lang_picinfo['File Size']] . '</span>-->';

GauGau
Logged
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 20 queries.