[TYPO3-german] Aktualisierungsdatum

Daniel Becker daniel.becker at uni-rostock.de
Wed Aug 1 15:05:04 CEST 2007


Am 01.08.2007 um 14:46 schrieb Gerald Stecklum:

> Hallo,
> Ich möchte auf der Website das Aktualisierungsdatum automatisch  
> (also nach
> jeder Änderung auf irgendeiner Seite) erzeugen.
> Wie kann ich das in Typoscript realisieren?
>
> Tschüss Gerald



ich mache das mit der extension responsible und einem marker:


<schnipp>

#verantwortlich/last update
plugin.tx_responsible_pi1 {
     responsible_prefix=Hinweise zu dieser Seite bitte an:&nbsp;
     lastmodified_prefix=Letzte Überarbeitung:&nbsp;;
     date_format=%e. %B %Y
     date_first = 0
     mode = 0
}

    10 = TEMPLATE
    10.template = FILE
    10.template.file = fileadmin/templates/vwlmain/grundgeruestVWL.html
    10.workOnSubpart = DOCUMENT_BODY
    10.marks {
    #autor-marker belegen...
    author < plugin.tx_responsible_pi1

<schnipp>
.....

Daniel


More information about the TYPO3-german mailing list