[TYPO3-english] tt_news: AMENU

Brian Lamb blamb at jcvi.org
Wed May 19 15:13:51 CEST 2010


Hi all,

I recently upgraded tt_news and now my AMENU doesn't work. I looked in 
the tt_news manual and it recommended I change the compatVersion to 
2.5.0 because none of my tt_news items are set to archive. However, all 
this does is generate a list of links whereas previously they were set 
to be a dropdown menu. How can I get this back?

My TypoScript is:

plugin.tt_news {
   archiveMode = year
   useHRDates = 1
   archiveTitleCObject.10 {
     if.value.date = Y
     if.equals.data = GPvar:tx_ttnews|year
     strftime = %Y
     wrap = |
   }
   archiveTitleCObject.20 {
     if.value.date = Y
     if.equals.data = GPvar:tx_ttnews|year
     strftime = %Y
   }
   displayList.date_stdWrap.strftime = %d-%b-%Y
   displayLatest.date_stdWrap.strftime = %d-%b-%Y
   compatVersion = 2.5.0
}

Thanks,

Brian Lamb


More information about the TYPO3-english mailing list