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 The above steps are equivalent to running eBweb manager and de-selecting Distribution under the Functionality tab. If you want to remove Distribution from the Navigate dropdown BUT retain it's functionality, please follow this wiki instead.
↧