[TYPO3-ttnews] Subscribe to RSS

Sergio Catalá Gil scatala at iti.upv.es
Tue Nov 4 10:00:21 CET 2008


Hi, 

I've got a problem when I try to display RSS feeds using the module on 'tt_news'. 
Everything works fine but the next: 

if I subscribe to a certain feed using Firefox and try to see a certain article
in it from the menu "Bookmarks" afterwards, the typical error 'no news
id given' is displayed. 

If I see some specific article without subscribing to the feed, news are
displayed correctly using the browser. 

And something funny: if I subscribe to the feed from a feed reader
(liferea), news are displayed correctly too.  

It seems GET parameters are not inherited. 

I've been testing to add "config.linkVars = tx_ttnews" to the TS config of the article page and it works 
BUT all links add parameters from tt_news, which is something undesirable for me. 

Any other suggestions?


*** My TS config ***

### RSS ###
xmlnews = PAGE
xmlnews {
    typeNum = 100
    10 >
    10 < plugin.tt_news
    10 {
        pid_list >
        pid_list = 52
        recursive = 10
        defaultCode = XML
        dontUseBackPid = 1
        useSPidFromCategory = 1
    }

    config {
	disableAllHeaderCode = 1
	additionalHeaders = Content-type:text/xml
	no_cache = 1
	xhtml_cleaning = 0
    }
}




More information about the TYPO3-project-tt-news mailing list