Hiding dialog configuration profile toolbar buttons

You can hide some or all of the configuration profile toolbar buttons.

About this task

Many BlueZone windows contain configuration profile toolbar buttons. Refer to Configuration profiles and profile schemes for more information.

Procedure

  1. On the web server, navigate to the site and template folder. For example:
    C:\Inetpub\wwwroot\MySite\template
  2. Open the global.ini file in any text editor.
  3. In the [BlueZone] section, locate the ;HideDialogButtons= entry.
  4. Delete the semicolon at the beginning of the entry.
  5. In the HideDialogButtons= entry, define the buttons that you want to hide.
    The available buttons and their values are:
    • New button = 1

    • Open button = 2

    • Save As button = 8

    • Help button = 16

    To hide a single button, type the value. For example, to hide the Open button, type HideDialogButtons=2.

    To hide multiple buttons, add the values together and type the sum. For example, to hide the Open and Save As buttons, type HideDialogButtons=10.

    The following is an example of a completed [BlueZone] section that hides all of the configuration profile buttons:

    [BlueZone]
    ;BackupWorkingDir=PathOfBackupWorkingDirectory
    ;KeyboardInactivityTimer=NumberOfMinutes
    AppendVersionToWorkingDir=No
    AllowCrossVersionInterop=Yes
    HideDialogButtons=25
  6. Save and close the global.ini file.