Closed pkuehne closed 11 months ago
The setting 'plugin»indexmenu»headpage' has enabled :same
-option. Therefore, the foo
page is recognized as headpage, and used as link of the foo
-namespace.
If I use your syntax example, then I get this. So there is a bar
-page in the foo
-namespace. And the foo
-namespace item is clickable to the foo
-page.
If I use {{indexmenu>.|js nopg}}
, then the pages (e.g. bar
in your case) are hidden, and I get only the namespaces, with clickable links to their headpage (in your case a link to foo
-page).
Could it be that in the Config Manager the 'plugin»indexmenu»defaultoptions', already nopg
is added to settings?
No response, therefore closing.
I have a namespace, which is also a page underneath which I have another page. This is to allow hierarchical nesting of pages.
So navigating to
domain.com/foo
shows a normal page with text and images. Navigating todomain.com/foo/bar
shows another page with text and images. If I place theindexmenu
macros inside thefoo
page, like so:{{indexmenu>.|js}}
I only see the foo page (styled as a namespace), but not thebar
subpage. It does appear if I use thenons
option, but then the hierarchy is lost.