Remove navigation items from the menu bars

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:

Bugs/Feature Requests

Existing bugs and feature requests for NavHiderPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

You can check out NavHiderPlugin from here using Subversion, or browse the source with Trac.

Example

To activate:

[components]
navhider.* = enabled

To configure: You can either list the items to hide under the [navhider] section like this:

[navhider]
mainnav = search, roadmap
metanav = help

or you can preface the item with - or ! in the normal sort-order list:

[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:

[mainnav]
search = false
roadmap = false
[metanav]
help = false

Recent Changes

[3416] by coderanger on 03/25/08 07:39:08

Change my email to avoid Yahoo, which decided to brake my scraper script recently.

[1580] by coderanger on 11/18/06 21:25:22

NavHiderPlugin:

Initial add.

[1579] by coderanger on 11/18/06 21:20:11

New hack NavHiderPlugin, created by coderanger

Author/Contributors

Author: coderanger
Contributors: