NextGen – How to Add Custom Fields to Shutter?
-
I am using NextGen Gallery and NextGen Gallery Custom Fields plugins.
I know that in order to add a custom field to the Shutter image (the screen that shows the expanded image with description and navigation bar), I have to somehow edit the shutter-reloaded.js file. But how do I call the custom field code (php) to the shutter-reloaded page?
I wish I could just do this:
NavBar = '<div id="shTitle"><div id="shPrev">' + prevlink + '</div><div id="shNext">' + nextlink + '</div><div id="shName">' + shutterLinks[ln].title + '</div><div><?php echo $image->ngg_custom_fields["Minimum Height"]; ?></div>' + imgNum + '</div>';
Many Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘NextGen – How to Add Custom Fields to Shutter?’ is closed to new replies.