Extension:BreadCrumbs

From MediaWiki.org

Jump to: navigation, search

             

Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
BreadCrumbs

Release status: unknown

Implementation  User interface
Description Shows the users path through the wiki.
Author(s)  Manuel Schneider
Last Version  0.1 (2007-03-21)
MediaWiki  > 1.9
License No license specified
Download Download snapshot

Subversion [Help]
Browse source code

README
CHANGELOG

check usage (experimental)

BreadCrumbs extension shows the users path through the wiki.

Please note: MW <= 1.9 has a bug in the used hook to display the breadcrumbs. It was fixed it in trunk (later MW 2.0), but it hasn't been (and most likely never will be) backported yet.

Due to this bug it happens that the breadcrumbs trail will sometimes be displayed under the article text instead on top.

[edit] Installation

  1. Download the latest snapshot and extract it to your extensions directory
  2. Add
    require_once("$IP/extensions/BreadCrumbs/BreadCrumbs.php");
    into your wiki's LocalSettings.php
  3. Installation can now be verified through Special:Version

[edit] See also