Page 1 of 1

Enable/Disabled Shortcuts Button Navbar

Posted: 2020-10-28 01:01
by hgarbe
This is rather an annoyance than a bug. But it's kind a really annoying to me at least. The shortcuts is a nice function but I don't want to use it.
Said that, it forces me to manually remove that part from the incCommon.php. Better would be if there would be simply a setting in the Appsettings to enabled or disable it to the own desire. Please consider this with the next release!

Re: Enable/Disabled Shortcuts Button Navbar

Posted: 2020-10-28 06:10
by SkayyHH
Hi,

I hide it with css in the file /hooks/footer-extras.php:

Code: Select all

/ * Hide shortcuts launcher * /
.help-shortcuts-launcher {
display: none;
}
It would be great if it could be turned off for user groups and users in the admin.

Regards, Kai