Liebe Community!

Ich habe folgendes Problem unter TYPO3 4.7.4

Der CType: shortcut erzeugt bei mir keine Ausgabe.

Ein kleiner Test macht mich vollkommen Ratlos:

1) Das Hier

        tt_content.shortcut >
        tt_content.shortcut = COA
        tt_content.shortcut {
                10 = TEXT
                10.value = TEXT
        }

   erzeugt die Ausgabe:
        
        <div id="c496" class="csc-default">TEXT</div>

   Gut so...

2) Das Hier

        tt_content.shortcut >
        tt_content.shortcut = COA
        tt_content.shortcut {
                10 = TEXT
                10.value = TEXT

                20 = RECORDS
                20.source = 288 # Beliebiges CType
                20.dontCheckPid = 1
                20.tables = tt_content
}

        erzeugt GAR KEINE Ausgabe mehr

Es scheint als würde das einfügen des Begriffs "20 = RECORDS" die gesamt 
Ausgabe unterbinden...
Sehr seltsam, denn es sollte ja auf jeden Fall 10 = TEXT zuvor ausgegeben 
werden.

Habt ihr vielleicht einen Hinweis?

Danke,
Thomas
                
                
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an