[Typo3] GMENU 2nd level - newbie

Thomas Eichberger thomas.eichberger at gmx.net
Thu Jan 27 17:06:00 CET 2005


Hi,


I would like to have some uploaded GIFs for my main menu, something like:


A
B
C


and when I click on A it should show the corresponding page and the menu
should change to


A
  a
  b
B
C


where a and b are pages under A. 


I did something like:



temp.imageMenu = HMENU
temp.imageMenu.entryLevel = 0


temp.imageMenu.1 = GMENU
temp.imageMenu.1.expAll = 1
temp.imageMenu.1 {
NO {
  altImgResource.import = fileadmin/xy
  altImgResource.import.field = media
  altImgResource.import.listNum = 0
}
}


temp.imageMenu.2 = GMENU
temp.imageMenu.2 {
  target = mitte
  NO {
  altImgResource.import = fileadmin/xy
  altImgResource.import.field = media
  altImgResource.import.listNum = 0
}
}



But imageMenu.2 is never displayed. What little piece am I missing here? :-)



Thomas





-- 
GMX im TV ... Die Gedanken sind frei ... Schon gesehen?
Jetzt Spot online ansehen: http://www.gmx.net/de/go/tv-spot



More information about the TYPO3-english mailing list