[TYPO3-ttnews] help: tt_news, rss and RealURL

Oliver Rowlands oliver at liquidlight.co.uk
Mon Sep 3 15:25:47 CEST 2007


Dirk Völlger wrote:
> Hi, Thx a lot, it works perfect, except that i cannot see the little rss
> icon in my browser. do i have to include something in my template header?

Hi Dirk,

As you have noticed tt_news does not automatically populate 'related' 
content links.

You can add them yourself by using the following TS setup:

page {
   headerData {
     ### Feeds ###
     30 = TEXT
     30.value (
	<link rel="alternate" type="application/rss+xml" title="Feed title (RSS 
2.0 feed)" href="/path/to/feed/rss.xml" />
     )
   }
}

Best regards,

Oliver

-- 
Oliver Rowlands
:: Liquid Light ::

E - oliver at liquidlight.co.uk
W - http://www.liquidlight.co.uk

T - 00 44 (0)845 6 58 88 35
F - 00 44 (0)845 6 58 44 35


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