<?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/"
		>
<channel>
	<title>Comments on: Multiblog Data Files Sharing Problem</title>
	<atom:link href="http://hackadelic.com/multiblog-data-files-sharing-problem/feed" rel="self" type="application/rss+xml" />
	<link>http://hackadelic.com/multiblog-data-files-sharing-problem</link>
	<description>Think More, Code Less! - Intelligent WordPress Solutions</description>
	<lastBuildDate>Wed, 28 Jul 2010 10:12:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hackadelic</title>
		<link>http://hackadelic.com/multiblog-data-files-sharing-problem/comment-page-1#comment-4893</link>
		<dc:creator>Hackadelic</dc:creator>
		<pubDate>Fri, 02 Oct 2009 09:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://hackadelic.com/?p=303#comment-4893</guid>
		<description>Freddy, I&#039;ve intensified my usage of VMB. I have found some issues with VMB 2.6.1 and I helped Steven to fix them (2.6.2 is out). So I do think more on the topic is likely to come (if time permits that is).</description>
		<content:encoded><![CDATA[<p>Freddy, I&#8217;ve intensified my usage of VMB. I have found some issues with VMB 2.6.1 and I helped Steven to fix them (2.6.2 is out). So I do think more on the topic is likely to come (if time permits that is).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Freddy</title>
		<link>http://hackadelic.com/multiblog-data-files-sharing-problem/comment-page-1#comment-4892</link>
		<dc:creator>Freddy</dc:creator>
		<pubDate>Thu, 01 Oct 2009 18:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://hackadelic.com/?p=303#comment-4892</guid>
		<description>Great series.  Are you planning to continue it?  It seems to have ended about 4 months ago.

VMB may save my life!</description>
		<content:encoded><![CDATA[<p>Great series.  Are you planning to continue it?  It seems to have ended about 4 months ago.</p>
<p>VMB may save my life!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hackadelic</title>
		<link>http://hackadelic.com/multiblog-data-files-sharing-problem/comment-page-1#comment-3357</link>
		<dc:creator>Hackadelic</dc:creator>
		<pubDate>Sun, 02 Aug 2009 19:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://hackadelic.com/?p=303#comment-3357</guid>
		<description>The good news about MyCSS is that I&#039;m half-way through implementing a multiblog-enabled version :)</description>
		<content:encoded><![CDATA[<p>The good news about MyCSS is that I&#8217;m half-way through implementing a multiblog-enabled version <img src='http://hackadelic.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dgold</title>
		<link>http://hackadelic.com/multiblog-data-files-sharing-problem/comment-page-1#comment-3343</link>
		<dc:creator>Dgold</dc:creator>
		<pubDate>Sun, 02 Aug 2009 12:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://hackadelic.com/?p=303#comment-3343</guid>
		<description>Sounds like Caching plugins is the main area that needs to be solved?  MyCSS, did you find that one to be a problem?  I&#039;m not sure about Google Sitemaps plugin, it miiight prefer to run on just one blog and not cover the blog farm?

Other than that, from the ones I&#039;ve tried, most plugins only write into the database, so it&#039;s a fresh set of options for the plugin on each blog instance -- with just the one install of the plugin.  You choose blog-by-blog which ones to activate a plugin on.

This is a great series of posts Hackadelic.  I am a really big fan of Stephen&#039;s Virtual Multiblog technique, and it is good to see this discussion emerging.</description>
		<content:encoded><![CDATA[<p>Sounds like Caching plugins is the main area that needs to be solved?  MyCSS, did you find that one to be a problem?  I&#8217;m not sure about Google Sitemaps plugin, it miiight prefer to run on just one blog and not cover the blog farm?</p>
<p>Other than that, from the ones I&#8217;ve tried, most plugins only write into the database, so it&#8217;s a fresh set of options for the plugin on each blog instance &#8212; with just the one install of the plugin.  You choose blog-by-blog which ones to activate a plugin on.</p>
<p>This is a great series of posts Hackadelic.  I am a really big fan of Stephen&#8217;s Virtual Multiblog technique, and it is good to see this discussion emerging.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hackadelic</title>
		<link>http://hackadelic.com/multiblog-data-files-sharing-problem/comment-page-1#comment-2446</link>
		<dc:creator>Hackadelic</dc:creator>
		<pubDate>Sun, 14 Jun 2009 18:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://hackadelic.com/?p=303#comment-2446</guid>
		<description>Hi Frisco,

here are my two cents about cloning plugins: From the view point of a multiblog,  cloning plugins (= duplicating code) is exactly what you don&#039;t want to do. IMO two separate WP installations are less of a maintenance nightmare compared to all the plugins you install in addition. So if a plugin doesn&#039;t work in multblog context, I&#039;d rather try to find a replacement that does than cloning it.

Cloning a plugin is actually just a workaround for when the plugin writes to a file &lt;strong&gt;in its own directory&lt;/strong&gt;. It won&#039;t resolve a situation when a plugin writes to a file that&#039;s independent of the plugin installation directory. &lt;em&gt;.htaccess&lt;/em&gt; is such a file.

I can&#039;t tell you any wisdom about how to determine if a plugin writes to .htaccess or not. The plugin documentation should make such a statement. If not, well... improvise. ;-)

Fortunately, almost no plugin writes to .htaccess, with one big exception: Caching plugins. They all do, AFAIK.

If you really need a caching plugin,  you&#039;re probably better off with WPMU. (On the other hand, you need a caching plugin because your server is too slow for the traffic you get. But then, if you get that much traffic, you can probably afford a better server, or a better hosting plan with more band width.)</description>
		<content:encoded><![CDATA[<p>Hi Frisco,</p>
<p>here are my two cents about cloning plugins: From the view point of a multiblog,  cloning plugins (= duplicating code) is exactly what you don&#8217;t want to do. IMO two separate WP installations are less of a maintenance nightmare compared to all the plugins you install in addition. So if a plugin doesn&#8217;t work in multblog context, I&#8217;d rather try to find a replacement that does than cloning it.</p>
<p>Cloning a plugin is actually just a workaround for when the plugin writes to a file <strong>in its own directory</strong>. It won&#8217;t resolve a situation when a plugin writes to a file that&#8217;s independent of the plugin installation directory. <em>.htaccess</em> is such a file.</p>
<p>I can&#8217;t tell you any wisdom about how to determine if a plugin writes to .htaccess or not. The plugin documentation should make such a statement. If not, well&#8230; improvise. <img src='http://hackadelic.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Fortunately, almost no plugin writes to .htaccess, with one big exception: Caching plugins. They all do, AFAIK.</p>
<p>If you really need a caching plugin,  you&#8217;re probably better off with WPMU. (On the other hand, you need a caching plugin because your server is too slow for the traffic you get. But then, if you get that much traffic, you can probably afford a better server, or a better hosting plan with more band width.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Friso</title>
		<link>http://hackadelic.com/multiblog-data-files-sharing-problem/comment-page-1#comment-2444</link>
		<dc:creator>Friso</dc:creator>
		<pubDate>Sun, 14 Jun 2009 09:39:02 +0000</pubDate>
		<guid isPermaLink="false">http://hackadelic.com/?p=303#comment-2444</guid>
		<description>Hi Zoran,

Thanks. Just one step closer to implementing it. Cloning plugins shouldn&#039;t be a problem: that is something you&#039;d already have to do when driving several blogs or a blog farm.

Two questions remain at this point:
1. How can I determine which plugin&#039;s will have an impact on .htaccess?
2. Does cloning the plugins -and installing them off course- solve the .htaccess problem?

Cheers,

Friso.</description>
		<content:encoded><![CDATA[<p>Hi Zoran,</p>
<p>Thanks. Just one step closer to implementing it. Cloning plugins shouldn&#8217;t be a problem: that is something you&#8217;d already have to do when driving several blogs or a blog farm.</p>
<p>Two questions remain at this point:<br />
1. How can I determine which plugin&#8217;s will have an impact on .htaccess?<br />
2. Does cloning the plugins -and installing them off course- solve the .htaccess problem?</p>
<p>Cheers,</p>
<p>Friso.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hackadelic</title>
		<link>http://hackadelic.com/multiblog-data-files-sharing-problem/comment-page-1#comment-2431</link>
		<dc:creator>Hackadelic</dc:creator>
		<pubDate>Fri, 12 Jun 2009 15:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://hackadelic.com/?p=303#comment-2431</guid>
		<description>Hi Friso,

mine all work with VMB. Apart from those mentioned in the post, I can&#039;t think of any other plugins that don&#039;t work with it (though I know there must be others which store data in files, like MyCSS).

Anyway, it&#039;s not usually a problem that the plugin won&#039;t work (except for those who modify .htaccess), but that it won&#039;t work in more than one blog simultaneously. A quick solution is to clone the plugin (by making a copy of its directory), and use one copy in blog1, and the other in blog2.

BTW, that&#039;s the way to go if you want to use the &quot;same&quot; theme in two blogs in the farm, but have to tweak it differently in each.</description>
		<content:encoded><![CDATA[<p>Hi Friso,</p>
<p>mine all work with VMB. Apart from those mentioned in the post, I can&#8217;t think of any other plugins that don&#8217;t work with it (though I know there must be others which store data in files, like MyCSS).</p>
<p>Anyway, it&#8217;s not usually a problem that the plugin won&#8217;t work (except for those who modify .htaccess), but that it won&#8217;t work in more than one blog simultaneously. A quick solution is to clone the plugin (by making a copy of its directory), and use one copy in blog1, and the other in blog2.</p>
<p>BTW, that&#8217;s the way to go if you want to use the &#8220;same&#8221; theme in two blogs in the farm, but have to tweak it differently in each.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Friso</title>
		<link>http://hackadelic.com/multiblog-data-files-sharing-problem/comment-page-1#comment-2429</link>
		<dc:creator>Friso</dc:creator>
		<pubDate>Fri, 12 Jun 2009 08:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://hackadelic.com/?p=303#comment-2429</guid>
		<description>Hi Zoran,

Thanks for the Sliding Notes update. Just what I was looking for!

Apart from MyCSS, what kind of plugins are expected to conflict with VMB? I&#039;m thinking of using VMB and your plugin. 

Friso.</description>
		<content:encoded><![CDATA[<p>Hi Zoran,</p>
<p>Thanks for the Sliding Notes update. Just what I was looking for!</p>
<p>Apart from MyCSS, what kind of plugins are expected to conflict with VMB? I&#8217;m thinking of using VMB and your plugin. </p>
<p>Friso.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
