Changes between Version 7 and Version 8 of ShowPathPlugin


Ignore:
Timestamp:
May 22, 2009, 9:33:14 AM (15 years ago)
Author:
Remy Blank
Comment:

Added a suggestion how to hide the path generated by Trac.

Legend:

Unmodified
Added
Removed
Modified
  • ShowPathPlugin

    v7 v8  
    1313 * The Trac functionality puts an "Up" link in the context navigation bar when on a second-level page. The "Up" link does not appear on a first level page (i.e. WikiStart is not the parent of all other first-level pages).
    1414
    15 The plugin does work in Trac 0.11.2, but you will see both the Trac 0.11.2 functionality (breadcrumbs on the left and "Up" link) and the added links from this plugin.
     15The plugin does work in Trac 0.11.2, but you will see both the Trac 0.11.2 functionality (breadcrumbs on the left and "Up" link) and the added links from this plugin. If you want to hide the path generated by Trac, you could try adding a custom CSS stylesheet with the following content:
     16{{{
     17#!css
     18div#content > p.path { display: none; }
     19}}}
    1620
    1721== Requirements ==