On 09/26/2014 05:42 PM, John Foster wrote:
RE: changing the namespace address number; I don't know the reason behind it, as it was suggested by another member when I was having a similar issue. It did however, fix the problem I was having and my new name space started working immediately;
In your case I believe the change was suggested because you were using namespace 100 and that namespaces 100-199 are reserved.
see https://www.mediawiki.org/wiki/Extension_default_namespaces#ID_100-199
On 09/26/2014 10:22 AM, Legault, Phillip [ITSUS] wrote:
What is the impact if you change the numbers from 500 - 1000?
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of John Foster Sent: Friday, September 26, 2014 11:20 AM To: mediawiki-l@lists.wikimedia.org Subject: Re: [MediaWiki-l] Every non-existing article ín brand new Namespace redirect to default namespace
Did you actually leave this as it is written in your email?
define("NS_FOO", 500); define("NS_FOO_TALK", 501);
if so try:
define("NS_HISTORISK", 500); define("NS_HISTORISK_TALK", 501);
another thing which helped me was to change the name space number from 500 to 1000 and the NS_TALK space to 1001 leave everthing under those numbers available for Mediawiki
MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l