User talk:Barre/MediaWiki/Extensions/kw bread crumbs

From KitwarePublic
Jump to navigationJump to search

Hey thanks Sebastien for you help with the trail, however your positioning description was a little confusing.

So I have saved the file kwBreadCrumbs.php into extensions folder and and entered include("extensions/kwBreadCrumbs.php"); into LocalSettings.php.

I want the trail to run along the top of the page like in your Wiki system. I have set $on_top_hack = 1; What does "use the tag anywhere in the page " mean?

Thanks in advance, really neat little idea. Also just in case you were wondering my wiki will not be going public. Its just a research project for university.

Ali.


It seems this extension was written in mind for the 1.3 series. I got the "Anywhere in the layout" part working for the 1.4 series. You need to add:

<div><?php echo kwBreadCrumbsTAL() ?></div>

into: <wikibasedir>/skins/MonoBook.php

This of course will limit this option to monobook, but i'm sure you could add it to your other skins as well.

Laner 16:28, 25 Apr 2005 (EDT)