This extension completely changes the way pages are rendered. Every page displays a list of all articles that are published to the page itself or a child of it. In consequence the top level page (Startseite) displays ALL published articles. But only article-title and subtitle are displayed and only a certain number (default: 50) of articles are displayed, the rest is divided into browsable sub pages. One article in this list can be opened, eg. displayed in full inside this list.
Abbildung 4: Article list, no "open" articles
Abbildung 5: Article list, second article "open"
To process of generating such a list is:
Using the id parameter supplied in the URL (or the default startpage) the database is searched for all trays which publish either directly to this ID or a child of it.
Then all the articles (pages) in all those trays are gathered and sorted and truncated (by default 50 articles are displayed at a time) and finally the list is rendered.
The following URL parameters control these additional features of fhm_tray:
idexpects the ID of the menu page you want displayed
lastArticleif this is provided the article with the corresponding ID will be rendered in full (opened)