On Fri, Mar 9, 2012 at 08:53, Shaffer, Kurt <[email protected]> wrote: > Not sure how to check that. Here is what is in the LocalSettings.php file: > > $wgExtraNamespaces[506] = "DBA"; > $wgExtraNamespaces[507] = "DBA_talk"; > $wgContentNamespaces[] = array( NS_MAIN, NS_TALK, NS_DBA, NS_DBA_talk ); > $wgNamespacesToBeSearchedDefault = array( > NS_MAIN => true, > NS_CATEGORY => true, > NS_IMAGE => true, > NS_DBA => true, > );
See the last ~10 lines of this section: https://www.mediawiki.org/wiki/Manual:Using_custom_namespaces#Creating_a_custom_namespace -Jeremy _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
