samuelet / indexmenu

A dokuwiki plugin to show a customizable and sortable index for a namespace.
http://dokuwiki.org/plugin:indexmenu
GNU General Public License v2.0
44 stars 43 forks source link

DocuWiki Hogfather Version Compatibility? #232

Closed GameDoc-MS closed 4 years ago

GameDoc-MS commented 4 years ago

Is this plugin compatible with the DocuWiki Hogfather Version? thx

Klap-in commented 4 years ago

The Hogfather release of DokuWiki does now default used deferred loading of javascript. The indexmenu plugin does have inline javascript, which is not compatible with deferred loading of javascript. So to let it work, you have to use the feature flag 'defer_js' in the Configuration Manager.

If you use this feature flag, according to my information the indexmenu plugin should just work. If you see other issues, please report here.

rgleason commented 4 years ago

That fixed it! https://opencpn.org/wiki/dokuwiki/doku.php?id=opencpn:opencpn_user_manual Thank you!