Difference between revisions of "Change the Logo Monobook Skin - Mediawiki"

From Help Wiki
m (subst applied to Template:TwoColumn)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
 +
<div class="container-fluid">
 +
<div class="row">
 +
<div class="col-md-8">
 +
<div class="lead">
 
The logo that appears in the top left of each page is determined by the $wgLogo configuration setting in the LocalSettings.php file.  
 
The logo that appears in the top left of each page is determined by the $wgLogo configuration setting in the LocalSettings.php file.  
  
 
Note: Most  site administrators at Evergreen will not have access to edit this file. Please contact your System Administrator when you're ready with your new logo.
 
Note: Most  site administrators at Evergreen will not have access to edit this file. Please contact your System Administrator when you're ready with your new logo.
 +
</div>
  
 
To change this you simply need to change the value of $wgLogo to point to the URL of your own logo image. You can upload a file via the wiki and use that address (which allows it to be replaced easily, so you may want to protect the page if you use this method) or use an image uploaded to your server via other means.
 
To change this you simply need to change the value of $wgLogo to point to the URL of your own logo image. You can upload a file via the wiki and use that address (which allows it to be replaced easily, so you may want to protect the page if you use this method) or use an image uploaded to your server via other means.
Line 11: Line 17:
 
'''Source:''' [http://www.mediawiki.org/wiki/Help:FAQ#How_do_I_change_the_logo.3F mediawiki FAQ]
 
'''Source:''' [http://www.mediawiki.org/wiki/Help:FAQ#How_do_I_change_the_logo.3F mediawiki FAQ]
  
 +
 +
<!-- end col-md-8 -->
 +
</div>
 +
<div class="col-md-1"></div>
 +
<div class="col-md-3 sidebar">
 +
{{Mediawiki Help}}
 +
{{GetHelp}}
 +
 +
<!-- end col-md-3-->
 +
</div>
 +
<!-- end row-->
 +
</div>
 +
<!-- end container-->
 +
</div>
 +
<!-- Generator=Template:TwoColumn -->
 +
__NOTOC__
 +
__NOEDITSECTION__
 
[[Category:Mediawiki]]
 
[[Category:Mediawiki]]

Latest revision as of 17:00, 14 August 2017

The logo that appears in the top left of each page is determined by the $wgLogo configuration setting in the LocalSettings.php file.

Note: Most site administrators at Evergreen will not have access to edit this file. Please contact your System Administrator when you're ready with your new logo.

To change this you simply need to change the value of $wgLogo to point to the URL of your own logo image. You can upload a file via the wiki and use that address (which allows it to be replaced easily, so you may want to protect the page if you use this method) or use an image uploaded to your server via other means.

Note: It is possible to simply overwrite the default logo installed with MediaWiki, but this is strongly advised against, as an upgrade may end up overwriting it or change the default location of this file.

Tip: The logo image should be 135 pixels square.

Source: mediawiki FAQ