[TYPO3] GMENU problem with hidden page

Sander van Gelderen mail at NOSPsandervangelderen.nl
Sat Feb 3 20:33:10 CET 2007


Dusan Aleksic schreef:
> I have a menu that looks something like: Home About Contact
> Home is a shortcut with id=130 that points to the page that has id=124, 
> when I click on the About and Contact links in the menu, they turn red, 
> as they should, but when I click on the Home link it stays gray.
> How can I fix this?
> 
> this is the that generates menu code:
> 
> lib.upper_menu = COA
> lib.upper_menu.10 = HMENU
> lib.upper_menu.10.1 = GMENU
> lib.upper_menu.10.1{
> NO{
> noblur = 0
> expAll = 0
> XY = [10.w],[10.h]
> format = gif
> quality = 100
> linkWrap = |    
> 10 = TEXT
> 10{
>     text.case = upper
>     text.field = title
>     fontColor = #7A7F6B
>     fontSize = 8
>     fontFile = fileadmin/fonts/STAN0757.TTF
>     offset = 0,[10.h]
>     niceText = 0
>     antiAlias = 0
> }
> }
> 
> RO < .NO
> RO {
> 10.fontColor = #000000
> }
> RO = 1
> 
> CUR < .NO
> CUR{
> 10.fontColor = #E81000
> }
> CUR = 1
> 
> }
> 
> cheers!

Hi Dusan,

try using the ACT state in stead of CUR
check the reference here: 
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.0.0/view/10/2/


Sander


More information about the TYPO3-english mailing list