Difference between revisions of "MediaWiki Modifications"

From ScienceZero
Jump to: navigation, search
(New page: == LocalSettings.php == Changes to this file should be added to the end of the file to make sure nothing goes wrong. $wgShowIPinHeader = false; $wgGroupPermissions['*']['createaccount'...)
 
(MonoBook.php)
Line 17: Line 17:
  
 
== MonoBook.php ==
 
== MonoBook.php ==
  <!-- <div id="f-poweredbyico"><?php $this->html('poweredbyico') ?></div> -->
+
  <nowiki><!-- <div id="f-poweredbyico"><?php $this->html('poweredbyico') ?></div> --></nowiki>
  <!-- <div id="f-copyrightico"><?php $this->html('copyrightico') ?></div> -->
+
  <nowiki><!-- <div id="f-copyrightico"><?php $this->html('copyrightico') ?></div> --></nowiki>

Revision as of 20:52, 29 January 2007

LocalSettings.php

Changes to this file should be added to the end of the file to make sure nothing goes wrong.

$wgShowIPinHeader = false;
$wgGroupPermissions['*']['createaccount'] = false;
$wgGroupPermissions['*']['edit'] = false;
$wgDefaultUserOptions ['editsection'] = 0;
$wgEnableUploads = true;
$wgUploadDirectory = "{$IP}/files";
$wgUploadPath = "{$wgScriptPath}/files";
$wgLogo = "{$wgScriptPath}/logo.png";


MonoBook.php

<!-- <div id="f-poweredbyico"><?php $this->html('poweredbyico') ?></div> -->
<!-- <div id="f-copyrightico"><?php $this->html('copyrightico') ?></div> -->