[TYPO3-german] Condition werden nicht ausgeführt?

Jochen Graf graf at uni-landau.de
Mon Jul 30 15:37:34 CEST 2007


Jochen Rieger schrieb:
> Hallo Jochen,
>
>
>   
>> [globalVar=TSFE:page|layout=0]
>> page.1 = HTML
>> page.1.value = Hallo, Layout 0
>> [global]
>>     
>
> ^^^ hier liegt wahrscheinlich der Fehler. Das HTML Objekt wird nur in 
> der ersten Condition erstellt.
>
> page.1 = HTML ... das sollte AUSSERHALB der Conditions sitzen. Kannst es 
> natürlich auch innerhalb jeder Condition neu erstellen. Aber eleganter 
> wäre es so:
>
> - snip -
>
> page.1 = HTML
> page.1.value = Hallo, Layout, falls Wert nicht gesetzt
>
> [globalVar=TSFE:page|layout=0]
> page.1.value = Hallo, Layout 0
> [global]
>
> [globalVar=TSFE:page|layout=1]
> page.1.value = Hallo, Layout 1
> [global]
>
> [globalVar=TSFE:page|layout=2]
> page.1.value = Hallo, Layout 2
> [global]
>
> - snap -
>
> Viel Erfolg,
> Jochen
>
>   
Hallo, danke das geht nun aber ich kann immer noch keine Layouts auswählen?

Das habe ich zum laufen gebracht.

[globalVar=TSFE:page|layout=0]
page.1=HTML
page.1.value = Hallo, Layout 0
[global]

[globalVar=TSFE:page|layout=1]
page.1=HTML
page.1.value = Hallo, Layout 1
[global]

[globalVar=TSFE:page|layout=2]
page.1=HTML
page.1.value = Hallo, Layout 2
[global]


Wenn ich nun meine Layouts einbaue


page = PAGE

 
# Template integrieren
page.10 = TEMPLATE
page.10.template = FILE

 ##### Template Basic #######
 [globalVar=TSFE:page|layout=0]
 page.10.template.file =fileadmin/template/headerleftfooterr.html
 [global]

 ##### Template Startseite #######
 [globalVar=TSFE:page|layout=1]
 page.10.template.file = fileadmin/template/headerleftsidebar.html
 [global]

 ##### Template Basic Eyecatcher #######
 [globalVar=TSFE:page|layout=2]
 page.10.template.file = fileadmin/template/left.html
 [global]


page.10.workOnSubpart = DOCUMENT_BODY

Dann klappts einfach nicht, ich denke das liegt an dem "template.file"

Hast du einen Tipp??

danke

-- 
Mit freundlichen Grüssen

Jochen Graf

Universität Koblenz-Landau / Campus Landau
Arbeitstelle Multimedia/Technik-Administration
Thomas-Nast-Str. 44
76829 Landau
mail: graf at uni-landau.de
fon: 06341-990-224



More information about the TYPO3-german mailing list