NavControlPlugin

Description

Plugin to

  • Move navigation items between mainnav and metanav
  • Hide navigation items, and
  • Rename navigation items

Based on NavHiderPlugin. The components are left active, so you can still navigate to them directly (or from other links).

Screenshot

Bugs/Feature Requests

Existing bugs and feature requests for NavControlPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

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

Example

To activate:

[components]
navcontrol.* = enabled

To configure:

To hide items you can list them under [navcontrol] section as follows:

[navcontrol]
mainnav = search, newticket
metanav = about

To move items you can list them under [navcontrol] section as follows:

[navcontrol]
mainnav_to_metanav = tickets, wiki
metanav_to_mainnav = help

To rename items you can list them under [navcontrol] section as follows:

[navcontrol]
labels = browser:Code, tickets:Tickets

OR

You can preface the item with

  • - or ! in the normal sort-order list to hide
  • @ or ^ in the normal sort-order list to move to the other nav bar
  • % or * followed by a : and new label to rename
[trac]
mainnav = ^wiki,timeline,roadmap,%browser:code,@tickets,!newticket,-search
metanav = login,logout,settings,^help,-about

In this configuration you will have to provide both options if you want to combine both a move/hide and rename e.g:

[trac]
mainnav = wiki,timeline,roadmap,browser,^tickets,%tickets:Tickets,newticket,search

to move tickets from the mainnav bar and to rename it as Tickets instead of the normal View Tickets

Important

Enable WIKI_VIEW permissions for anonymous. See 3521 for details

Recent Changes

[4111] by tsooboi on 08/02/08 20:10:58

Rolling back premature commit

[4110] by tsooboi on 08/02/08 19:47:03

Changes to improve code efficiency

[4109] by tsooboi on 08/02/08 15:32:39

changes to allow configuration via [trac] settings

[4108] by tsooboi on 08/02/08 12:31:43

Initial Import

Author/Contributors

Author: tsooboi
Contributors:

Attachments