Download  |  Search  |  Log in  |  FAQ  |  Memberlist  |  Online  |  TYPO3.org Developer Resource
Home » TypoScript » Menu
Post new topic   Reply to topic Page 1 of 1 [1 Post] leve 4, level 5 and level 6 GMeNU GMENU_LAYERS
Author Message
rafael_mota



Joined: 28 May 2009
Posts: 1

PostPosted: 28 May 2009 - 6:02 pm    Post subject:  leve 4, level 5 and level 6 GMeNU GMENU_LAYERS
Subject description: GMENU Level
Reply with quote

Hello I am new to typo3 created a menu that is reaching the level 4 to my difficulties in making the level just after the open another example level 1 -> level 2 -> level 2.1 and level 2.2

Below is my code if someone can help me.

includeLibs.gmenu_layers = media/scripts/gmenu_layers.php

temp.navigation_html_gmenu_layers = HMENU
temp.navigation_html_gmenu_layers.1 = GMENU_LAYERS
temp.navigation_html_gmenu_layers.special = directory
temp.navigation_html_gmenu_layers.special.value = {$metas.pid}
temp.navigation_html_gmenu_layers.entryLevel = 0

temp.navigation_html_gmenu_layers.1 {
layerStyle = position:absolute;left:40;top:219;width:25px;border:1px;VISIBILITY:hidden;
xPosOffset = 40

#expAll = 1
displayActiveOnLoad = 0
NO {
XY = [10.w]+11, 22
10 = TEXT
10.text.field = title
10.offset = 3,15
10.fontFile = fileadmin/template/fonts/verdana.ttf
10.fontSize = 10
10.fontColor = #FFFFFF
backColor = #ab0303
allWrap = |
after = - |
}
RO < .NO
RO {
10.fontColor = #FFFFFF
backColor = #d30202
}
RO = 1
ACT < .NO
ACT {
10.fontColor = #FFFFFF
backColor = #ab0303
}
ACT = 1
}

temp.navigation_html_gmenu_layers.2 < temp.navigation_html_gmenu_layers.1
temp.navigation_html_gmenu_layers.2 = GMENU
temp.navigation_html_gmenu_layers.2.entryLevel = 1
#temp.navigation_html_gmenu_layers.2.wrap = |<br />
temp.navigation_html_gmenu_layers.2 {
NO {
5.color = #ffffff
backColor = #ab0303
XY = 160, 25
10 = TEXT
10.text.field = title
10.offset = 5,17
10.fontFile = fileadmin/template/fonts/verdana.ttf
10.fontSize = 10
10.fontColor = #FFFFFF
allWrap = |
after = <br>
}
RO < .NO
RO.10.fontColor = #ffFFFF
RO.backColor = #d30202
RO = 1
ACT < .NO
ACT.10.fontColor = #FFFFFF
ACT.backColor = #ab0303
ACT = 1
}

temp.navigation_html_gmenu_layers.3 < temp.navigation_html_gmenu_layers.2
temp.navigation_html_gmenu_layers.3 = GMENU
temp.navigation_html_gmenu_layers.3.wrap = <br/>|<br />
temp.navigation_html_gmenu_layers.3 {

NO {
5.color = #ffffff
backColor = #ab0303
XY = 300, 25
10 = TEXT
10.text.field = title
10.offset = 10,17
10.fontFile = fileadmin/template/fonts/verdana.ttf
10.fontSize = 10
10.fontColor = #FFFFFF
}
CUR < .NO
RO.10.fontColor = #ffFFFF
RO.backColor = #d30202
RO = 1
ACT < .NO
ACT.10.fontColor = #FFFFFF
ACT.backColor = #ab0303
ACT = 1
}
#4 < .1
temp.navigation_html_gmenu_layers.4 < temp.navigation_html_gmenu_layers.1
temp.navigation_html_gmenu_layers.4 = GMENU
temp.navigation_html_gmenu_layers.4.wrap = |
temp.navigation_html_gmenu_layers.4 {

NO {
5.color = #ffffff
backColor = #ab0303
XY = 300, 25
10 = TEXT
10.text.field = title
10.offset = 20,17
10.fontFile = fileadmin/template/fonts/verdana.ttf
10.fontSize = 10
10.fontColor = #FFFFFF
}
RO < .NO
RO.10.fontColor = #ffFFFF
RO.backColor = #d30202
RO = 3
ACT < .NO
ACT.10.fontColor = #FFFFFF
ACT.backColor = #ab0303
ACT = 3
}

}
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [1 Post] View previous topic :: View next topic
Home » TypoScript » Menu
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum