How can i remove the help box completely from the web interface?

Votes:

0

Your Vote:

Up

Down

I don't want to see the help boxes on all web pages of PRTG. How can I turn them off?

custom-html customize help-button prtg9 web-interface

Created on Nov 3, 2011 10:11:24 AM by  Daniel Elsner (100) 2 1

Last change on Nov 9, 2011 3:51:48 PM by  Patrick Hutter [Paessler Support] (6,074) 3 3



1 Reply

Accepted Answer

Votes:

0

Your Vote:

Up

Down

If you dont want to see the help boxes at all, please follow these instructions:

Find the file customerscripts.js in the folder \prtg network monitor\website\javascript.

Note: All Javascript commands in this file will be added to the end of PRTG's Javascript file and changes to this file will not be overwritten when installing updates of PRTG.

Open the file in a text editor and add the following lines of code (in a default installation the file is empty):

$(function() {
    $("#openclosehandle").hide();
    $("#helpcontainer").hide();
});

Created on Nov 3, 2011 10:12:36 AM by  Daniel Elsner (100) 2 1

Last change on Nov 3, 2011 10:24:37 AM by  Dirk Paessler [Paessler Support] (9,613) 3 3



Please log in or register to enter your reply.


Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.

PRTG
Network Monitor
Intuitive to Use.
Easy to manage.

150.000 administrators have chosen PRTG to monitor their network. Find out how you can reduce cost, increase QoS and ease planning, as well.

Visit
www.paessler.com

What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general. You are invited to get involved by asking and answering questions!

Learn more

Top Tags


View all Tags