dokuwiki-template-sprintdoc icon indicating copy to clipboard operation
dokuwiki-template-sprintdoc copied to clipboard

Integrate ACL page permissions from plugin aclinfo in sidebar

Open fschrempf opened this issue 4 years ago • 2 comments

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!

image

fschrempf avatar Apr 30 '21 13:04 fschrempf

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?

splitbrain avatar Jun 03 '21 07:06 splitbrain

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.

fschrempf avatar Jun 03 '21 10:06 fschrempf