[TYPO3] Menu in TS

JoH info at cybercraft.de
Tue Aug 1 11:38:28 CEST 2006


> lib.menu.special.value = 1, 8,7,6,5,4,3,17,18
>
> It works but it make me some wrong. For example if i am in page id=18,
> <li> is active but i dont know why page id=1 is active too always.

Let me guess.

The structure is:

1    Parentpage
    3    Child of 1
    ...
    8    Child of 1

ACT marks the currently active part of the page tree.
So if you are on page 8, the parent page (1) will always get the ACT state
too.

If you don't want the menu to behave like that, you have to use CUR instead
of ACT.
CUR marks the currently active page only, but not the corresponding part of
the page tree.

HTH

Joey

-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your knob sometimes!)
Dieter Nuhr, German comedian
openBC: http://www.cybercraft.de
T3 cookbook: http://www.typo3experts.com





More information about the TYPO3-english mailing list