dokuwiki-template-sprintdoc
dokuwiki-template-sprintdoc copied to clipboard
Integrate ACL page permissions from plugin aclinfo in sidebar
If the aclinfo plugin is installed a new item for the page permissions will be added to the sidebar menu.
This PR depends on https://github.com/cosmocode/aclinfo/pull/7!

Hmm, I'm not sure why this needs to have any code in the template. Why not simply add the plugin's syntax to the sidebar?
Hmm, I'm not sure why this needs to have any code in the template. Why not simply add the plugin's syntax to the sidebar?
I just followed the way how the starred plugin is integrated in the sidebar. Only the upper part of the sidebar is generated from wiki syntax and as far as I understand meant to be used for site navigation and links. The lower part (separated by some spacing) is for tools and plugins and this is where the aclinfo nicely fits in. This part is not meant to be generated from any wiki syntax as far as I can see.