[Typo3-german] Von Tmenu zu GMenu

Sauer, Peter psauer at suedostschweiz.ch
Mon Oct 17 10:28:17 CEST 2005


Hallo Zusammen

Bin ein Typo3 newbie. Habe eine Page nach modern-template-building-p1 estellt (www.sauer.lv).
Nun will ich aus den Tmenus Gmenus machen, da man da mehr möglichkeiten hat.
Ich habe da auch ein paar Berispiele gefunden:

http://typo3.org/documentation/document-library/doc_core_tsbyex/GMENU-1/

Aber irgendwie will es einfach nicht. 
Hier mein Menu-Setup das ich übernommen habe:


# Menu 1 cObject
temp.menu_1 = HMENU
temp.menu_1.entryLevel = 0
temp.menu_1.1 = TMENU
temp.menu_1.1.expAll = 1
temp.menu_1.1 {
    # Normal state properties
  NO.allWrap = <div class="menu1-level1-act"> | </div>
  NO.stdWrap.htmlSpecialChars = 1
  NO.doNotLinkIt = 1
# Enable active state and set properties:
## ACT = 1
## ACT.allWrap = <div class="menu1-level1-act"> | </div>
  SPC = 1
  SPC {
   doNotLinkIt = 1
   allWrap = <div style="visibility: hidden;"> | </div>
  }
 }


# Second level menu-object, textual
temp.menu_1.2 = TMENU
temp.menu_1.2expAll = 1
temp.menu_1.2  {
    # Normal state properties
   NO.allWrap = <div class="menu1-level2-no"> | </div>
   NO.stdWrap.htmlSpecialChars = 1   
   # Enable active state and set properties:
   ACT = 1
   ACT.stdWrap.htmlSpecialChars = 1
   ACT.allWrap = <div class="menu1-level2-act"> | </div>
  }

Hatt da jemand ne Idee wie ich das machen kann.
Ist ja auch vom Template abhängi oder nicht ??
Mega Dank

Gruss Peter



More information about the TYPO3-german mailing list