[Typo3-german] zweite und dritte Ebene meines Menüs haben einen anderen Platzhalter

Manuel Hendel manuel at hendel.net
Thu Nov 17 07:26:13 CET 2005


Die erste Ebene meines Menüs hat den Platzhalter MENU_OBEN1, die  
zweite MENU_OBEN23 und die dritte überschreibt die zweite als auch  
MENU_OBEN23. Irgendwie funktioniert das bei mir aber nicht. Die  
zweite Ebene erscheint einfach nicht.
Hier mein TS Code:

# Das grafische Menü oben erste Ebene erstellen
MENU_OBEN1 = HMENU
MENU_OBEN1 {
special = directory
special.value = 2
entryLevel = 1
1 = GMENU
1.NO = 1
1.NO {
backColor = #E7E8E7
XY = [20.w]+20,20
10=TEXT
10.text.field=title
10.fontFile=fileadmin/fonts/gothic.ttf
10.fontSize=12
10.fontColor=#636563
10.offset=6,14

20 = TEXT
20.hide=1
20.text.field = title
20.fontFile = fileadmin/fonts/gothic.ttf
20.fontSize = 12
20.offset = 6,14
}

RO = 1
RO {
XY = [10.w]+20,20
10 = TEXT
10.text.field = title
10.fontFile = fileadmin/fonts/gothic.ttf
10.fontSize = 12
10.fontColor = #636563
10.offset = 6,14
}
}

# Das grafische Menü oben zweiten Ebene erstellen
MENU_OBEN23 = HMENU
MENU_OBEN23 {
special = directory
special.value = 2
entryLevel = 1
1 = GMENU
2.NO = 1
2.NO {
backColor = #E7E8E7
XY = [20.w]+20,20
10=TEXT
10.text.field=title
10.fontFile=fileadmin/fonts/gothic.ttf
10.fontSize=12
10.fontColor=#636563
10.offset=6,14

20 = TEXT
20.hide=1
20.text.field = title
20.fontFile = fileadmin/fonts/gothic.ttf
20.fontSize = 12
20.offset = 6,14
}

RO = 1
RO {
XY = [10.w]+20,20
10 = TEXT
10.text.field = title
10.fontFile = fileadmin/fonts/gothic.ttf
10.fontSize = 12
10.fontColor = #636563
10.offset = 6,14
}
}

Vielleicht kann mir jemand einen Tipp geben, damit das funktioniert.

Danke und Gruß,
mhe


More information about the TYPO3-german mailing list