coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: panhead on April 25, 2006, 09:29:47 PM

Title: Hide fields
Post by: panhead on April 25, 2006, 09:29:47 PM
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.
Title: Re: Hide fields
Post by: Nibbler on April 25, 2006, 10:03:54 PM
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']);
Title: Re: Hide fields
Post by: panhead on April 25, 2006, 10:07:16 PM
Thank you, just what I was looking for.