What I wanted to ask: As far as I can tell, the subpages need to be unlisted or listed In order to be accessible on the main page. But in both states the subpages are available trough a URL, which when called only shows the page title as defined in the default template of the starter kit.
Is there a way to either redirect all traffic that tries to access the subpage to the master page or a way to integrate the subpages without publishing? Or is wrong or bad style to do this at all?
Your best bet is to create a route to redirect all subpages to the parent page:
Theoretically possible but imo not such a good idea, after all, publishing allows you to definitely say “this is ready to go online” and only published pages are validated (e.g. required fields, field values).
No, it’s totally fine to do it like that.
There’s also a plugin that makes handling such modules a bit easier:
The part with the routes is tough. To be honest, I’m only understanding half of what is written there and it just doesn’t feel good using something I don’t fully understand.
Especially when it comes to the Multi-language setup. The URLs are language specific and the subpages are not containing a keyword that could be used for a pattern. Maybe I’m missing something here, but as I said… this seems to be nothing for beginners.
The plugin is nice, but looks as if I would have to rebuild everything to be based on modules. Plus, plugins are somehow black-boxes for me. The reason I opted for Kirby is to learn and understand how things are working.
Maybe its just to late and I should look at it tomorrow with a fresh head.