How to render imagefield gallery outside $content
gabash - August 4, 2008 - 11:52
| Project: | Imagefield Gallery |
| Version: | 5.x-1.4 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
All works great on node.tpl.php with:
<?php
print $content;
?><?php
print theme('imagefield_gallery_lightbox2',$node->field_testfield, $node->type);
?>which function to use?

#1
gabash,
Chances are when you see this behavior it's because you're using the gd2 image library, try switching to imagemagick, flushing your presets and trying again.
Eclipse