[TYPO3-english] Active menu item problem

Pero Peric pperic at mail.com
Wed Sep 17 17:05:41 CEST 2014


Hi,

I'm trying to generate menu that would include the parent page + 
subpages so i made something like this:

   menu = COA
   menu {
     [...]

     # parent menu page
     15 = HMENU
     15 {
       special = list
       ## page ID of the parent page in the menu tree
       special.value.data = register:mystartingpoint
       1 = TMENU
       1 {
           noBlur = 1
           NO.doNotLinkIt = 0
           NO.allWrap = <div class="black">|</div>
           ACT = 1
           ACT.allWrap = <div class="red">|</div>
       }
     }

     ## menu of subpages
     20 = HMENU
     20 {
          special = directory
          special.value.data = register:mystartingpoint
          1 = TMENU
          [...]
      }
   }

Now, it all works fine expect the fact that i always get ACT state 
activated for parent menu page no matter on which menu page i am. In 
subpages ACT works as expected. Why is that happening and how to solve 
it? Thx.!

Regards.


More information about the TYPO3-english mailing list