How do you turn off all the nonsense? I found this to disable all the dumb help links that pop up on every page: https://kb.paessler.com/en/topic/27443-how-can-i-remove-the-help-box-completely-from-the-web-interface but why on earth can't this be turned off via a setting. You actually have to change code? Jeez. And by the way, this doesn't turn off the 'contact support' or the 'sharing' social network crap. Here is the code to do that.
- togglehelp, #helpcontainer, #sendfeedback, #followprtg { display: none !important; }
Now I also want to know how to turn off all the 'suggestions'. There are like 40 of them. You click close over and over and over again and they just won't go away. And you have to do this for every single user? Come on! http://i.imgsafe.org/62c52a0.png
Add comment