XF 1.1 RSS Feeder doesn't pull content?

XenStyle

Active member
I tried searching for this a bit, and I am not having any luck finding information or a solution.

Basically the following code has content included, but the only thing that my feeder is pulling, is the title and the continue reading link.

Code:
{content}

[url="{link}"]Continue reading...[/url]


I'm assuming this is operator error, because other people's RSS feeds seem to be working just fine. Please help :oops:
 
I tried searching for this a bit, and I am not having any luck finding information or a solution.

Basically the following code has content included, but the only thing that my feeder is pulling, is the title and the continue reading link.

Code:
{content}

[url="{link}"]Continue reading...[/url]


I'm assuming this is operator error, because other people's RSS feeds seem to be working just fine. Please help :oops:

What is your News Feed Message Snippet Maximum Length set at in Options -> Newsfeed in your ACP?
 
What is the URL of the feed?

Yeah, makes it kinda hard to check if they don't have a link and the member limits their profile view so you can't see if they have their site listed or not in it (of course, you can check easier than us lowly users). :p
And with that, I'm off to the Dr's office to finish setting up their stress test machine (that they keep trying to get me to use).
 
Last edited:
The .xml also confirms it.
You can see from the code below that the description field is blank.

Code:
<item>
<title>The Interface!</title>
<description/>
<link>http://na.finalfantasyxiv.com/blog/post/413</link>
<guid>http://na.finalfantasyxiv.com/blog/post/413</guid>
<pubDate>Wed, 12 Jun 2013 10:00:00 -0800</pubDate>
</item>
<item>
<title>Like Our Boss</title>
<description/>
<link>http://na.finalfantasyxiv.com/blog/post/397</link>
<guid>http://na.finalfantasyxiv.com/blog/post/397</guid>
<pubDate>Tue, 11 Jun 2013 22:00:00 -0800</pubDate>
</item>
 
Top Bottom