please someone could explain how embedding a image node in other node like story or page nodes. Thanks!
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.
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.
Thanks a lot, this is exactly what I need!
Comments
Comment #1
Bèr Kessels commenteduse 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.
Comment #2
gordon commentedIf 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.
Comment #3
jtite commentedThanks a lot, this is exactly what I need!