I am wanting to remove the "department" section from both the main and left menu. I cannot locate where to do this. Can anyone advise.
Thank you.
I am wanting to remove the "department" section from both the main and left menu. I cannot locate where to do this. Can anyone advise.
Thank you.
Removefrom the skins/skin_#/menuData.xml file and removeCode:<item Text="(!menu.Sections!)" LookId="TopItemLook" />from the skins/skin_#/template.ascx file.Code:<div class="navHeader">Browse (!StringResource Name="AppConfig.SectionPromptPlural"!)</div> <div class="leftNav" id="departments">(!XmlPackage Name="rev.departments"!)</div>
<a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>
Thank you!!
thanks for posting here, i was searching for this one and its i have found that here.
Thanks again.
Have a good day.
Thanks for post here.
Actually i was having need of this code, for my trouble solution of .net.
Thanks again.
Have a good day.
I was wondering how to do this for the menu for version 9, it seems like all of them are no grouped together except "Home" which is the only 1 that pertains to aspnetMenu_StaticSelectedStyle. So yea if we could do this for version 9 it was be awesome
You can do that, open {root}/XMLPAckage/page.menu.xml.config file and comment out the corresponding menu there.
What if I want to just remove the word "Browse", in V9. I can't find it anymore.
Thanks.
Unfortunately, in version 9 that's hard-coded into the EntityControl code. That's something we've already asked the devs to change in the next release, but for the meantime removing or localizing that would require a code mod.