On 24.07.2009, at 13:39, SoloPianoDC.com wrote: > Again, I suggested to the guy with access to the server that he needs > to add information to LocalSettings, but he added to Collections.php. > I think this would work if it was set in LocalSettings... comments?
If he added it to the correct array ($wgCollectionArticleNamespaces) in Collection.php, and this is in fact the same PHP file that's used by your MediaWiki installation, then it should make no difference (well, it does make the difference, that configuration actually "belongs" in LocalSettings.php and there's no need to touch the extension source code for this change, but the effect would be the same). > On Jul 21, 2:09 pm, "SoloPianoDC.com" <[email protected]> wrote: >> Namespaces greater than 100 render as "Article Sources and >> Contributors" only. No content is generated. What happens if you try to render a page from such a namespace on the command line with mw-render? Generally, namespaces > 100 are no problem: per default, the namespaces 100–111 are included in wgCollectionArticleNamespaces. An example are portal discussion pages (namespace 101) on Wikipedias. You can add this portal talk page to your article collection or render it as PDF: http://de.wikipedia.org/wiki/Portal_Diskussion:Mathematik -- Johannes --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/mwlib?hl=en -~----------~----~----~----~------~----~------~--~---
