[Typo3] Rendering only ACT GMENU items

Miroslav Monkevic miroslavm at centras.lt
Wed Feb 23 13:07:23 CET 2005


Hello,

I give up. My task is to render active first level menu item title.
Below is ugly solution I came to after studying all known sources.
It renders 1x1 gifs for none active items. How GIFBUILDER rendering 
could be turned off?
Something like TMENUITEM's .doNotShowLink (only without spacers) would 
be great.


menus.2 = HMENU
menus.2 {
   1 = GMENU
   1.NO = 1
   1.NO {
     noLink = 1
     XY = 0,0
   }
   1.ACT = 1
   1.ACT {
        XY = [10.w]+10,28
        backColor = white
        10 = TEXT
        10.text.field = title
        10.text.case = upper
        10.fontColor = #D0CECE
        10.fontFile = fileadmin/fonts/HELVCNLT.TTF
        10.niceText = 1
        10.offset = 0,21
        10.fontSize = 21   
   }
}

-- 
Miroslav




More information about the TYPO3-english mailing list