Hallo, für ein Seitenelement mit Konzerthinweisen verwende ich ein spezielles Inhaltselement, welches Redakteure bearbeiten können (Es liegt in einem Systemordner). Dieses Element wird im Standard-Template eingebunden und auf fast allen Seiten angezeigt. Leider muss nach der Änderung des Inhalts der Seiteninhalts-Cache für alle Seiten gelöscht werden, damit die Änderung im Frontend sichtbar wird.
Wie läßt sich das vermeiden? Hier mein TS-Setup in Auszügen: # Inhaltselement für Konzerttips temp.konzerttip = RECORDS temp.konzerttip { tables=tt_content source=9 dontCheckPid = 1 } # Seite page.10 = FLUIDTEMPLATE page.10 { # Set the Template Pathes partialRootPath = fileadmin/template/html/partials/ layoutRootPath = fileadmin/template/html/layouts/ variables { content_left < styles.content.get content_left.select.where = colPos = 1 [...] tip < temp.konzerttip [...] } } # fluid Template section 'tip' <f:section name="tip"> <div id="tip"> <f:format.html>{tip}</f:format.html> </div> </f:section> Vielen Dank und herzliche Grüße Dirk _______________________________________________ TYPO3-german mailing list TYPO3-german@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german