[[PageOutline(2-5,Contents,pullout)]] = Remove navigation items from the menu bars = This plugin is deprecated. The functionality is now built-in to Trac 0.11. See t:TracNavigation for more information. == Description == Allows simply hiding items from the navigation bars. The components are left active, so you can still navigate to them directly (or from other links). See also: * NavMoverPlugin * NavAddPlugin * TracTabPlugin == Bugs/Feature Requests == Existing bugs and feature requests for NavHiderPlugin are [report:9?COMPONENT=NavHiderPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=NavHiderPlugin&owner=coderanger new ticket]. == Download == Download the zipped source from [download:navhiderplugin here]. == Source == You can check out NavHiderPlugin from [http://trac-hacks.org/svn/navhiderplugin here] using Subversion, or [source:navhiderplugin browse the source] with Trac. == Example == To activate: {{{ #!ini [components] navhider.* = enabled }}} To configure: You can either list the items to hide under the `[navhider]` section like this: {{{ #!ini [navhider] mainnav = search, roadmap metanav = help }}} or you can preface the item with `-` or `!` in the normal sort-order list: #!ini [trac] mainnav = wiki,timeline,!roadmap,browser,tickets,newticket,-search metanav = login,logout,settings,-help,about }}} NavHiderPlugin doesn't work in Trac 0.11, but the same functionality is now built-in: {{{ #!ini [mainnav] search = false roadmap = false [metanav] help = false }}} == Recent Changes == [[ChangeLog(navhiderplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:coderanger] [[BR]] '''Maintainer:''' ''none'' [[BR]] '''Contributors:'''