When publishing Story node after attaching images using image_attach.module, I found that two posts are created about the same content. One post is that which is created using content type "Story" and another one is that which gets created automatically using content type "Image" for the image that I posted in Story node.
The problem is I don't want content type "Image" to be created for the "Story" content that I am creating using Image_attach module which depends upon Image module. How can I do that?
If you don't understand what I means to say I have attached screenshot for more illustrative view.
From the screenshot it is clear that there are two posts: one is "Dell XPS M1330 1730" and another is "Dell Adds 256GB SSD Option to XPS M1330".
Original post is second one which is of content type "Story" in which I attached image with title "Dell XPS M1440 1730". Now that image has also gotten published as a separate node of content type "Image" which I don't want anyway. How can I stop Image posts to be published ?
| Comment | File | Size | Author |
|---|---|---|---|
| capture2.jpg | 78.79 KB | nikmahajan |
Comments
Comment #1
sunGo to the content-type settings of the Image content-type and disable the "Promote to front page" checkbox.
Comment #2
nikmahajan commentedthanks that works but the problEm is it still creates Image node for the Story content type. Can't that be depricted anyway.