coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: locations on June 29, 2007, 06:42:35 AM

Title: Remove all file info BUT custom fields
Post by: locations on June 29, 2007, 06:42:35 AM
I would like to remove all the file information under the image display EXCEPT the custom fields. I've looked around and have found ways to do one or the other, but not all. Screwing around with the displayimage.php file, I futzed it up and had to reinstall. I'm bridged to Joomla! and have Stamm's mod pack and final extract plugin.

Thanks
Title: Re: Remove all file info BUT custom fields
Post by: Nibbler on June 29, 2007, 03:38:53 PM
Just look for the lines like this

$info[$lang_picinfo['File Size']] = '<span dir="ltr">' . $info[$lang_picinfo['File Size']] . '</span>';

and comment them out. Alternatively try the plugin for doing this.
Title: Re: Remove all file info BUT custom fields
Post by: locations on June 29, 2007, 11:04:42 PM
Thanks Nibbler!
Guess I missed the plugin on my 1st search :-[

For those who are looking for the same thing, get it here:

http://forum.coppermine-gallery.net/index.php?topic=27407.0 (http://forum.coppermine-gallery.net/index.php?topic=27407.0)

Mark this solved!
Title: Re: Remove all file info BUT custom fields
Post by: Joachim Müller on June 30, 2007, 11:59:21 AM
Thanks for returning and resolving your thread.