-------------------------------------------------------------------------- README for the BreadCrumbs extension Copyright © 2007 by Manuel Schneider Licenses: GNU General Public Licence (GPL) GNU Free Documentation License (GFDL) -------------------------------------------------------------------------- The BreadCrumbs extensions provides a breadcrumb navigation which shows the users path through a wiki. INSTALLING -------------------------------------------------------------------------- Copy the SelectCategory directory into the extensions folder of your MediaWiki installation. Then add the following lines to your LocalSettings.php file (near the end): require_once( 'extensions/BreadCrumbs/BreadCrumbs.php' ); PARAMETERS -------------------------------------------------------------------------- $wgBreadCrumbsDelimiter - defines a string which is used to delimit the path sections shown in breadcrumb trail - Example $wgBreadCrumbsDelimiter = ' > '; $wgBreadCrumbsCount - defines the number of breadcrumbs that shoul be kept - Example $wgBreadCrumbsCount = 5; APPEARANCE -------------------------------------------------------------------------- To customize the design of the breadcrumb trail use the CSS id "BreadCrumbsTrail" and attach your own settings to [[MediaWiki:Common.css]] or your users [[User:USERNAME/Common.css]]. BUGS, CONTACT -------------------------------------------------------------------------- Write us on http://www.mediawiki.org/wiki/Extension_talk:BreadCrumbs and I'll see what we can do for you. Alternatively you can reach me on - Manuel Schneider: The download and description page of this extension can be found at: http://www.mediawiki.org/wiki/Extension:BreadCrumbs