[Plugin: NextGEN Custom Fields] NextGen Galleryview and Custom Fields
-
I’m sure I’m missing something simple with picture ID (pid), but I simply cannot get my custom fields to work with GalleryView. The relevant GalleryView code:
$final = array(); foreach($pictures as $picture) { $aux = array(); $aux["price"] = $image->ngg_custom_fields["Price:"]; //custom field $aux["title"] = $picture->alttext; // $picture->alttext; $aux["desc"] = $picture->description; (etc.)
And
$out .= " <span class=\"price-overlay\"> " . "<h2>" . $picture["price"] . "</h2>" (etc.)
Thanks!!
https://www.ads-software.com/extend/plugins/nextgen-gallery-custom-fields/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: NextGEN Custom Fields] NextGen Galleryview and Custom Fields’ is closed to new replies.