Anne Wilson wrote: > On Sunday 06 December 2009 15:45:00 Platonides wrote: >> They will only appear if the namespace in which they are, has subpages >> enabled. Plus, the intermediate pages might need to exist. >> > My brain hurts tonight :-) > > I have a page .....Applications, a page ......Applications/Office and a page > Applications/Office/KOrganizer. Is this not subpages? Am I misunderstanding > it? > > None of those pages show any breadcrumbs. > > Anne
http://www.mediawiki.org/wiki/Help:Subpages > By default, MediaWiki's subpage feature is turned off in the main namespace, >but can be used on talk pages and user pages. See Help:Namespaces. In >namespaces where the feature is switched off, any slashes (/) within a page >name are simply part of the page name and do nothing special. To enable it on the main namespace, add to LocalSettings.php $wgNamespacesWithSubpages[NS_MAIN] = true; _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
