-
Re: removing the solarwinds url on the menu bar
msab Oct 25, 2010 3:17 PM (in response to msab)I tried removing this from the MenuBar.ascx
<!-- <td id="logoLink">
<a href="http://www.solarwinds.com">
<img src="/Orion/images/NavBar.Logo.gif" alt="SolarWinds.com" />
</a>
</td> -->and it did not do anything noticable to the page. any help is greatly appreciated
-
Re: removing the solarwinds url on the menu bar
sotherlsOct 26, 2010 2:15 PM (in response to msab)
If you are using 9.5.1 this is what I found.
I searched the Solarwinds folder looking for www.solarwinds.com and found it in MenuBar.ascx in the C:\Inetpub\SolarWinds\Orion\SolarWinds\Orion folder. This worked on one server but on the other server I had to delete this section from the C:\Inetpub\SolarWinds\Orion\MenuBar.ascx.
I found the section containing it and deleted this
<td id="logoLink">
<a href="http://www.solarwinds.com">
<img src="/Orion/images/NavBar.Logo.gif" alt="SolarWinds.com" />
</a>
</td>I saved it and then hit refresh. When it refreshed the logo was gone.
Remember, you will probably have to redo this if you run the Configuration Wizard for the web.
-
Re: removing the solarwinds url on the menu bar
msab Oct 27, 2010 11:56 AM (in response to sotherls) -
Re: removing the solarwinds url on the menu bar
msab Oct 27, 2010 11:56 AM (in response to sotherls) -
Re: removing the solarwinds url on the menu bar
msab Oct 27, 2010 11:58 AM (in response to sotherls)another quick question. I am a unix person so searching windows subdirectories is difficult for me. how would you search for every instance of solarwinds.com in the web directories?
Thanks for the help.
-
Re: removing the solarwinds url on the menu bar
JasonKV Oct 27, 2010 12:07 PM (in response to msab)The file to edit is located here: \InetPub\SolarWinds\Orion\MenuBar.ascx
Remove lines 38-40.
Save and check. Should work.
-
Re: removing the solarwinds url on the menu bar
msab Oct 27, 2010 12:13 PM (in response to JasonKV)I am not using a default menu. I have a custom menu with only reports and home it in. that is why it is not working. I have to find this custom menu location.
-
Re: removing the solarwinds url on the menu bar
msab Oct 28, 2010 9:27 AM (in response to JasonKV)Since I am using a custom menu is there a spot where the custom menus are stored? I deleted those lines but I still see the link.
Any other ideas are greatly appreciated.
Mike
-
-
-
-