Line 1:
Line 1:
Ugh, had to deal with vandalism this early on. [[User talk:Shoes521]]. Can you get rid of it? [[User:Amysteriousgal|Amysteriousgal]] 20:28, 17 October 2011 (CDT)
Ugh, had to deal with vandalism this early on. [[User talk:Shoes521]]. Can you get rid of it? [[User:Amysteriousgal|Amysteriousgal]] 20:28, 17 October 2011 (CDT)
Taken care of. I wonder how it managed to find this place? [[User:Bytor|Bytor]] 18:12, 19 October 2011 (CDT)
Taken care of. I wonder how it managed to find this place? [[User:Bytor|Bytor]] 18:12, 19 October 2011 (CDT)
+
== Vandalism ==
== Vandalism ==
Line 40:
Line 41:
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 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['*']['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. After you add those files in "extensions" folder, add this configuration to your 'LocalSettings.php' file.
−
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. I plan to make a reddit announcement once all everything is done, I'm sure that will garner more attention to this wiki. --[[User:Prince|Prince]] ([[User talk:Prince|talk]]) 18:11, 27 April 2022 (UTC)