Tracker: Feature Requests

5 [G2] input IPTC/Headline as Gallery/Summary - ID: 1275179
Last Update: Settings changed ( ckdake )

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.


Robert Harlow ( icpix ) - 2005-08-28 15:37

5

Open

None

Nobody/Anonymous

None

Gallery 2

Public


Comments

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Changes ( 2 )

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