Snowolf-2 wrote: > > It seems that a simple _ fix everything. I'll write on the appropriate > www.mediawiki.org page ASAP. >
I stumbled across the same problem and the solution is indeed a simple underscore: Don't write anything like: $wgExtraNamespaces[NS_FOO_TALK] = "Foo talk"; # no underscore but: $wgExtraNamespaces[NS_FOO_TALK] = "Foo_talk"; # with underscore See http://www.mediawiki.org/wiki/Manual:Using_custom_namespaces -- View this message in context: http://old.nabble.com/Custom-namespaces-and-discussion-pages-tp10829678p30748077.html Sent from the WikiMedia General mailing list archive at Nabble.com. _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
