Moin, habe mich mal wieder festgebissen! Und zwar habe ich mein menü mit dem "ypslideoutmenu" aufgebaut! Funktioniert auch Prima!
Mein Menüaufbau:
Typoscript-Code:
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34:
| navigation = HMENU navigation { special = directory special.value = 1 stdWrap.dataWrap = <ul>|</ul> stdWrap.required = 1 korek_css = padding-bottom:20px;margin-left:1px;text-align:left cssfile = fileadmin/templates/css/ypSlideOutMenus.css aniLen = 800 hideDelay = 5 minCPUResolution = 10 kore_so_x = -2 div_id_layer = yymenu 1 = tx_menu_ypslideoutmenu 1 { expAll=1 NO = 1 NO { linkWrap = <span>|</span> ATagBeforeWrap = 1 allWrap = <li>|</li> } } 2 = tx_menu_ypslideoutmenu 2 { moveTo = down height = 22 width = 139 expAll=1 NO { } } } |
Da die Seiten "Portrait, Coaching, COnsulting, Communication" keinen Content beinhalten, sollen Sie auch nicht verlinkt werden. Deshalb habe ich einen "doNotLinkIt = 1" eingebaut! Welches auch funktioniert hat!
Typoscript-Code:
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35:
| navigation = HMENU navigation { special = directory special.value = 1 stdWrap.dataWrap = <ul>|</ul> stdWrap.required = 1 korek_css = padding-bottom:20px;margin-left:1px;text-align:left cssfile = fileadmin/templates/css/ypSlideOutMenus.css aniLen = 800 hideDelay = 5 minCPUResolution = 10 kore_so_x = -2 div_id_layer = yymenu 1 = tx_menu_ypslideoutmenu 1 { expAll=1 NO = 1 NO { doNotLinkIt = 1 linkWrap = <span>|</span> ATagBeforeWrap = 1 allWrap = <li>|</li> } } 2 = tx_menu_ypslideoutmenu 2 { moveTo = down height = 22 width = 139 expAll=1 NO { } } } |
Das Problem, nun ist auch die Seite "HOME" nicht mehr verlinkt! ich habe auch schon versucht, das ich die Seiten anspreche, mit "doNotLinkIt = 3,4,5,6" doch das half auch nicht! Ich hoffe mir kann jemand helfen!
Gruß