[TYPO3] TMENU_LAYER

Bas van der Togt b.vandertogt at profinit.com
Thu Jan 25 13:38:14 CET 2007


Hello JoH,

I combined your last two posts but it's still not working.
My first level is a GMENU_LAYER because it have to show some pics. My 
second level is a TMENU_LAYER. This level have to render this:

Title level 1 (only once)
   title item 1 level 2
   title item 2 level 2
   title item 3 level 2
   etc etc

I tried this code:
--- CUT ---
NO {
   before.cObject = TEXT |*| 0 |*|
   before.cObject  {
     5 = TEXT
     5 {
       text.cObject = COA
       text.cObject {
         10 = RECORDS
         10 {
           source.field = pid
           tables = pages
           conf.pages = TEXT
           conf.pages {
             field = title
           }
         }
       }
     }
   }
   beforeWrap =
   ATagParams = class="menu"
   allWrap = |
}
--- CUT ---

Hopefuly ypu can help me one more time.
And sorry for the obscurity.

cheers,
Bas


More information about the TYPO3-english mailing list