• I have looked on google and tried some of the hacks suggested but those were for older version of nextgen and I did not find an update on that. I would like to get the exif into the thickbox I know that exif is ok for single picture (imageviewer) any suggestions on how to transport that data into the popup (thickbox in my case)..
    Thanks

    http://ww.wp.xz.cn/extend/plugins/nextgen-gallery/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    I tried in vain to in duce a link in the thickbox window to display exif data.
    I see that you tried too, have you succeeded?
    If yes how did you proceed?
    And yet, it is possible to view these data with a new thickbox window?
    I do not know if I explained myself well but I will not hesitate to rephrase if you have questions.

    In advance thank you.

    [cross-posted from this topic]

    I took the only 3 relevant lines of code from /admin/functions.php, slightly modified them, stuck them in gallery.php where the image caption is created.

    New code added to gallery.php (in the “<!–Thumbnails–>” section):

    require_once(NGGALLERY_ABSPATH . '/lib/meta.php');
    $meta = array();
    $pdata = new nggMeta($image->path);

    Then you can append meta data to the $image->description. For example: $newdesc = $image->description . $pdata->get_date_time().

    Full write-up including appending the image description and EXIF data to the caption in ThickBox is available here: http://j.modjeska.us/?p=113

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: NextGEN Gallery] exif into a thickbox?’ is closed to new replies.