Aaron Gray wrote:

>I was wondering if there is an extension to MediaWiki that adds either bread
>crumbs or ideally makes the "hierarchical" page links in to clickable links.
>[...]

You just need to configure subpages in your wiki by adding a couple of
lines to LocalSettings.php:

http://www.mediawiki.org/wiki/Manual:$wgNamespacesWithSubpages

e.g.

$wgNamespacesWithSubpages[NS_MAIN] = true;
$wgNamespacesWithSubpages[NS_TALK] = true;
-- 
Ross McKay, Toronto, NSW Australia
"The Rich must live more simply so that the Poor may simply live"
- Gandhi

_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to