Yousef Ourabi wrote:
DJ, thanks that gives me something to work on.
MinuteElectron: Is this change documented anywhere? Also the setting in DefaultSettings, are you referring to $wgParserConf. It is a big file and I'm not exactly sure what I'm looking for?
Thanks everyone. Yousef
You'll want to add:
$wgParserConf = array( 'class' => 'Parser_OldPP', );
to somewhere near the bottom of LocalSettings.php (anywhere below the DefaultSettings.php include).
MinuteElectron.