[TYPO3] Menu nivel 2
Miguel Angel Calleja Lázaro
mangelcl at yahoo.es
Tue Jul 3 18:12:51 CEST 2007
Hi list, i would like to do a menu of nivel 2 type:
>
> Page 1
> Page 2
> Page 3
> Page 3.1
> Page 3.2
> Page 3.3
> Page 4
>
> I did this, but only display pages nivel 1:
> lib.columna = COA
> lib.columna.5=TEXT
> lib.columna.5.value=<h2>Prensa</h2>
> lib.columna.10 = HMENU
> lib.columna.10.entryLevel=1
> lib.columna.10.1 = TMENU
> lib.columna.10.1 {
> wrap = <ul>|</ul>
> NO.allWrap = <li> | </li> ACT = 1
> ACT.allWrap = <li class="active">| </li>
> }
>
> How can I do to display menu nivel 1 and nivel 2 if is there at the same
> time? Thanks
>Well, it shows only level 1 because you defined menu only for level 1
>(lib.columna.10.1). You have to define it for as many levels as you need.
Thanks very much Dmitry, it works. One thing more, it is possible to remove the link to a determined page?
<ul>
<li><a href="..">Page 1</a></li>
<li><a href="...">Page 2</a></li>
<li>Page 3</li>
...
More information about the TYPO3-english
mailing list