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

Some pages not appearing in sidebar #8

Closed havedill closed 4 years ago

havedill commented 4 years ago

Can't figure this out. The pages have proper permissions, and are accessible via direct URL to my user, however the sidebar isn't "seeing" the pages. It does see other pages tho...also dokuwiki has no issue creating the .txt file, it just doesn't appear in the sidebar after

wiki wiki2

havedill commented 4 years ago

Hey everyone.

Turns out this was my config problem. $conf['hidepages'] contained regex for "start" which was also embedded in my files name (kickstart). Sorry for the trouble. This syntax works now

$conf['hidepages'] = '(:sidebar$|:start$)';