Hallo,
ich verwende Typo3 Version 4 final und tt_news 2.4.0 mit folgender Konfiguration:
[TS]#################################
#News konfigurieren
plugin.tt_news._CSS_DEFAULT_STYLE >
#lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.P.class = news
plugin.tt_news {
singlePid = 31
usePagesRelations = 1
archiveTitleCObject {
10.strftime = %B - %Y
}
getRelatedCObject {
10.1.20.strftime = %d.%m.%Y %H:%M
}
displaySingle {
date_stdWrap.strftime= %d.%m.%y
time_stdWrap.strftime= %H:%M
age_stdWrap.age = Minuten | Stunden | Tage | Jahre
}
displayLatest {
date_stdWrap.strftime= %d.%m.%y
time_stdWrap.strftime= %H:%M
}
displayList {
date_stdWrap.strftime= %A %d. %B %Y
time_stdWrap.strftime= %d.%m.%y %H:%M
}
}
plugin.tt_news {
displayCatMenu {
# select root icon file
catmenuRootIconFile = EXT:tt_news/res/tt_news_cat.gif
# enable root icon
catmenuNoRootIcon = 0
# disable other icons
catmenuIconMode = -1
}
}
plugin.tt_news {
pageBrowser {
dontLinkActivePage = 1
maxPages = 10
showPBrowserText = 0
showResultCount = 0
}
}
plugin.tt_news.displayLatest.subheader_stdWrap.crop = 100 | ... | 1
[/TS]
Trotzdem ist das Format des Datums bei related News falsch. Interessant ist, daß das Datum bei related Pages jedoch richtig ist. Suche im Forum hat nichts ergeben und auch der ObjectBrowser findet kein falsch formatiertes Datum bei der Suche nach "strftime".
Beispiel hier:
[url]http://yaml.t3net.de/Newsdetails.31+M5d62d63e72f.0.html[/url]
Viele Grüße