Closed (duplicate)
Project:
Feeds
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jun 2011 at 23:38 UTC
Updated:
17 Jun 2011 at 17:26 UTC
I have recently upgraded from Drupal 6 to drupal 7 and used the june 4 nightly release of Feeds.
I never made any config changes, but now when new feeds are imported, in the created nodes, the html is visible, whereas before it wasnt.
I am not sure if this is a problem with feeds or from elsewhere. It seems that the feeds are being checkplained before being saved, so the html is not processed as html.
The issue can be seen on my site: http://www.theraggedyedge.co.uk/ (go back about 10 pages to see how it worked with drupal 6)
Comments
Comment #1
dave reidMake sure your feed item content is using the 'filtered HTML' text format and not the 'plain text' text format.
Comment #2
naheemsays commentedyes. it is using filtered html.
Comment #3
dave reidEdit each feed item node (go to http://www.theraggedyedge.co.uk/node/169/edit). It may have 'Filtered HTML' as the "currently selected" text format, but it's really plain text and you have to make sure to press 'Save'. Or maybe your Filtered HTML format isn't allowing some tags. Try using the 'Full HTML' text format on the feed item's body.
See also #1191184: Update Feeds News feature
Comment #4
naheemsays commentedYes, that is the problem.
I had selected filtered html in the settings though.
Closing in favour of the other issue.