Active
Project:
Node Images
Version:
6.x-2.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2010 at 17:20 UTC
Updated:
28 Feb 2010 at 17:20 UTC
Hi,
Thanks for a great mod, easy to use for users! Only problem I appear to have is that when I preview a node I am creating the image isn't appearing.
in node_images.module function node_images_nodeapi()
it's blobbing out here
$node->node_images = node_images_load($node, $teaser, $page);
if (empty($node->node_images)) return;because the images don't appear to be stored in the node until it's saved.
Is there anyway to add the images to the node before being saved so that they appear in preview?
I'm still looking at code to fix myself, but any help appreciated.