Changes between Version 3 and Version 4 of TracNavigation
- Timestamp:
- Sep 24, 2024, 8:57:42 AM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracNavigation
v3 v4 1 1 = Trac Navigation 2 2 3 The main and meta navigation entries can be customized in some basic ways. The `[mainnav]` and `[metanav]` configuration sections can be used to customize the navigation item text and link, change the ordering of the navigation items, or even disable them. 3 The main and meta navigation entries can be customized in several ways. The `[mainnav]` and `[metanav]` configuration sections can be used to customize the navigation item text and link, change the ordering of the navigation items, disable them and add new ones. 4 5 The primary attributes that can be customized are `href`, `label`, `order` and `permission`. 4 6 5 7 === `[mainnav]` #mainnav-bar … … 7 9 8 10 9 ** [=#Example Example] ** 11 ** [=#Example Example] ** 10 12 11 13 In the following example we rename the link to WikiStart //Home//, and make the //View Tickets// entry link to a specific report. … … 16 18 }}} 17 19 20 21 18 22 === `[metanav]` #metanav-bar 19 23 `[metanav]` corresponds to the '''meta navigation bar''', by default positioned above the main navigation bar and below the ''Search'' box. It contains the ''Login'', ''Logout'', ''!Help/Guide'' etc. entries. This navigation bar is meant to access some global information about the Trac project and the current user. 20 24 21 There is one special entry in the `[metanav]` section: `logout.redirect` is the page the user sees after hitting the logout button.The ''!Help/Guide'' link is also hidden in the following example.25 There is one special entry in the The ''!Help/Guide'' link is also hidden in the following example. 22 26 [[comment(see also #Trac3808)]] 23 27 24 ** Example ** 28 ** Example ** 25 29 26 30 {{{#!ini … … 30 34 }}} 31 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 32 66 33 67 === URL Formats … … 63 97 }}} 64 98 99 100 101 102 103 65 104 === Context Navigation #ctxtnav-bar 66 105 67 Note that it is still not possible to customize the '''contextual navigation bar''', i ethe one usually placed below the main navigation bar.106 Note that it is still not possible to customize the '''contextual navigation bar''', i the one usually placed below the main navigation bar. 68 107 69 108 ---- 70 See also: TracInterfaceCustomization , and the [http://trac-hacks.org/wiki/NavAddPlugin TracHacks:NavAddPlugin] or [http://trac-hacks.org/wiki/MenusPlugin TracHacks:MenusPlugin] (still needed for adding entries)109 See also: TracInterfaceCustomization
