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

How to HIDE certain fields in the FILE INFORMATION

Started by altenae, January 30, 2005, 12:08:50 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

altenae

I have the following layout and I want the bold ISSUES not to be visible for the visitors. How can I do this and where ???

File information :

Filename: 0705_PH-XRE B737-700 Transavia (Basiqair c-s)AMS.jpg
Album name: Ton Jochems (81.70.169.252[81.70.169.252]) / Amsterdam Schiphol
Airlines: Transavia
Type: B737-700
Registration: PH-XRE
File Size: 92 KB
Dimensions: 800 x 533 pixels
Displayed: 1 times
Camera: NIKON CORPORATION - NIKON D100
Date taken: 2004:12:29 12:22:28
Aperture: f/ 11.0
Exposure time: 0.003 s (10/4000) (1/400)
Focal length: 32.00 (320/10)
Comment: ASCII
URL: http://aviationphotos.org/cpg132/displayimage.php?pos=-170
Favorites: Add to Favorites

jimijon

Any luck? I too need to find where I can reorder/remove some File Information.

Anyone?

???

Joachim Müller

edit displayimage.php, find// Display picture information
function html_picinfo()
and edit the stuff that comes after it. To e.g. disable the display of the file name, find$info[$lang_picinfo['Filename']] = htmlspecialchars($CURRENT_PIC_DATA['filename']);and comment out the whole line by putting a double slash (//) in front of it.

Joachim