On 20 August 2010 03:35, Ross McKay <[email protected]> wrote: > Aaron Gray wrote: > > >That's near enough exactly what I want, except for, to do it to the actual > >title line. > > > >That's standard on WikiBooks ? How do I get that on a normal MediaWiki > >instillation ? > > 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; > > But you have already said that you've done that. Can you check your > LocalSettings.php file to make sure that you've done it for all of the > namespaces where you want this? > >
Great that working fine now, did not work last time for some strange reason ? > >> http://www.mediawiki.org/wiki/Category:Breadcrumbs_extensions > >> > > > >AFAICS None of these seem to do it. > > OK, no worries. Check your $wgNamespacesWithSubpages settings, so that > at least you can get the standard breadcrumbs. Otherwise, maybe it's > time to look into writing MediaWiki extensions :) > Thats great, thank alot. Aaron _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
