Changes

Jump to: navigation, search
no edit summary
Line 40: Line 40:     
I appreciate you taking the time to find these, but I'm not comfortable installing files on my server from an anonymous file hosting site. I've looked through the list and installed many of them; the main one I left out was the mobile page one, because the layout it gave, even after using some of the theme options they suggest on the mobile theme page, is far worse than the current theme. [[User:Bytor|Bytor]] ([[User talk:Bytor|talk]]) 23:08, 26 April 2022 (UTC)
 
I appreciate you taking the time to find these, but I'm not comfortable installing files on my server from an anonymous file hosting site. I've looked through the list and installed many of them; the main one I left out was the mobile page one, because the layout it gave, even after using some of the theme options they suggest on the mobile theme page, is far worse than the current theme. [[User:Bytor|Bytor]] ([[User talk:Bytor|talk]]) 23:08, 26 April 2022 (UTC)
 +
 +
 +
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.
 +
$wgGroupPermissions['sysop']['abusefilter-modify'] = true;
 +
$wgGroupPermissions['*']['abusefilter-log-detail'] = true;
 +
$wgGroupPermissions['*']['abusefilter-view'] = true;
 +
$wgGroupPermissions['*']['abusefilter-log'] = true;
 +
$wgGroupPermissions['sysop']['abusefilter-privatedetails'] = true;
 +
$wgGroupPermissions['sysop']['abusefilter-modify-restricted'] = 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. --[[User:Prince|Prince]] ([[User talk:Prince|talk]]) 18:11, 27 April 2022 (UTC)

Navigation menu