Enable/Disabled Shortcuts Button Navbar

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
hgarbe
Veteran Member
Posts: 57
Joined: 2020-01-21 17:35

Enable/Disabled Shortcuts Button Navbar

Post by hgarbe » 2020-10-28 01:01

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!
Attachments
navbar_search_result.png
navbar_search_result.png (82.77 KiB) Viewed 1345 times

SkayyHH
Veteran Member
Posts: 481
Joined: 2015-04-27 21:18

Re: Enable/Disabled Shortcuts Button Navbar

Post by SkayyHH » 2020-10-28 06:10

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

Post Reply