<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"	>
<channel>
	<title>Comments on: Adding Custom Tabs to MediaWiki</title>
	<atom:link href="http://matthewburton.org/wordpress/adding-custom-tabs-to-mediawiki/feed/" rel="self" type="application/rss+xml" />
	<link>http://matthewburton.org/wordpress/adding-custom-tabs-to-mediawiki/</link>
	<description></description>
	<lastBuildDate>Sat, 28 Apr 2012 20:58:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: ds093</title>
		<link>http://matthewburton.org/wordpress/adding-custom-tabs-to-mediawiki/comment-page-1/#comment-33662</link>
		<dc:creator>ds093</dc:creator>
		<pubDate>Wed, 17 Feb 2010 22:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.impublished.org/wordpress/?p=4#comment-33662</guid>
		<description>Thank you for this hack.  However I am getting some weird activity with subpages of the new namespace.  Essentially, I get a &quot;Page&quot; tab trying to link to the subpage in the main namespace and then I have two double tabs for the new namespace. So what it looks like is &quot;Page&quot; &quot;Custom&quot; &quot;Discussion&quot; &quot;Custom&quot; &quot;Edit&quot; etc.

Any thoughts to get around this?  Thanks.</description>
		<content:encoded><![CDATA[<p>Thank you for this hack.  However I am getting some weird activity with subpages of the new namespace.  Essentially, I get a &#8220;Page&#8221; tab trying to link to the subpage in the main namespace and then I have two double tabs for the new namespace. So what it looks like is &#8220;Page&#8221; &#8220;Custom&#8221; &#8220;Discussion&#8221; &#8220;Custom&#8221; &#8220;Edit&#8221; etc.</p>
<p>Any thoughts to get around this?  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Uma</title>
		<link>http://matthewburton.org/wordpress/adding-custom-tabs-to-mediawiki/comment-page-1/#comment-29854</link>
		<dc:creator>Uma</dc:creator>
		<pubDate>Fri, 09 Oct 2009 10:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.impublished.org/wordpress/?p=4#comment-29854</guid>
		<description>It&#039;s great!

But the step 3--is this required?infact what does it do?</description>
		<content:encoded><![CDATA[<p>It&#8217;s great!</p>
<p>But the step 3&#8211;is this required?infact what does it do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vivani</title>
		<link>http://matthewburton.org/wordpress/adding-custom-tabs-to-mediawiki/comment-page-1/#comment-28106</link>
		<dc:creator>vivani</dc:creator>
		<pubDate>Wed, 26 Aug 2009 05:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.impublished.org/wordpress/?p=4#comment-28106</guid>
		<description>What if the tabs need to be inserted as a part of the page content? Any ideas on that one? 
Looking forward to knowing about it asap.
Thanks</description>
		<content:encoded><![CDATA[<p>What if the tabs need to be inserted as a part of the page content? Any ideas on that one?<br />
Looking forward to knowing about it asap.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vivani</title>
		<link>http://matthewburton.org/wordpress/adding-custom-tabs-to-mediawiki/comment-page-1/#comment-28103</link>
		<dc:creator>vivani</dc:creator>
		<pubDate>Wed, 26 Aug 2009 05:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.impublished.org/wordpress/?p=4#comment-28103</guid>
		<description>What if the tabs need to be inserted as a page of the page content? Any ideas on that one? 
Looking forward to knowing about it asap.
Thanks</description>
		<content:encoded><![CDATA[<p>What if the tabs need to be inserted as a page of the page content? Any ideas on that one?<br />
Looking forward to knowing about it asap.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poon Poi Ming</title>
		<link>http://matthewburton.org/wordpress/adding-custom-tabs-to-mediawiki/comment-page-1/#comment-13148</link>
		<dc:creator>Poon Poi Ming</dc:creator>
		<pubDate>Sat, 15 Nov 2008 08:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.impublished.org/wordpress/?p=4#comment-13148</guid>
		<description>Okay, got it! Did not change the 100 to appropiate namespace at:
//if you are in the new namespace...
if ( $this-&gt;mTitle-&gt;getNamespace() == 100 ) {</description>
		<content:encoded><![CDATA[<p>Okay, got it! Did not change the 100 to appropiate namespace at:<br />
//if you are in the new namespace&#8230;<br />
if ( $this-&gt;mTitle-&gt;getNamespace() == 100 ) {</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poon Poi Ming</title>
		<link>http://matthewburton.org/wordpress/adding-custom-tabs-to-mediawiki/comment-page-1/#comment-12984</link>
		<dc:creator>Poon Poi Ming</dc:creator>
		<pubDate>Fri, 14 Nov 2008 03:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.impublished.org/wordpress/?p=4#comment-12984</guid>
		<description>Hi, this is very interesting. I managed to add in three additional tabs but the part where when I click the new label, the article tab on the new page is screwed up... I have replaced the 4 lines with your suggestion but yet, it didn&#039;t work. What could be the reason?</description>
		<content:encoded><![CDATA[<p>Hi, this is very interesting. I managed to add in three additional tabs but the part where when I click the new label, the article tab on the new page is screwed up&#8230; I have replaced the 4 lines with your suggestion but yet, it didn&#8217;t work. What could be the reason?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Burton</title>
		<link>http://matthewburton.org/wordpress/adding-custom-tabs-to-mediawiki/comment-page-1/#comment-3959</link>
		<dc:creator>Matthew Burton</dc:creator>
		<pubDate>Fri, 16 May 2008 02:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.impublished.org/wordpress/?p=4#comment-3959</guid>
		<description>Thanks Rich! I&#039;ve edited the post to make light of this change.</description>
		<content:encoded><![CDATA[<p>Thanks Rich! I&#8217;ve edited the post to make light of this change.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich Hewett (Vicious the Jester)</title>
		<link>http://matthewburton.org/wordpress/adding-custom-tabs-to-mediawiki/comment-page-1/#comment-3956</link>
		<dc:creator>Rich Hewett (Vicious the Jester)</dc:creator>
		<pubDate>Fri, 16 May 2008 01:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.impublished.org/wordpress/?p=4#comment-3956</guid>
		<description>I tried this and it didn&#039;t work.  However, a couple days later, I tried to re-do the adding of the custom namespaces using the instructions at MediaWiki.  When I did this, it started working.  I&#039;m using MediaWiki 1.12

The MediaWiki instructions I followed were at: 
http://www.mediawiki.org/wiki/Manual:Using_custom_namespaces

I will also mention that with 1.12, you edit common.js (instead of monobook.js).  

Thanks for the help.  This is great!!!</description>
		<content:encoded><![CDATA[<p>I tried this and it didn&#8217;t work.  However, a couple days later, I tried to re-do the adding of the custom namespaces using the instructions at MediaWiki.  When I did this, it started working.  I&#8217;m using MediaWiki 1.12</p>
<p>The MediaWiki instructions I followed were at:<br />
<a href="http://www.mediawiki.org/wiki/Manual:Using_custom_namespaces" rel="nofollow">http://www.mediawiki.org/wiki/Manual:Using_custom_namespaces</a></p>
<p>I will also mention that with 1.12, you edit common.js (instead of monobook.js).  </p>
<p>Thanks for the help.  This is great!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

