Hide fields Hide fields
 

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]

Main Menu

Hide fields

Started by panhead, April 25, 2006, 09:29:47 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

panhead

I'm not sure if this post belongs here or in the miscellaneous section, but here is my question: is it possible to hide the fields Filename, File size and Dimensions when showing information?

Thanks.

Nibbler

displayimage.php. Find the lines you don't like and comment them out.

$info[$lang_picinfo['Filename']] = htmlspecialchars($CURRENT_PIC_DATA['filename']);

//$info[$lang_picinfo['Filename']] = htmlspecialchars($CURRENT_PIC_DATA['filename']);

panhead

Thank you, just what I was looking for.