Active
Project:
Imagefield Gallery
Version:
5.x-1.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2008 at 11:52 UTC
Updated:
4 Aug 2008 at 21:33 UTC
All works great on node.tpl.php with: print $content; . but when i i try: print theme('imagefield_gallery_lightbox2',$node->field_testfield, $node->type); i get text links who opens in lightbox but don't show the images.
which function to use?
Comments
Comment #1
eclipsegc commentedgabash,
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