Navigator Bar – Minimised by Default

Awhile ago I posted something in MagicSolutions forum about minimising the navigator bar by default. As I use my blog here as a repository for tricks and tips etc. I thought it would be worth just documenting it here. So, if you would like the navigator bar minimised by default for ALL your users:

Open C:Program FilesBMCService Desk ExpressApplication Serveroptions_nailogo.asp in Notepad.

Find:

<body style="background-image:url(images/header_main_bkgd.gif); background-repeat:repeat-x;padding:0px; margin:0px;margin:0;border:0;height:100%;overflow:auto" onload="WindowLoad()" onunload="WinUnload()">

Replace With:

<body style="background-image:url(images/header_main_bkgd.gif); background-repeat:repeat-x;padding:0px; margin:0px;margin:0;border:0;height:100%;overflow:auto" onload="WindowLoad();hideNavigation()" onunload="WinUnload()">

Hope this helps.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s