<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>RJ Ian S. Sevilla - (Digital World) &#187; Media Wiki</title>
	<atom:link href="http://rjiansevilla.com/archives/tag/media-wiki/feed" rel="self" type="application/rss+xml" />
	<link>http://rjiansevilla.com</link>
	<description>My online Journal on Net</description>
	<lastBuildDate>Mon, 22 Feb 2010 10:36:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Changing Logo on Media Wiki</title>
		<link>http://rjiansevilla.com/archives/184</link>
		<comments>http://rjiansevilla.com/archives/184#comments</comments>
		<pubDate>Sat, 15 Nov 2008 01:27:00 +0000</pubDate>
		<dc:creator>rjian</dc:creator>
				<category><![CDATA[Media Wiki]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://rjiansevilla.com/?p=184</guid>
		<description><![CDATA[I&#8217;m on research some admin task on media wiki for FOSS Toolkit for SMEs, im also trying to find how the modify the logo on the default installation and i&#8217;ve found this tutorial.
The $wgLogo variable specifies which graphical logo is displayed in the top left corner of all mediawiki pages.
Add the following two lines to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m on research some admin task on media wiki for FOSS Toolkit for SMEs, im also trying to find how the modify the logo on the default installation and i&#8217;ve found this tutorial.</p>
<blockquote><p>The <b><a href="http://rjiansevilla.com/goto/http://www.mediawiki.org/wiki/Manual:$wgLogo"  title="Manual:$wgLogo">$wgLogo</a></b> variable specifies which graphical logo is displayed in the top left corner of all mediawiki pages.</p>
<p>Add the following two lines to <code>LocalSettings.php</code> (below the &#8220;require&#8221; statements):</p>
<div dir="ltr" style="text-align: left;">
<pre class="source-php"><span class="re0">$wgStylePath</span>   = <span class="st0">"/wiki/skins/"</span>; <span class="re0">$wgLogo</span>        = <span class="st0">"{$wgStylePath}/common/images/wiki.png"</span>;</pre>
</div>
<p>This replaces the default logo in the /wiki/skins/common/images/ directory.</p>
<p>Another option is to direct the <code>$wgStylePath</code> variable to the Upload Directory to be able to exchange the logo by updating uploaded files.</p>
<p><code><a href="http://rjiansevilla.com/goto/http://www.mediawiki.org/wiki/Manual:$wgStylePath"  title="Manual:$wgStylePath">$wgStylePath</a></code> is usually <code>YOUR_WIKI_FOLDER/wiki/skins</code>.</p>
<ul>
<li>Note that in the example given, the <code>$wgLogo</code> points to <code>/wiki/skins/common/images/wiki.png</code> with the first part being defined by <code>$wgStylePath</code>. Make sure you have both correct, or <code>$wgLogo</code> will not point to where you think it&#8217;s pointing.</li>
</ul>
</blockquote>
<p>Hope this will work.</p>
]]></content:encoded>
			<wfw:commentRss>http://rjiansevilla.com/archives/184/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
