If you want to modify the templates and keep these changes after an extension update, die can outsource the template folders.
Duplicate the folders
into the fileadmin
The following TypoScript configuration tells the extension to use your new destination:
plugin.tx_dmcalendar.view {
templateRootPath = fileadmin/templates/html/extensions/dm_simplecalendar/Resources/Private/Templates/
partialRootPath = fileadmin/templates/html/extensions/dm_simplecalendar/Resources/Private/Partials/
layoutRootPath = fileadmin/templates/html/extensions/dm_simplecalendar/Resources/Private/Layouts/
}
You can set this configuration globaly or for each page, as TS constant or setup or in every each dm_simplecalendar plugin:
Write the following in your TypoScript Setup
plugin.tx_dmsimplecalendar._LOCAL_LANG.de {
date.cw = Kalenderwoche
calendar.month.noAppointments =
calendar.day.noAppointments = Keine Termine
tx_dmsimplecalendar_view_date_currentmonth = Aktueller Monat
}
Cat / Type | label-key | Default |
---|---|---|
General | ||
. | general.back | zurück |
. | general.Back | Zurück |
. | general.backToCalendar | zurück zum Kalender |
. | general.edit | bearbeiten |
. | general.delete | löschen |
. | general.legend | Legende |
Dates | ||
. | date.month.January | Januar |
. | date.month.February | Februar |
. | date.month.March | März |
. | date.calendarWeek | Kalenderwoche |
. | date.cw | KW |
. | date.today | Heute |
More | ||
. | bla.foo | bar |
Please use the typo3 forge bug tracker or send an email to <salvatore.eckel@diemedialen.de> if you have a question what should be listet here.