I have created a custom namespace for music pages and have the following
configurations in LocalSettings.php

define("NS_MUSIC", 200);
define("NS_MUSIC_TALK", 201);
$wgExtraNamespaces[NS_MUSIC]
                           = "Music";
$wgExtraNamespaces[NS_MUSIC_TALK]                  = "Music_talk";
$wgNamespaceProtection[NS_MUSIC]                      = array( 'editmusic'
);
$wgNamespacesWithSubpages[NS_MUSIC]             = true;
$wgGroupPermissions['autoconfirmed']['editmusic']  = true;
$wgContentNamespaces[]                                        = 200;

And....

/*         Namespace shortcuts              */
$wgNamespaceAliases = array(
        'MU'  => NS_MUSIC,
        'MUT' => NS_MUSIC_TALK,
);

Typing: "mu:Song" in the search box does not bring " *Create the page "
Music:Song" on this wiki! "* also "[[mu:Song|Song]]" in prose does not work.

Is there a special way to configure the namespace nicks for custom
namespaces ? or do I have something config'd wrong ?

Any insight would be appreciated
Thanx

*Mlpearc*
Founder
Everything Food & Drink.org
everythingfoodanddrink.org<http://www.everythingfoodanddrink.org/w/index.php/Main_Page>
Phone: 760-718-1290
_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to