Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with Show Individual Tool #201

Closed
Digitalin opened this issue Apr 24, 2016 · 4 comments
Closed

Problem with Show Individual Tool #201

Digitalin opened this issue Apr 24, 2016 · 4 comments

Comments

@Digitalin
Copy link

Hi,

Testing a bit some features in a local wiki, I noticed in show Individual Tool that Dokuwiki content page stops displaying if you uncheck "page" or "site" (enable by default). Only sidebar or pageheader content is displaying.
Need to add manually : $conf['tpl']['bootstrap3']['showIndividualTool'] = 'site,page';
in /conf/local.php to work around the bug.
user unchecked is ok.

@polyzen
Copy link
Contributor

polyzen commented Apr 30, 2016

@Digitalin, did you get a chance to try the fix?

@Digitalin
Copy link
Author

Hi polizen,

No, till you asked :-)

Yes, it works !

  • Without all {user,site,page} (mean unchecked) you get nothing in the tool menu, so you need to use
    the ?do=admin in adress bar. In this case, it is relevant to put "never" in the line "Display tool in the menu.." because tool icone is still there for nothing
  • Without {user,page} you get recent changes, media manager and sitemap in the tool menu and still need to use ?do=admin
  • Without {user} this adds tools of page (modify, old revision, plugin tools as pdf, rename...) and still need to use ?do=admin
  • Finally {user} also checked gives you Profil update, logout and Admin manager if user is a superuser

It could different according to options wanted to display in tools menu in Bootstrap config and also according plugins installed.

Bug is fixed. Tanks Joseph :-)

@polyzen
Copy link
Contributor

polyzen commented May 3, 2016

The fix works for me as well. 👍 @Digitalin, if you closed this, it would be appreciated.

Any ideas how those situations that leave you without a link to the admin page/s can be handled? Perhaps there should be an issue opened for it.

@Digitalin
Copy link
Author

Hi Polyzen,

It is why I always do things like test, update, upgrade and plugins install on a local wiki and most of the time one by one to check all is okay before doing on a prod wiki. It is a bit longer but uptime is nice and not having bad surprise:-)
I close the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants