MenusPlugin

Description

PS: - CSS work might be needed to fit your trac theme.

Bugs/Feature Requests

Existing bugs and feature requests for MenusPlugin are here.

If you have any issues, create a new ticket.

Download, Source

Download the zipped source, check out MenusPlugin from using Subversion, or browse the source with Trac.

Example

Demo config:

...
[components]
tracmenus.* = enabled

[mainnav]
new_item.parent=browser
new_item.href=/browser/trunk
new_item.label=Trunk

special_report.parent=tickets
special_report.href=/report/7
special_report.label=My Tickets

wiki.parent=top
browser.parent=top

unassigned.href=/wiki
unassigned.label=Tools
...

Screenshots

Recent Changes

[4708] by cbalan on 11/02/08 09:54:00

MenusPlugin: - Added context showing.

[4707] by cbalan on 11/02/08 09:52:25

MenusPlugin:

  • Added 'hide_if_disabled' property. Prevents adding a new option if current user has no access to it, or plugin dissabled. Ex. Admin link having [mainnav]admin.parent=top
  • Added var for 'href' option.
  • Added ctxtnav support(+path_info re).
  • Added '.perm' property.

[4360] by cbalan on 09/30/08 05:20:25

MenusPlugin: - Added: 'inherit' option and ctxtnav support.

[4313] by cbalan on 09/21/08 16:53:36

MenusPlugin: - Fixed #3760. Thank you daniele.domenichelli

Author/Contributors

Author: cbalan
Contributors:

Attachments