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!
Enable/Disabled Shortcuts Button Navbar
Enable/Disabled Shortcuts Button Navbar
- Attachments
-
- navbar_search_result.png (82.77 KiB) Viewed 1346 times
Re: Enable/Disabled Shortcuts Button Navbar
Hi,
I hide it with css in the file /hooks/footer-extras.php:
It would be great if it could be turned off for user groups and users in the admin.
Regards, Kai
I hide it with css in the file /hooks/footer-extras.php:
Code: Select all
/ * Hide shortcuts launcher * /
.help-shortcuts-launcher {
display: none;
}
Regards, Kai