PDA

View Full Version : RSS Feeds do not show content correct when in quotes


pityocamptes
01-07-2017, 11:12 PM
For some reason pulled in posts, via RSS, are not showing correctly. When the text shows a quote "" or Isn't - for example (hyphen) I get all kinds of goofy text which includes ampersands, etc. Anyway to fix this????

Dragonsys
01-08-2017, 01:59 PM
can you post an example, with the rss link?

Lynne
01-08-2017, 04:12 PM
In admincp > RSS Feeds > edit feed, what do you have for the Body Template?

pityocamptes
01-09-2017, 02:22 AM
In admincp > RSS Feeds > edit feed, what do you have for the Body Template?

Thanks


{feed:description}

More... ({feed:link})

Lynne
01-09-2017, 04:02 PM
Replace
{feed:description}
with
{feed:content:encoded}

Then see if it works.

pityocamptes
01-09-2017, 10:29 PM
Thanks will try. How do I pull the entire content and bypass the "more.." with url link?

--------------- Added 1484009332 at 1484009332 ---------------

Ok, that is not working. I get nothing now with the feed code changed.

pityocamptes
01-11-2017, 04:14 AM
Bump? Anyone? Thanks!

Lynne
01-11-2017, 09:55 PM
Those are really the only two options for outputting the text. If those don't work with your particular RSS feed, then there isn't really anything you can do unless you modify the code.