Changes

Jump to: navigation, search
no edit summary
Line 42: Line 42:       −
I noticed that some of them don't work without configuring them and that's why only the syntax highlighting extensions is working. To fix AbuseFilter add these to the bottom of your 'LocalSettings.php' file.
+
I understand why you wouldn't be comfortable downloading anything from that site, but I promise you all the files are safe. I noticed that some of them don't work without configuring them and that's why only the syntax highlighting extensions is working. To fix AbuseFilter add these to the bottom of your 'LocalSettings.php' file.
 +
wfLoadExtension( 'AbuseFilter');
 
  $wgGroupPermissions['sysop']['abusefilter-modify'] = true;
 
  $wgGroupPermissions['sysop']['abusefilter-modify'] = true;
 
  $wgGroupPermissions['*']['abusefilter-log-detail'] = true;
 
  $wgGroupPermissions['*']['abusefilter-log-detail'] = true;
Line 51: Line 52:  
  $wgGroupPermissions['sysop']['abusefilter-revert'] = true;
 
  $wgGroupPermissions['sysop']['abusefilter-revert'] = true;
   −
Also, it seems like you downloaded all the extensions in the MediaWikiLanguageExtensionBundle except, Translate and UniversalLanguageSelector, which are the main 2 extensions to get languages working on this wiki, the configurations for Translate are in the READ_ME.txt and UniversalLanguageSelector doesn't need any. You, also didn't install the MediaWikiChat extension which doesn't require configuration, I think you should because it will probably be the feature that brings the most amount of people to this wiki. Also, run ''"php update.php
+
Also, it seems like you downloaded all the extensions in the MediaWikiLanguageExtensionBundle except, Translate and UniversalLanguageSelector, which are the main 2 extensions to get languages working on this wiki. After you add those files in "extensions" folder, add this configuration to your 'LocalSettings.php' file.
"'' in your '''"maintenance"''' folder to update the necessary database tables. --[[User:Prince|Prince]] ([[User talk:Prince|talk]]) 18:11, 27 April 2022 (UTC)
+
wfLoadExtension( 'Translate' );
 +
$wgGroupPermissions['user']['translate'] = true;
 +
$wgGroupPermissions['user']['translate-messagereview'] = true;
 +
$wgGroupPermissions['user']['translate-groupreview'] = true;
 +
$wgGroupPermissions['user']['translate-import'] = true;
 +
$wgGroupPermissions['sysop']['pagetranslation'] = true;
 +
$wgGroupPermissions['sysop']['translate-manage'] = true;
 +
$wgTranslateDocumentationLanguageCode = 'qqq';
 +
$wgExtraLanguageNames['qqq'] = 'Message documentation'; # No linguistic content. Used for documenting messages
 +
 +
wfLoadExtension( 'UniversalLanguageSelector' );
 +
 
 +
You, also didn't install the MediaWikiChat extension which doesn't require configuration, I think you should install it because it will probably be the feature that brings the most amount of people to this wiki. Also, run ''"php update.php"'' in your '''"maintenance"''' folder to update the necessary database tables once your done. --[[User:Prince|Prince]] ([[User talk:Prince|talk]]) 18:11, 27 April 2022 (UTC)

Navigation menu