Hallo,
wenn ich geschachtelte Seiten habe und auf einen Seitenlink klicke, bekomme ich die Seite mit einem "leeren" Unterbereich. Kann ich sowas wie eine "Default-Unterseite" konfigurieren?
Hier ein vereinfachtes Beispiel:
Wenn ich diese Seite aufrufe, sieht das im Browser so aus:
Screenshot_20200805_164644.png
Wenn ich jetzt auf "Sem" klicke, kommt die entsprechende Unterseite:
Screenshot_20200805_164812.png
Bekomme ich das hin, dass beim Aufruf der "Oberseite", also hier KNX KG, direkt die unterseite für den am häufigsten benötigten Raum, also z.B "Sem" aufgerufen wird? Wenn ja, wie?
Grüße
Marc
wenn ich geschachtelte Seiten habe und auf einen Seitenlink klicke, bekomme ich die Seite mit einem "leeren" Unterbereich. Kann ich sowas wie eine "Default-Unterseite" konfigurieren?
Hier ein vereinfachtes Beispiel:
Code:
[COLOR=#808080]<[/COLOR][COLOR=#569cd6]page [/COLOR][COLOR=#9cdcfe]name[/COLOR][COLOR=#d4d4d4]=[/COLOR][COLOR=#ce9178]"KNX KG"[/COLOR][COLOR=#9cdcfe] visible[/COLOR][COLOR=#d4d4d4]=[/COLOR][COLOR=#ce9178]"false"[/COLOR][COLOR=#9cdcfe] shownavbar-left[/COLOR][COLOR=#d4d4d4]=[/COLOR][COLOR=#ce9178]"true"[/COLOR][COLOR=#808080]> <navbar>[/COLOR] [COLOR=#808080] <[/COLOR][COLOR=#569cd6]group[/COLOR][COLOR=#9cdcfe] name[/COLOR][COLOR=#d4d4d4]=[/COLOR][COLOR=#ce9178]"Räume"[/COLOR][COLOR=#808080]>[/COLOR] [COLOR=#808080] <[/COLOR][COLOR=#569cd6]pagejump[/COLOR][COLOR=#9cdcfe] target[/COLOR][COLOR=#d4d4d4]=[/COLOR][COLOR=#ce9178]"FlurKG" [/COLOR][COLOR=#9cdcfe]name[/COLOR][COLOR=#d4d4d4]=[/COLOR][COLOR=#ce9178]"FlurKG"[/COLOR][COLOR=#808080]>[/COLOR] [COLOR=#808080] <[/COLOR][COLOR=#569cd6]label[/COLOR][COLOR=#808080]>[/COLOR][COLOR=#808080]<[/COLOR][COLOR=#569cd6]icon[/COLOR][COLOR=#9cdcfe]name[/COLOR][COLOR=#d4d4d4]=[/COLOR][COLOR=#ce9178]"scene_corridor"[/COLOR][COLOR=#569cd6]/[/COLOR][COLOR=#808080]>[/COLOR][COLOR=#808080]</[/COLOR][COLOR=#569cd6]label[/COLOR][COLOR=#808080]>[/COLOR] [COLOR=#808080] </[/COLOR][COLOR=#569cd6]pagejump[/COLOR][COLOR=#808080]>[/COLOR] [COLOR=#808080] <[/COLOR][COLOR=#569cd6]pagejump[/COLOR][COLOR=#9cdcfe]target[/COLOR][COLOR=#d4d4d4]=[/COLOR][COLOR=#ce9178]"Sem"[/COLOR][COLOR=#9cdcfe]name[/COLOR][COLOR=#d4d4d4]=[/COLOR][COLOR=#ce9178]"Sem"[/COLOR][COLOR=#808080]>[/COLOR] [COLOR=#808080] <[/COLOR][COLOR=#569cd6]label[/COLOR][COLOR=#808080]>[/COLOR][COLOR=#808080]<[/COLOR][COLOR=#569cd6]icon[/COLOR][COLOR=#9cdcfe]name[/COLOR][COLOR=#d4d4d4]=[/COLOR][COLOR=#ce9178]"scene_office"[/COLOR][COLOR=#569cd6]/[/COLOR][COLOR=#808080]>[/COLOR][COLOR=#808080]</[/COLOR][COLOR=#569cd6]label[/COLOR][COLOR=#808080]>[/COLOR] [COLOR=#808080] </[/COLOR][COLOR=#569cd6]pagejump[/COLOR][COLOR=#808080]>[/COLOR] [COLOR=#808080] <[/COLOR][COLOR=#569cd6]pagejump[/COLOR][COLOR=#9cdcfe]target[/COLOR][COLOR=#d4d4d4]=[/COLOR][COLOR=#ce9178]"KE"[/COLOR][COLOR=#9cdcfe]name[/COLOR][COLOR=#d4d4d4]=[/COLOR][COLOR=#ce9178]"KE"[/COLOR][COLOR=#808080]>[/COLOR] [COLOR=#808080] <[/COLOR][COLOR=#569cd6]label[/COLOR][COLOR=#808080]>[/COLOR][COLOR=#808080]<[/COLOR][COLOR=#569cd6]icon[/COLOR][COLOR=#9cdcfe]name[/COLOR][COLOR=#d4d4d4]=[/COLOR][COLOR=#ce9178]"scene_storeroom"[/COLOR][COLOR=#569cd6]/[/COLOR][COLOR=#808080]>[/COLOR][COLOR=#808080]</[/COLOR][COLOR=#569cd6]label[/COLOR][COLOR=#808080]>[/COLOR] [COLOR=#808080] </[/COLOR][COLOR=#569cd6]pagejump[/COLOR][COLOR=#808080]>[/COLOR] [COLOR=#808080] </[/COLOR][COLOR=#569cd6]group[/COLOR][COLOR=#808080]>[/COLOR] [COLOR=#808080] </[/COLOR][COLOR=#569cd6]navbar[/COLOR][COLOR=#808080]>[/COLOR] [COLOR=#808080] <[/COLOR][COLOR=#569cd6]page[/COLOR][COLOR=#9cdcfe] name[/COLOR][COLOR=#d4d4d4]=[/COLOR][COLOR=#ce9178]"FlurKG"[/COLOR][COLOR=#9cdcfe] visible[/COLOR][COLOR=#d4d4d4]=[/COLOR][COLOR=#ce9178]"false"[/COLOR][COLOR=#808080]> ...[/COLOR] [COLOR=#808080]</[/COLOR][COLOR=#569cd6]page[/COLOR][COLOR=#808080]>[/COLOR] [COLOR=#808080] <[/COLOR][COLOR=#569cd6]page [/COLOR][COLOR=#9cdcfe]name[/COLOR][COLOR=#d4d4d4]=[/COLOR][COLOR=#ce9178]"Sem"[/COLOR][COLOR=#9cdcfe] visible[/COLOR][COLOR=#d4d4d4]=[/COLOR][COLOR=#ce9178]"false"[/COLOR][COLOR=#808080]>[/COLOR] [COLOR=#808080] </[/COLOR][COLOR=#569cd6]page[/COLOR][COLOR=#808080]>[/COLOR]
Screenshot_20200805_164644.png
Wenn ich jetzt auf "Sem" klicke, kommt die entsprechende Unterseite:
Screenshot_20200805_164812.png
Bekomme ich das hin, dass beim Aufruf der "Oberseite", also hier KNX KG, direkt die unterseite für den am häufigsten benötigten Raum, also z.B "Sem" aufgerufen wird? Wenn ja, wie?
Grüße
Marc
Kommentar