Using drupal 6.10 with -dev modules, certain feeds NOT all get cut off at random sections with [...] even though all HTML tags are allowed in FeedAPI settings and filtered used allows them as well.

Comments

alex_b’s picture

- I'm taking feed item nodes produced by the feed are getting cut off.
- What's getting cut off - the entire body or only the teaser of the node?
- Could you supply an example feed?

likewhoa’s picture

any feed that is coming from wordpress.com get cut off at the node page, teasers are actually showing more content than the full node view.
all other feeds are working fine..

alex_b’s picture

Title: [...] trims certain feeds. » Support http://purl.org/rss/1.0/modules/content/
Component: Code feedapi_node » Code (general)
Category: support » feature

I see now.

Everything after [...] is in a $lt;content:encoded> tag. See http://en.blog.wordpress.com/feed/

This is a feature request for either parser_simplepie or parser_common.

likewhoa’s picture

Well I am using simplepie myself, I will check it's project page to see if anyone has come up with a patch or if new version fixes this. Thanks.

gsnedders’s picture

alex_b’s picture

The patch in #199360: Add namespace support to Parser Common Syndication + Feed Element Mapper may be what you are looking for.

likewhoa’s picture

This patch did not resolve the problem. Issue still stands. I had to also regenerate the patch will attach to that issue queue.

kenorb’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.