[TYPO3-ttnews] tt_news and images in rss feed.
Jason Alexander
jalexander at digipen.edu
Mon Sep 27 18:21:55 CEST 2010
Thomas,
You have the ###NEWS_IMAGE### in your template. But noticing from the example feed you provided there isn't any images in the actual feed. I have tried this and can't seem to get images to display in the feed itself. I'll try again.
Thanks for the response.
_______________________
Jason R Alexander
On Sep 27, 2010, at 6:04 AM, Thomas Hümmler <typo3-n at huemmler.de> wrote:
> Am 24.09.2010 18:49, schrieb Jason Alexander:
>> But I'm just curious if any of you know how to add images into tt_new's rss feed. I've tried some extended extensions to tt_news and can't seem to get it to work. It doesn't seem that hard. But there is little to no documentation on the topic.
>>
>> Any recommendations, links, detailed tutorials would help out greatly?
>
> There is no need for extensions. tt_news can feed right out of the box.
> I myself put it this way in the rss_2.tmpl:
>
> <item>
> <title>###NEWS_TITLE###</title>
> <link>###NEWS_LINK###</link>
> <description>
> <![CDATA[###NEWS_CATEGORY###]]><![CDATA[###NEWS_SUBHEADER###]]>
> <![CDATA[<p></p>]]><![CDATA[###NEWS_IMAGE###]]>
> </description>
> <pubDate>###NEWS_DATE###</pubDate>
> ###NEWS_RSS2_ENCLOSURES###
> </item>
>
> The result you can see here: http://ebersberger-nachrichten.de/feed.xml
>
> What is allowed or not in RSS you can read about at
> http://cyber.law.harvard.edu/rss/rss.html
>
> --
> Thomas Hümmler
> http://huemmler.de
> _______________________________________________
> TYPO3-project-tt-news mailing list
> TYPO3-project-tt-news at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-tt-news
More information about the TYPO3-project-tt-news
mailing list