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

EclipseGc’s picture

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