By tolland76 on
Hi,
I have "Node Gallery" and lightbox installed, and I have created a node-mycontentitem.tpl.php which over-rides the template for my node type, which is working fine.
However I can't see how to display my gallery cover and gallery images in the template. There is an example node-gallery-default.tpl.php with the following code;
print $gallery_operations;
print $gallery;
print $content;
but, the $content variable is pre-rendered, and the $gallery and $gallery_operations are not populated.
Any ideas on what php code I should use to show the image with a specific imagecache and lightbox link in my node-template.tpl.php?
Cheers,
T