<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: MediaWiki Fratman Skin</title>
	<atom:link href="http://jasonpearce.com/blog/2006/09/23/mediawiki-fratman-skin/feed/" rel="self" type="application/rss+xml" />
	<link>http://jasonpearce.com/blog/2006/09/23/mediawiki-fratman-skin/</link>
	<description>relatively irrelevant</description>
	<pubDate>Fri, 16 May 2008 03:47:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: MistyLook Theme for MediaWiki Toolbar Fix at bavatuesdays</title>
		<link>http://jasonpearce.com/blog/2006/09/23/mediawiki-fratman-skin/#comment-35950</link>
		<dc:creator>MistyLook Theme for MediaWiki Toolbar Fix at bavatuesdays</dc:creator>
		<pubDate>Mon, 05 May 2008 15:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://jasonpearce.com/blog/2006/09/23/mediawiki-fratman-skin/#comment-35950</guid>
		<description>&lt;p&gt;[...] I found this fix thanks to Hal&#8217;s comment on Jason Pearce&#8217;s blog. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[&#8230;] I found this fix thanks to Hal&#8217;s comment on Jason Pearce&#8217;s blog. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://jasonpearce.com/blog/2006/09/23/mediawiki-fratman-skin/#comment-28803</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Tue, 18 Dec 2007 03:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://jasonpearce.com/blog/2006/09/23/mediawiki-fratman-skin/#comment-28803</guid>
		<description>&lt;p&gt;Not sure if this thread is still being monitored, but I hope someone can help me with this. I download v1.7 above and extracted just the files in it to my skins folder. I kept getting an error - dealing with the "require_once('anand_fratman_17/includes/SkinTemplate.php')" command - until I copied the entire wiki/includes folder into the anand_fratman_17 folder. Then I got something, but still not the full skin.&lt;/p&gt;

&lt;p&gt;Should I be copying other folders into the anand folder? Is there a single compressed file that has all I need?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Not sure if this thread is still being monitored, but I hope someone can help me with this. I download v1.7 above and extracted just the files in it to my skins folder. I kept getting an error - dealing with the &#8220;require_once(&#8217;anand_fratman_17/includes/SkinTemplate.php&#8217;)&#8221; command - until I copied the entire wiki/includes folder into the anand_fratman_17 folder. Then I got something, but still not the full skin.</p>
<p>Should I be copying other folders into the anand folder? Is there a single compressed file that has all I need?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Esp3tek</title>
		<link>http://jasonpearce.com/blog/2006/09/23/mediawiki-fratman-skin/#comment-19790</link>
		<dc:creator>Esp3tek</dc:creator>
		<pubDate>Wed, 26 Sep 2007 10:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://jasonpearce.com/blog/2006/09/23/mediawiki-fratman-skin/#comment-19790</guid>
		<description>&lt;p&gt;hey Bastian, the menu view is strange in IE, i solved it:&lt;/p&gt;

&lt;p&gt;rename:&lt;/p&gt;

&lt;p&gt;IE50Fixes.css to IE50Fixescss
IE55Fixes.css to IE55Fixescss
IE60Fixes.css to IE60Fixescss
IEMacFixes.css to IEMacFixescss
broswerforms_compact.css to broswerforms_compactcss&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hey Bastian, the menu view is strange in IE, i solved it:</p>
<p>rename:</p>
<p>IE50Fixes.css to IE50Fixescss<br />
IE55Fixes.css to IE55Fixescss<br />
IE60Fixes.css to IE60Fixescss<br />
IEMacFixes.css to IEMacFixescss<br />
broswerforms_compact.css to broswerforms_compactcss</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hal</title>
		<link>http://jasonpearce.com/blog/2006/09/23/mediawiki-fratman-skin/#comment-16703</link>
		<dc:creator>Hal</dc:creator>
		<pubDate>Thu, 14 Jun 2007 04:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://jasonpearce.com/blog/2006/09/23/mediawiki-fratman-skin/#comment-16703</guid>
		<description>&lt;p&gt;Re - Toolbar missing&lt;/p&gt;

&lt;p&gt;Other people seem to have tried to post how to fix the edit toolbar, but I guess the comment system sanitizes the php out of the message.&lt;/p&gt;

&lt;p&gt;You need to copy line 72 (only one line) of MonoBook.php and put it into fratman_enhanced.php BEFORE line 67.&lt;/p&gt;

&lt;p&gt;I am going to try to post the line here with some added spaces so hopefully it won't get removed:&lt;/p&gt;

&lt;p&gt;&#60; ?p h p print Skin::makeGlobalVariablesScript ( $this-&#62;data ); ? &#62;&lt;/p&gt;

&lt;p&gt;Don't paste that in because I added white space, but copy that line from MonoBook.php.&lt;/p&gt;

&lt;p&gt;To clarify - the above line needs to go into fratman_enhanced.php ABOVE the line with "wikibits.js" in it (line 67).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Re - Toolbar missing</p>
<p>Other people seem to have tried to post how to fix the edit toolbar, but I guess the comment system sanitizes the php out of the message.</p>
<p>You need to copy line 72 (only one line) of MonoBook.php and put it into fratman_enhanced.php BEFORE line 67.</p>
<p>I am going to try to post the line here with some added spaces so hopefully it won&#8217;t get removed:</p>
<p>&lt; ?p h p print Skin::makeGlobalVariablesScript ( $this-&gt;data ); ? &gt;</p>
<p>Don&#8217;t paste that in because I added white space, but copy that line from MonoBook.php.</p>
<p>To clarify - the above line needs to go into fratman_enhanced.php ABOVE the line with &#8220;wikibits.js&#8221; in it (line 67).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maarten gielen</title>
		<link>http://jasonpearce.com/blog/2006/09/23/mediawiki-fratman-skin/#comment-15457</link>
		<dc:creator>maarten gielen</dc:creator>
		<pubDate>Fri, 18 May 2007 21:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://jasonpearce.com/blog/2006/09/23/mediawiki-fratman-skin/#comment-15457</guid>
		<description>&lt;p&gt;hey everybody!&lt;/p&gt;

&lt;p&gt;GOOD NEWS&lt;/p&gt;

&lt;p&gt;i've just installed a wysiwyg editor on this skin, and it's working fine
just get it here:&lt;/p&gt;

&lt;p&gt;http://en.wikipedia.org/wiki/User:Cacycle/wikEd (only working with firefox... )&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hey everybody!</p>
<p>GOOD NEWS</p>
<p>i&#8217;ve just installed a wysiwyg editor on this skin, and it&#8217;s working fine<br />
just get it here:</p>
<p><a href="http://en.wikipedia.org/wiki/User:Cacycle/wikEd" rel="nofollow">http://en.wikipedia.org/wiki/User:Cacycle/wikEd</a> (only working with firefox&#8230; )</p>
]]></content:encoded>
	</item>
</channel>
</rss>
