--- bak/DefaultSettings_orig.php 2006-09-10 09:47:42.912431000 +0200 +++ DefaultSettings.php 2006-10-18 14:36:15.256288408 +0200 @@ -1298,7 +1298,9 @@ NS_MEDIAWIKI_TALK => true, NS_TEMPLATE_TALK => true, NS_HELP_TALK => true, - NS_CATEGORY_TALK => true + NS_CATEGORY_TALK => true, + # XX Custom namespace: + NS_REGUSER_ONLY => true ); $wgNamespacesToBeSearchedDefault = array( @@ -1685,13 +1687,13 @@ * Custom namespaces should start at 100 to avoid conflicting with standard * namespaces, and should always follow the even/odd main/talk pattern. */ -#$wgExtraNamespaces = -# array(100 => "Hilfe", -# 101 => "Hilfe_Diskussion", -# 102 => "Aide", -# 103 => "Discussion_Aide" -# ); -$wgExtraNamespaces = NULL; +$wgExtraNamespaces = + array(100 => "RegUser_only", + 101 => "RegUser_only_Talk", + #102 => "RegUser_only", + #103 => "RegUser_only_Talk" + ); +# XX $wgExtraNamespaces = NULL; /** * Limit images on image description pages to a user-selectable limit. In order