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

dave reid’s picture

Status: Active » Postponed (maintainer needs more info)

Make sure your feed item content is using the 'filtered HTML' text format and not the 'plain text' text format.

naheemsays’s picture

Status: Postponed (maintainer needs more info) » Active

yes. it is using filtered html.

dave reid’s picture

Status: Active » Postponed (maintainer needs more info)

Edit 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

naheemsays’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

Yes, that is the problem.

I had selected filtered html in the settings though.

Closing in favour of the other issue.