[TYPO3-english] [TYPO3] RSS2 from tt_news
La Farge Douglas
doug at gcnpublishing.com
Tue Aug 25 20:05:09 CEST 2009
I hate to beat a dead horse but I'm finding myself with the same
results.
Constant window:
### Configure tt_news to display the xml template
### Page that contains the News List
#page with tt_news list container
xmlnewsfeed_id = 114
#sysfolder with news articles
xmlnews.pid_list = 3
#page with tt_news single container
xmlnews.singlePid = 115
### RSS Setup
plugin.tt_news {
displayXML {
rss2_tmplFile = EXT:tt_news/res/rss_2.tmpl
xmlFormat = rss2
xmlTitle = IMNG
xmplLink = http://skin.gcnpublishing.com
xmlDesc = Our RSS News
xmlLang = en
xmlIcon = fileadmin/rss_icon.gif
title_stdWrap.htmlSpecialChars = 1
title_stdWrap.htmlSpecialChars.preserveEntities = 1
subheader_stdWrap.stripHtml = 1
subheader_stdWrap.htmlSpecialChars = 1
subheader_stdWrap.htmlSpecialChars.preserveEntities = 1
subheader_stdWrap.crop = 500| ... | 1
subheader_stdWrap.ifEmpty.field = bodytext
xmlLastBuildDate = 1
}
}
Set up window:
config.tx_realurl_enable = 0
# ------------- RSS News Plugin ------------------------------
### Header
page.headerData.500 = TEXT
page.headerData.500.value = <link rel="alternate" type="application/rss
+xml" title="RSS-Feed" href="http://skin.gcnpublishing.com/index.php?
id={$xmlnewsfeed_id}&type=100" />
# ------------- This enables the xml news feed ---------------------
plugin.tt_news {
xmlnews = PAGE
xmlnews {
typeNum = 100
20 >
20 < plugin.tt_news
20.pid_list >
20.pid_list = {$xmlnews.pid_list}
20.singlePid = {$xmlnews.singlePid}
20.defaultCode = XML
config {
disableAllHeaderCode = 1
additionalHeaders = Content-type:text/xml
no_cache = 1
xhtml_cleaning = 0
}
}
}
static plugin.alt.xml is included
News-feed (RSS, RDF, ATOM) (tt_news) is included.
why No articles listed?
thanks,
doug
On Mar 17, 2008, at 10:39 AM, Jeppe Donslund wrote:
> Ack so!
>
> That was so much better.
>
> Thank you very musch for your time.
>
> Regards
> Jeppe D.
>
> Patrick Schlaepfer skrev:
>> I'm not sure if your tt_news entries, not the
>> page where they are displayed, is id=48
>>
>> Normaly there is a "sysfolder" where the tt_news
>> are stored, you should use this page_id, not the
>> one where the news are displayed.
>>
>>> Hi,
>>>
>>> The normal page is: http://adoption.donslund.net/index.php?id=48
>>> The RSS-page: http://adoption.donslund.net/index.php?id=48&type=100
>>>
>>> Isn't it the right way to do it?
>>>
>>>
>>> Jeppe D
>>>
>>>
>>> Patrick Schlaepfer skrev:
>>>> What is your URL to get the RSS-Feed?
>>>>
>>>> Should be something like
>>>> http://www.xyz.ch/index.php?
>>>> id=<where_your_tt_news_records_are>&type=102
>>>>
>>>> You could try to hardcode the pid_list:
>>>> 10.pid_list = <where_your_tt_news_records_are>
>>>> and set it to your pid where you store your tt_news
>>>> entries.
>>>>
>>>>> Hi,
>>>>>
>>>>> The list-page is showing averything correctly, so I think
>>>>> everything is
>>>>> setup right.
>>>>>
>>>>> Patrick, I have tried your code. It gives me a correct XML, but
>>>>> there
>>>>> are still no news in it. And the last build date is still
>>>>> 01.01.1970.
>>>>>
>>>>> I don't get it.
>>>>>
>>>>> Regards,
>>>>> Jeppe D.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> Patrick Schlaepfer skrev:
>>>>>> Here is my working
>>>>>> CONSTANTS:
>>>>>> # Configure tt_news to display the xml template
>>>>>> plugin.tt_news {
>>>>>> displayXML {
>>>>>> rss091_tmplFile = EXT:tt_news/res/rss_0_91.tmpl
>>>>>> rss2_tmplFile = EXT:tt_news/res/rss_2.tmpl
>>>>>>
>>>>>> # xmlFormat = rss2
>>>>>> # possibile values: rss091 / rss2 /
>>>>>> # (planning: rdf / atom)
>>>>>> xmlLimit = 10
>>>>>> xmlCaching = 1
>>>>>> xmlTitle = <put your title here>
>>>>>> xmlLink = <put your url here>
>>>>>> xmlDesc = Latest News
>>>>>> xmlLang = de
>>>>>> xmlIcon = fileadmin/layout1/pics/tt_news_article.gif
>>>>>> title_stdWrap.htmlSpecialChars = 1
>>>>>> title_stdWrap.htmlSpecialChars.preserveEntities = 1
>>>>>> subheader_stdWrap.stripHtml = 1
>>>>>> subheader_stdWrap.htmlSpecialChars = 1
>>>>>> subheader_stdWrap.htmlSpecialChars.preserveEntities = 1
>>>>>> subheader_stdWrap.crop = 100 | ... | 1
>>>>>> subheader_stdWrap.ifEmpty.field = bodytext
>>>>>> xmlLastBuildDate = 1
>>>>>> }
>>>>>> }
>>>>>>
>>>>>> And include static: News-Feed (RSS, RDF, ATOM)
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> SETUP:
>>>>>> rss2 = PAGE
>>>>>> rss2 {
>>>>>> typeNum = 100
>>>>>> #Leeren von 10
>>>>>> 10 >
>>>>>> #Befüllen mit tt_news
>>>>>> 10 < plugin.tt_news
>>>>>> #Leeren von pid_list
>>>>>> 10.pid_list >
>>>>>> #Wert für pid_list aus den Constanten
>>>>>> 10.pid_list = {$plugin.tt_news.pid_list}
>>>>>> #Wert für singlepid aus den Constanten
>>>>>> 10.singlePid = {$plugin.tt_news.singlePid}
>>>>>> 10.defaultCode = XML
>>>>>> #Format festlegen - hier rss2
>>>>>> 10.displayXML.xmlFormat = rss2
>>>>>> config {
>>>>>> disableAllHeaderCode = 1
>>>>>> additionalHeaders = Content-type:text/xml
>>>>>> no_cache = 1
>>>>>> xhtml_cleaning = 0
>>>>>> }
>>>>>> }
>>>>>>
>>>>>> rss091 = PAGE
>>>>>> rss091 < rss2
>>>>>> rss091 {
>>>>>> typeNum = 101
>>>>>> 10.displayXML.xmlFormat = rss091
>>>>>> }
>>>>>>
>>>>>> rdffeed = PAGE
>>>>>> rdffeed < rss2
>>>>>> rdffeed {
>>>>>> typeNum = 102
>>>>>> 10.displayXML.xmlFormat = rdf
>>>>>> #ggf. noch ein Feedimage vergeben
>>>>>> #10.displayXML.xmlIcon = fileadmin/templates/img/rdf.gif
>>>>>> }
>>>>>>
>>>>>> atom1 = PAGE
>>>>>> atom1 < rss2
>>>>>> atom1 {
>>>>>> typeNum = 103
>>>>>> 10.displayXML.xmlFormat = atom1
>>>>>> }
>>>>>>
>>>>>>> Are you sure you set all the TT_news settings correctly?
>>>>>>> Things like
>>>>>>> LIST, order, category filter, etc?
>>>>>>>
>>>>>>> Dan
>>>>>>>
>>>>>>> Jeppe Donslund wrote:
>>>>>>>> Hi list
>>>>>>>>
>>>>>>>> I am trying to get a RSS2 feed out of tt_news.
>>>>>>>> I have followed the manual and also this tut:
>>>>>>>> http://www.mcuniverse.com/TT_News-as-RSS-Feed.1660.0.html
>>>>>>>>
>>>>>>>> But my RSS is empty and the Last Build Date is 1. janyary 1970.
>>>>>>>>
>>>>>>>> How can that be?
>>>>>>>>
>>>>>>>> Can anyone help?
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Regards
>>>>>>>> Jeppe Donslund
>>>>>>> _______________________________________________
>>>>>>> TYPO3-english mailing list
>>>>>>> TYPO3-english at lists.netfielders.de
>>>>>>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>>>>>>>
>>>>> _______________________________________________
>>>>> TYPO3-english mailing list
>>>>> TYPO3-english at lists.netfielders.de
>>>>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>>>>>
>>>>
>>> _______________________________________________
>>> TYPO3-english mailing list
>>> TYPO3-english at lists.netfielders.de
>>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>>>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
-+-+-+-+-+-+-+-+-+-+-+-+-+
Doug La Farge
GCN Publishing, Inc.
203.665.6211 x209
Internet Software & Services For Today's Media Companies
www.gcnpublishing.com * www.bg2go.com
More information about the TYPO3-english
mailing list