You can hide some or all of the configuration profile toolbar
buttons.
- On the web server, navigate to the site and template folder.
For example:
C:\Inetpub\wwwroot\MySite\template
- Open the global.ini file in any text
editor.
- In the [BlueZone] section, locate the ;HideDialogButtons= entry.
- Delete the semi-colon at the beginning of the entry.
- 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
- Save and close the global.ini file.