[TYPO3-german] Re: TYPO3 - Datensatz soll typoscript überschreiben

Sebastian Schmal sebastian.schmal at gmx.de
Thu May 21 23:14:18 CEST 2015


hab jetzt doch noch mal rumprobiert, glaube so gehts:

lib.headerRight.20.10 = COA
lib.headerRight.20.10 {
   10 = RECORDS
   10 {
     wrap = |
     tables = tt_content
     source = 330
     dontCheckPid = 1
   }

   stdWrap.ifEmpty.cObject = TEXT
   stdWrap.ifEmpty.cObject {
     value (
     TEST
     )
   }
}


passt das so, oder ist das misst?

VG


------------------------------------------

TYPO3 - TIPPS - ANLEITUNGEN - NEWS
unter: http://www.typo3-probleme.de/

TYPO3 Webdesign Agentur Wiesbaden - Frankfurt
unter: http://www.ingeniumdesign.de/

Facebook Fan
http://www.facebook.com/ingeniumdesign/

------------------------------------------

Am 21.05.2015 um 23:04 schrieb Sebastian Schmal:
> hallo liste,
>
> ich habe folgendes typoscript:
>
> 10 = COA
> 10 {
>        10 = TEXT
>        10.value (
>        Test
>        )
> }
>
> ich möchte gerne diesen wert 10.10 überschrieben, sobald auf der xx in
> der spalte z.b. "0" ein datensatz liegt.
> oder am besten wäre, wenn datensatz 330 "aktiviert" ist. und nicht
> versteckt.
>
> hab an so was hier gedacht, nur geht das nicht
>
> [globalVar = TSFE:tt_content_330]
> [globalVar = TSFE:id = 330]
>
> lib.headerRight.20.10 = COA
> lib.headerRight.20.10 {
>    10 = RECORDS
>    10 {
>      wrap = |
>      tables = tt_content
>      source = 330
>      dontCheckPid = 1
>
>    }
>    required = 1
> }
> [global]
>
> kann mir jemand dabei helfen?
> vielen dank
>


More information about the TYPO3-german mailing list