Applies To Product(s): eB Web Version(s): All Environment: N/A Area: Navigate Subarea: N/A Original Author: Dennis Chan, Bentley Technical Support Group Problem I want to hide an item from the Navigate dropdown list. Solution To remove items from the Navigate: dropdown, you’d need to edit the web.config file at the root of your virtual directory. Comment out the item from the PlugIns section. The example below will remove Distribution from the dropdown: PlugIns : : add class="eB.PlugIn.Reports.PlugIn" assembly="eB.PlugIn.Reports" / add class="eB.PlugIn.DocumentManager.PlugIn" assembly="eB.PlugIn.DocumentManager" / add class="eB.PlugIn.Basket.PlugIn" assembly="eB.PlugIn.Basket" / add class="eB.PlugIn.CoreObjects.PlugIn" assembly="eB.PlugIn.CoreObjects" / !-- add class="eB.PlugIn.DistributionManager.PlugIn" assembly="eB.PlugIn.DistributionManager" / -- : : See Also N/A
↧