[TYPO3-english] Calendar Base: rss feed based on category
    Morten Kjems 
    mortenkjems at gmail.com
       
    Wed Mar 11 14:15:47 CET 2009
    
    
  
Hartmut Steglich skrev:
> Hi,
> 
>> Is it possible to generate several rss feeds based on categories in 
>> Calendar Base?
> you could use something like this in your TS:
> 
> calRSS.10.pidList = YOURPID
> calRSS.10.view.category = LISTOFYOURCATEGORIES
> calRSS.10.view.categoryMode = 1
> 
>> And if so how is it done?
> Each feed should have its own page with different category selection 
> (see above)
> 
> .../events/feed1/
> .../events/feed2/
> 
> Don't forget to set the links to your main, list, single view properly.
> 
> Hartmut
Thanks Harmut
The final TS looks like this:
[globalVar = _GET|type = 151]&&[PIDinRootline = 596]
calRSS.10.pidList = {$plugin.tx_cal_controller.pidList}
calRSS.10.view.category = 7
calRSS.10.view.categoryMode = 1
calRSS.10.displayXML.xmlTitle = Title for the rss feed
calRSS.10.displayXML.xmlDesc = Description for the rss feed
[global]
/Morten
    
    
More information about the TYPO3-english
mailing list