Closed (fixed)
Project:
Feeds
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Feb 2010 at 14:35 UTC
Updated:
7 Apr 2011 at 13:53 UTC
I am having a problem . I have created a custom feed catpture content source and a custom content source for the createde nodes from the feed. When I see the post, it is missing the picture and html an such. WHen I click on edit to view the content that was created, I can see the image and all the html in my wysiwyg editor,....
The problem is the feed content is being submitted as fltered html, rather than full html. I have not found any way to change the submission type untill after the feed is created by manually clicking on the edit link,
Where is the option to set the submission type for nodes which are going to be created before they are created by feed sources?
Comments
Comment #1
alex_b commentedLet me repeat the problem to see whether I understand correctly:
Nodes are created from a feed, the nodes should be created with an input format that is not the Drupal default input format. There is no way to configure a different input format than the default format for nodes imported from a feed.
Correct?
Comment #2
AntiNSA commentedI think I have found the solution...
1)Even though you can chose to create feeds from a content type,
2)which in itself is different from the content type you created for the "source" of the feed,
3)it is not the content type which the feed items created which needs the full html input settings
4)it is the capture content type where you can set the "full html" settings
I am testing it right now..
Comment #3
AntiNSA commentedOk , let me make it clear.
I create a Content type called "capture source"
I enable the option to create nodes from feeds
I create a content type for node creation called "captured items"
I enter the URL for capture, and underneath the body of the "Capture Source" I select "FUll HTML" under input type
Feeds are imported
After viewing feeds in the "Capture Items" content type all the feeds with images and such embeeded will not show the embedded image.
If you click on edit to edit the created node from teh feed source and look at the input type you can see it is set to filtered HTML.
If you select "Full HTML" from the input type and save the edited feed item which was created, you can see the embedded image.
How can I make it so the default input type of the content type for feed items/created nodes is set to "Full HTML" before importing?
Comment #4
AntiNSA commentedThis module provides the solution.
http://drupal.org/project/better_formats
Comment #5
zazinteractive commentedI tried the module but I still need to click edit on every node and then save for it to work
Comment #6
micnap commentedLooking for a fix for this too. Couldn't see a way of getting better_formats to make it work either. Has anyone succeeded? If so, can you share your solution?
Thanks,
Mickey
Comment #7
richsky commentedHaving similar issue. No matter what I do, I'm ending with filtered content in my text fields instead of full html.
I'm creating nodes from a CSV file.