Changes between Version 3 and Version 4 of TracNavigation
- Timestamp:
- Apr 13, 2010, 3:53:03 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracNavigation
v3 v4 8 8 9 9 `[metanav]` corresponds to the '''meta navigation bar''', by default positioned above the main navigation bar and below the ''Search'' box. It contains the ''Log in'', ''Logout'', ''Help/Guide'' etc. entries. This navigation bar is meant to access some global information about the Trac project and the current user. 10 11 There is one special entry in the `[metanav]` section: `logout.redirect` is the page the user sees after hitting the logout button.12 13 Possible URL formats:14 || '''config''' || '''redirect to''' ||15 || `wiki/Logout` || `/projects/env/wiki/Logout` ||16 || `http://hostname/` || `http://hostname/` ||17 || `/projects` || `/projects` ||18 [[comment(see also #Trac38008)]]19 10 20 11 Note that it is still not possible to customize the '''contextual navigation bar''', i.e. the one usually placed below the main navigation bar. … … 33 24 [metanav] 34 25 help = disabled 35 logout.redirect = wiki/Logout36 26 }}} 37 27