[TYPO3-german] Calender Base - deutsche Schreibweise

Jörg Wenzel joerg.wenzel.sl at t-online.de
Wed Nov 29 11:24:57 CET 2006


Hallo Arne,
vielen Dank für Deine Hilfe.
Ich habe deinen Code im Setup des "root-templates" eingebaut. Leider
funktioniert es noch nicht.
Habe ich noch etwas übersehen? Anbei das Setup zur Kontrolle
Viele Grüße
Jörg


# Allgemeine TypoScript-Konfiguration
config.simulateStaticDocuments = 1
config.simulateStaticDocuments_noTypeIfNoTitle = 1
config.language = de
config.locale_all = de_DE
temp.BANNERTOP < plugin.tx_macinabanners_pi1
temp.BANNERTOP {
# show banners with this attribute. Options are: top, left, bottom, right
placement = top
#mode to show banners. Options are: all, random
mode = random
# list of page IDs where the banners should be taken from (comma seperated.
i.e.: 1,5,7)
pidList = 34
# levels of recursion to search for banners
recursive = 0
# Limit number of banners
results_at_a_time = 1
}
plugin.tx_cal_controller {
   view.week {
    dateFormatWeekList = %a, %d.%m.%y
    dateFormatDay = %a, %d.%m.%y
    timeFormatDay = %H:%M
    dateFormatWeek = %d. %B %Y
    timeFormatWeek = %H:%M
    eventStartTimeFormatWeek = %H:%M
    eventEndTimeFormatWeek = %H:%M
   }
   view.day {
    dateFormatWeekList = %A, %d.%B %Y
    dateFormatDay = %a, %d.%m.%y
    timeFormatDay = %H:%M
    dateFormatWeek = %d.%B
    timeFormatWeek = %H:%M
    eventStartTimeFormatWeek = %H:%M
    eventEndTimeFormatWeek = %H:%M
   }
   view.event {
    dateFormat = %d.%B %Y
    timeFormat = %H:%M
   }
   view.list {
    dateFormatList = %a, %d.%m.%y
    timeFormatList = %H:%M
   }
   view.month {
    dateFormatMonth = %B %Y
   }
   view.other {
    dateFormatWeekJump = %d.%b
    dateFormatMonthJump = %B %Y
   }
}

seite = PAGE
seite {........DIESEN CODE HABE ICH HIER DER LÄNGE WEGEN AUSGESPARRT.....
}
#Spamabwehr
config.spamProtectEmailAddresses = 1
config.spamProtectEmailAddresses_atSubst = (bei)
config.spamProtectEmailAddresses_lastDotSubst = (dot)
#zeitabhängiger begrüßungstext
[hour = >9]
 seite.10.marks.DATUM.10.value = Guten Tag
[hour = >17]
 seite.10.marks.DATUM.10.value = Guten Abend
[global]
plugin.tx_macinabanners_pi1.pidList = 34
plugin.tx_macinabanners_pi1.results_at_a_time = 1




More information about the TYPO3-german mailing list