4images Forum & Community
4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: berlinfotos on April 21, 2009, 04:24:34 PM
-
Hello,
I would like to know, how I can hide the keywords, that get shown with the IPTC-Info (without disabling the whole IPTC-Information).
The same keywords get shown as "Schlüsselwörter"as well, how could I hide these as well?
For example see here:
(http://www.robertkneschke.de/4images-keywords.jpg)
I use 4images 1.7.4
Thanks a lot in advance.
Robert
-
The "Schlüsselwörter" is {image_keywords} in details.html template
The IPTC is in includes/functions.php find:
$iptc_match['2#025'] = "keyword";
Comment it out with two forward slashes:
// $iptc_match['2#025'] = "keyword";