Thankx Jeremy, worked great. Adding the define lines did the trick.
------------------------------ Message: 2 Date: Fri, 9 Mar 2012 13:29:21 -0500 From: Jeremy Baron <[email protected]> To: MediaWiki announcements and site admin list <[email protected]> Subject: Re: [Mediawiki-l] Default Search Message-ID: <cae-2oczmyoquy+yeh3z5_ttutlejdzoabkmndl6-bi3kzs_...@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 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
