I cannot remove the EXIF metadata from the photo Information Box. I have the plugin Manage Properties Photos with which I managed to display required fields, but the undesired EXIF metadata persist in the box. I would like to remove them or customise the Information Box.
Offline
I have made EXIF use and show FALSE in Local ?File manager, then reverted to True, but now I cannot see EXIF data on photos even if it is reverted to TRUE. Please help.
<?php
$conf['use_iptc'] = true;
$conf['use_iptc_mapping'] = array(
'author' => '2#080',
'name' => '2#005',
'comment' => '2#120',
'keywords' => '2#025',
);
$conf['use_exif'] = true;
$conf['show_exif'] = true;
);
Offline
Hi,
You are using Manage Properties Photos https://de.piwigo.org/ext/extension_view.php?eid=783
What about disabling this plugin to see if default display is coming back?
And also reseting local/config/config.inc.php with the default values (from include/config_default.inc.php)?
Offline