Extension:BreadCrumbs
From MediaWiki.org
|
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 |
||
|
|||
|
|||
|
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
- Download the latest snapshot and extract it to your extensions directory
- Add
into your wiki's LocalSettings.phprequire_once("$IP/extensions/BreadCrumbs/BreadCrumbs.php");
- Installation can now be verified through Special:Version