[Typo3] TMENU: how to show all subpages of a certain higher raning page

Tadej Bregar Tadej.Bregar at guest.arnes.si
Thu Feb 24 01:30:20 CET 2005


Hi,
on the first page of my site I want to display links to subpages of my 4 
main categories (these are higher ranking pages in the hierarchy).

I figured out how to do that (using TMENU), but the problem is I want to 
show those links in four nicely css-styled boxes, using DIVs in UL/LI.
 First gray frame holds title of the first page and links to subpages of 
this page, orange frame is positioned to the right of the first one and 
third and fourth boxes are positioned below those gray and orange ones.

So I somehow have to declare  that in the gray frame only links to 
subpages of the FIRST top-level page should go. (and in orange only from 
the SECOND top-level page ...).

For each of these four "menus" (lists of subpages) I want to use 
following html markup:
DIV ..... title of the top-level page ...
  UL
      LI ... subpage 1 /LI
      LI ... subpage 2 /LI
      LI ... subpage 3 /LI
  /UL
/DIV


How should I do that? TS Setup, custom PHP script ? Is the html markup 
suitable to accomplish this ?Any ideas?


Thanks!

Tadej Bregar
Slovenia




More information about the TYPO3-english mailing list