[TYPO3-ttnews] RSS/XML problem with External URL news

Ingo Renner typo3 at ingo-renner.com
Mon Jan 23 14:24:15 CET 2006


Am Mon, 23 Jan 2006 13:12:21 +0100 schrieb stefano cecere:

Hi,

> i solved it changing line 976  of pi/class.tx_ttnews.php from
> $rssUrl = ($row['type'] == 1 ? $this->config['siteUrl'] .$this->pi_getPageLink($row['page'], ''):substr($row['ext_url'], 0, strpos($row['ext_url'], ' '))) ;
> to:
> $rssUrl = ($row['type'] == 1 ? $this->config['siteUrl'] .$this->pi_getPageLink($row['page'], ''):$row['ext_url']);

please add it as a unified diff to the bugtracker


thanks
Ingo

-- 
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/



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