How to Hide Help Links

Garoon provides online help.
If you are not connected to the Internet and you are using Garoon, you can prevent broken links by hiding the links to help.

Steps:
  1. Stop the Web server service on the server where Garoon is installed.

  2. Open the common.ini file.

    When Garoon is installed into the default installation directory, common.ini file is stored in the following directory.

    • On Windows: C:\Inetpub\scripts\cbgrn
    • For Linux: /var/www/cgi-bin\cbgrn

  3. Specify "0" for the "display_link" field in the "Help" section.

    If "0" is specified for the "display_link", links to help are hidden.
    The default value of the "display_link" is "1". If "1" is specified for the "display_link", links to the help is displayed.

    [Help]
    display_link = "0"

  4. Save the common.ini file.

    If Garoon is in operation on multiple servers, repeat the steps 2 to 4 on all of the servers.

  5. Start the Web server service on the server where Garoon is installed.

  6. Confirm that links to help are hidden.

    • When accessing help from the Administration menu icon on the header: Screenshot: Showing that the help link does not appear when you click the Administration menu icon
    • When accessing help from the "user name" on the header: Screenshot: Showing that the help link does not appear when you click the user name
    • For help on the "JavaScript and CSS Customization" screen in System Administration: Image of hiding help on JavaScript and CSS Customization screen