[TYPO3-german] Problem bei Content-Ausage per TypoScript
Hauke Haller
post at haukehaller.de
Sun Jan 22 11:36:20 CET 2012
Moin,
was willst Du denn geändert haben?
Wenn Du den Text ändern willst („Fantstische Welten ... “) müsstest Du das Inhaltselement mit der ID 227 finden und ändern.
Ich nehme aber an dass Du irgendwas mit Deinem footerbottom meinst. Ist {$copyright} definiert?
Hauke
Am 21.01.2012 22:12, schrieb Christian Hager:
>
> Hallo Leute, ich habe folgendes Problem:
>
> Wenn ich Inhaltselemente per TypoScript ausgeben möchte kommt folgendes dabei raus:
>
> TypoScript:
> -->
> lib . footer = COA
> lib . footer {
> 10 = RECORDS
> 10 {
> wrap =< div class = "span -10 "> |< /div>
> tables = tt_content
> source = tt_content_227
> }
> }
>
> lib . footerbottom = COA
> lib . footerbottom {
> 10 = TEXT
> 10 {
> data = date :U
> strftime = %Y
> dataWrap =< div> < p id = "footerCopyright "> © ;  ; Fantastische Welten 2008 -  ; |  ; {$copyright }< /p> < /div>
> }
> }
> -->
>
> Ausgabe:
> -->
>
>
>
>
> <div class="span-10"><p>Über Fantastische Welten</p> <p>Fantastische Welten ist eine Webplattform zum Thema fantastische Literatur.</p> <p>Hier erfahren Sie alles Wissenswerte über Autoren und ihren Werken aus den Bereichen Fantasy, Science Fiction, Mystery und Horror.</p> <p>Wir wünschen Ihnen viel Spaß bei Fantastische Welten! </p></div>
> <div><p id="footerCopyright">© Fantastische Welten 2008 - 2012 </p></div> -->
>
> Hoffe ihr könnt mir da weiter helfen, wie ich dies ändern kann.
>
> Beste Grüße,
> Chris
More information about the TYPO3-german
mailing list