IPTC/EXIF module option to redirect an image's IPTC:
Headline to become that image's Gallery's Summary for
use under the thumbnail in the album view. Example of
how it might start...
[ExifDescriptionOption.inc]
if
(!empty($exifData[$itemId]['IPTC/Headline']['value'])) {
$iptcKeywords =
$exifData[$itemId]['IPTC/Headline']['value'];
if ($addOption & IPTC_ITEM_HEADLINE) {
$items[$i]->setHeadline($iptcHeadline);
$mustSave = true;
}
}
...however I don't know (yet?) how to get elsewhere
functionality coded so as to action what the above
segment displays.
Nobody/Anonymous
None
Gallery 2
Public
| Field | Old Value | Date | By |
|---|---|---|---|
| category_id | deleted | 2008-10-24 19:29 | ckdake |
| summary | input IPTC/Headline as Gallery/Summary | 2005-08-30 16:28 | icpix |
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use