[Typo3] Advanced menu

Peter Klein peter at umloud.dk
Tue Sep 27 19:44:43 CEST 2005


Hi Sune. that's pretty easy, as HMENU has several properties, which you can 
use.
http://typo3.org/documentation/document-library/doc_core_tsref/HMENU/

If you just want to display the first 5 pages in the 1st menu, you could set 
the "maxItems" property to 5, and then on the 2nd menu, set the "begin" 
property to 6.

Or if you want selected pages in the 1st menu, you could create a use the " 
special = list" property on the 1st menu, and specify the page id's you 
want. And for the 2nd menu you just creat a normal HMENU and set the 
"excludeUidList" property to the same id's you specified in the 1st menu..

--
Peter Klein/Umloud Untd

"Sune" <nospam_sune at talefod.dk> wrote in message 
news:mailman.1.1127827556.13422.typo3-english at lists.netfielders.de...
> Hi list,
>
> Im going to make a menu which is split up in two menuen actially. All the
> items in the menus are from same level of the pagetree. But the first 5
> pages in level 1  should be shown in the top of the page and the rest of 
> the
> pages in level 1 should be shown at the right of the page. Like this:
>
> --------------------------------------------------
> | page1 | page2 | page3 | page4 | page5 |             |
> --------------------------------------------------
> |                                                           | page6   |
> |                                                           |---------|
> |                                                           | page7   |
>
> And so on...
>
> How do i control which pages should be included in each menu. Both menus
> should be shown in all pages.
>
> Does anyone have an idea?
>
> BR
> Sune
>
> 





More information about the TYPO3-english mailing list