[TYPO3-UG Italy] Feed RSS due categorie (tx_news)

Michael Tamburini barcarogf+typo3 at gmail.com
Wed Jul 10 10:58:45 CEST 2013


Ciao, ho predisposto due feed rss separati per due categorie del nostro 
sito. Per l'integrazione con un altro sito ci hanno chiesto di unificare 
le due categorie in un unico feed.

Faccio in questo modo:

pageNewsRSS = PAGE
pageNewsRSS {
     typeNum = 9819
     10 < tt_content.list.20.news_pi1
     10 {
             switchableControllerActions {
                     News {
                             1 = list
                     }
             }
             settings < plugin.tx_news.settings
             settings {
                     categories = 1,3
                     categoryConjunction = or
                     limit = 30
                     detailPid = 379
                     startingpoint = 18
                     format = xml
                     list.rss.channel {
                       title = abcde
                       link = http://www.abcde.it/mioFeed.rss
                       description = Mio feed
                       copyright = © Abcde
                       language = it-it
                     }
             }
     }
}

Ho il problema che tutte le news escono con il link alla pagina di 
dettaglio 379. Vorrei invece che il detailPid lo prendesse dalla 
categoria, visto che è un'informazione che fornisco. Se faccio

detailPid >

non ottengo risultati, anzi il link esce sbagliato. Come devo fare?

Ciao,
Michael.


More information about the TYPO3-UG-Italy mailing list