tormec / AcMenu

DokuWiki plugin which provides an accordion menu for namespaces and relative pages.
https://www.dokuwiki.org/plugin:acmenu
1 stars 3 forks source link

Can't open category pages including start page #3

Closed felinira closed 4 years ago

felinira commented 4 years ago

I want to open the category pages themselves but clicking on the only opens/closes the menu

felinira commented 4 years ago

It was my theme actually that was kinda buggy. Sorry. It works fine as long as the category page is called start.

tormec commented 4 years ago

It works fine as long as the category page is called start.

Actually, AcMenu read the name of the start page from the variable $conf["start"], which is set in your Configuration Manager so you can call it as you want (index, overview, ...).

Note that, if you change the value of that variable you also have to rename all the affected pages in all namespaces.