Also, I'm using the Lockdown Extension - could there be incompatibilities here?
On Aug 28, 1:36 pm, "SoloPianoDC.com" <[email protected]> wrote: > This problem still exists. Here's my local settings > > ############################## NAMESPACES > > # custom namespaces: > $wgExtraNamespaces[ 100 ] = "Review"; > $wgExtraNamespaces[ 101 ] = "Review_talk"; > $wgExtraNamespaces[ 102 ] = "DA"; > $wgExtraNamespaces[ 103 ] = "DA_talk"; > $wgExtraNamespaces[ 104 ] = "SIM"; > $wgExtraNamespaces[ 105 ] = "SIM_talk"; > $wgExtraNamespaces[ 106 ] = "FV"; > $wgExtraNamespaces[ 107 ] = "FV_talk"; > > define( "NS_REVIEW", 100 ); > define( "NS_REVIEW_TALK", 101 ); > define( "NS_DA", 102 ); > define( "NS_DA_TALK", 103 ); > define( "NS_SIM", 104 ); > define( "NS_SIM_TALK", 105 ); > define( "NS_FV", 106 ); > define( "NS_FV_TALK", 107 ); > > $wgContentNamespaces = array( NS_MAIN, NS_DA, NS_SIM, NS_FV ); > > $wgNamespacesToBeSearchedDefault = > array( -1 => 0, > NS_MAIN => 1, > NS_TALK => 1, > NS_USER => 0, > NS_USER_TALK => 1, > NS_IMAGE => 1, > NS_IMAGE_TALK => 1, > NS_TEMPLATE_TALK => 1, > NS_HELP => 1, > NS_HELP_TALK => 1, > NS_DA => 1, > NS_DA_TALK => 1, > NS_SIM => 1, > NS_SIM_TALK => 1, > NS_FV => 1, > NS_FV_TALK => 1, > NS_CATEGORY => 1, > NS_CATEGORY_TALK => 1 ); > > $wgCollectionArticleNamespaces = > array( NS_MAIN, > NS_TALK, > NS_USER, > NS_USER_TALK, > NS_REVIEW, > NS_DA, > NS_FV, > NS_SIM, > NS_HELP, > NS_HELP_TALK, > ); > > ########################################## > > On Jul 24, 8:22 am, Johannes Beigel <[email protected]> > wrote:> 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 inwgCollectionArticleNamespaces. 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 -~----------~----~----~----~------~----~------~--~---
