Changes between Version 1 and Version 2 of TracNavigation


Ignore:
Timestamp:
Jun 8, 2011, 7:42:05 PM (13 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracNavigation

    v1 v2  
    88
    99`[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
     11There is one special entry in the  `[metanav]` section: `logout.redirect` is the page the user sees after hitting the logout button.
     12
     13Possible 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)]]
    1019
    1120Note that it is still not possible to customize the '''contextual navigation bar''', i.e. the one usually placed below the main navigation bar.
     
    2433[metanav]
    2534help = disabled
     35logout.redirect = wiki/Logout
    2636}}}
    2737