please someone could explain how embedding a image node in other node like story or page nodes. Thanks!

Comments

Bèr Kessels’s picture

use img.assist module: http://drupal.org/project/img_assist

If this is what you are looking for, please be so kind to close this issue.

gordon’s picture

If you have uploaded the image before, you can just add the following, <img src="image/view/{nid}"> and this will display the image,

Alternanatively you could use the img_filter module which allows you to use tags like [img|{nid}] to insert images into your node.

jtite’s picture

Thanks a lot, this is exactly what I need!