News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Changing what shows in "File Information"

Started by Soong, July 23, 2004, 07:47:43 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Soong

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.

Joachim Müller

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