<?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: WPMU is out, Virtual Multiblog is in</title>
	<atom:link href="http://hackadelic.com/wpmu-is-out-virtual-multiblog-is-in/feed" rel="self" type="application/rss+xml" />
	<link>http://hackadelic.com/wpmu-is-out-virtual-multiblog-is-in</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/wpmu-is-out-virtual-multiblog-is-in/comment-page-2#comment-3358</link>
		<dc:creator>Hackadelic</dc:creator>
		<pubDate>Sun, 02 Aug 2009 19:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://hackadelic.com/?p=287#comment-3358</guid>
		<description>Paul, there are two complementing systems. &lt;a href=&quot;http://striderweb.com/nerdaphernalia/features/virtual-multiblog/&quot; rel=&quot;nofollow&quot;&gt;Virtual Multiblog&lt;/a&gt; (or VMB) is the technology developed by Stephen Rider. Virtual Multiblog &lt;strong&gt;Kit&lt;/strong&gt; (or VMBKit) is a plugin I made to simplify the handling of VMB. VMBKit needs VMB to operate. If it&#039;s not installed (at it&#039;s default location), you&#039;ll get the mentioned message. Instead of making a copy of VMBKit, download and install VMB.

Hope this helps.</description>
		<content:encoded><![CDATA[<p>Paul, there are two complementing systems. <a href="http://striderweb.com/nerdaphernalia/features/virtual-multiblog/" rel="nofollow">Virtual Multiblog</a> (or VMB) is the technology developed by Stephen Rider. Virtual Multiblog <strong>Kit</strong> (or VMBKit) is a plugin I made to simplify the handling of VMB. VMBKit needs VMB to operate. If it&#8217;s not installed (at it&#8217;s default location), you&#8217;ll get the mentioned message. Instead of making a copy of VMBKit, download and install VMB.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://hackadelic.com/wpmu-is-out-virtual-multiblog-is-in/comment-page-1#comment-3346</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Sun, 02 Aug 2009 14:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://hackadelic.com/?p=287#comment-3346</guid>
		<description>hello,

thanks for creating VMB. Unfortunately, I can&#039;t seem to get it to work with WP 2.8.2. I have tried ceaselessly by following each line in the readme file, but it still won&#039;t work.

Foremost, after activating the plugin in the plugins admin page, and clicking on the Multiblog Kit link in the tools sub-menu, I got this error message: 
Virtual Mutliblog Not Found

    To use Virtual Mutliblog, it needs to be uploaded into the wp-content directory.

    Download Virtual Mutliblog at striderweb.com, or read a review about its features.

This prompted me to make a copy of hackadelic-multiblog-kit in the plugins directory and copied it to wp-content folder. I even CHMODed both wp-content and hackadelic-multiblog-kit to 777 including all the files and folders, but all to avail.

Is there a way you the author or anyone else can fix this up or give me detail instructions on how to manually configure VMB and make it work.

Thanks...</description>
		<content:encoded><![CDATA[<p>hello,</p>
<p>thanks for creating VMB. Unfortunately, I can&#8217;t seem to get it to work with WP 2.8.2. I have tried ceaselessly by following each line in the readme file, but it still won&#8217;t work.</p>
<p>Foremost, after activating the plugin in the plugins admin page, and clicking on the Multiblog Kit link in the tools sub-menu, I got this error message:<br />
Virtual Mutliblog Not Found</p>
<p>    To use Virtual Mutliblog, it needs to be uploaded into the wp-content directory.</p>
<p>    Download Virtual Mutliblog at striderweb.com, or read a review about its features.</p>
<p>This prompted me to make a copy of hackadelic-multiblog-kit in the plugins directory and copied it to wp-content folder. I even CHMODed both wp-content and hackadelic-multiblog-kit to 777 including all the files and folders, but all to avail.</p>
<p>Is there a way you the author or anyone else can fix this up or give me detail instructions on how to manually configure VMB and make it work.</p>
<p>Thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hackadelic</title>
		<link>http://hackadelic.com/wpmu-is-out-virtual-multiblog-is-in/comment-page-1#comment-1313</link>
		<dc:creator>Hackadelic</dc:creator>
		<pubDate>Fri, 01 May 2009 07:38:37 +0000</pubDate>
		<guid isPermaLink="false">http://hackadelic.com/?p=287#comment-1313</guid>
		<description>Stephen, I&#039;m actually sure the VMB docs do contain that information. ;-) 

I knew that you can define where these dirs are, but I&#039;ve found there are several reasons not to do that.

- If you are after a single code base to maintain, it makes more sense to to have a single pool of plugins.
- AFAIK there is no WP_THEME_DIR constant, so you must merge themes anyway.
- The directory relocation feature is rarely used, so I suspect some plugins and/or themes may have trouble with it.
  (For ex. I&#039;ve frequently seen this in WP plugin code: &lt;code&gt;... = ABSPATH . &#039;/wp-content/...&#039;&lt;/code&gt;. Such code would break.)

All in all, I wouldn&#039;t really recommend to use this feature unless you absolutely must.</description>
		<content:encoded><![CDATA[<p>Stephen, I&#8217;m actually sure the VMB docs do contain that information. <img src='http://hackadelic.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  </p>
<p>I knew that you can define where these dirs are, but I&#8217;ve found there are several reasons not to do that.</p>
<p>- If you are after a single code base to maintain, it makes more sense to to have a single pool of plugins.<br />
- AFAIK there is no WP_THEME_DIR constant, so you must merge themes anyway.<br />
- The directory relocation feature is rarely used, so I suspect some plugins and/or themes may have trouble with it.<br />
  (For ex. I&#8217;ve frequently seen this in WP plugin code: <code>... = ABSPATH . '/wp-content/...'</code>. Such code would break.)</p>
<p>All in all, I wouldn&#8217;t really recommend to use this feature unless you absolutely must.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen R</title>
		<link>http://hackadelic.com/wpmu-is-out-virtual-multiblog-is-in/comment-page-1#comment-1303</link>
		<dc:creator>Stephen R</dc:creator>
		<pubDate>Thu, 30 Apr 2009 19:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://hackadelic.com/?p=287#comment-1303</guid>
		<description>Ray --

Actually, WordPress allows you to set your wp-content directory, (or, separately, the plugin directory), via a CONSTANT in the config file.  This works just fine in VMB, so you *can* have separate plugin or wp-content folders.

You can define:
WP_CONTENT_URL
WP_CONTENT_DIR

WP_PLUGIN_URL
WP_PLUGIN_DIR

Heh.  I *really* need to update the VMB docs!  ;-)</description>
		<content:encoded><![CDATA[<p>Ray &#8211;</p>
<p>Actually, WordPress allows you to set your wp-content directory, (or, separately, the plugin directory), via a CONSTANT in the config file.  This works just fine in VMB, so you *can* have separate plugin or wp-content folders.</p>
<p>You can define:<br />
WP_CONTENT_URL<br />
WP_CONTENT_DIR</p>
<p>WP_PLUGIN_URL<br />
WP_PLUGIN_DIR</p>
<p>Heh.  I *really* need to update the VMB docs!  <img src='http://hackadelic.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hackadelic</title>
		<link>http://hackadelic.com/wpmu-is-out-virtual-multiblog-is-in/comment-page-1#comment-1285</link>
		<dc:creator>Hackadelic</dc:creator>
		<pubDate>Wed, 29 Apr 2009 07:43:23 +0000</pubDate>
		<guid isPermaLink="false">http://hackadelic.com/?p=287#comment-1285</guid>
		<description>Ray, definitely: You CAN start with a single WP blog and extended it at any time by VMB. That&#039;s what I meant by:
&lt;blockquote&gt;&lt;em&gt;You don’t even have to start with VMB installed in the first place. You can add it at the moment you need your second blog.&lt;/em&gt;&lt;/blockquote&gt;
I already did all that on my test server and it worked flawlessly.

Also, you could keep your second blog&#039;s database and let it be powered by your first WP installation. You&#039;ll have to merge the themes and plugins directories of the two blogs though.</description>
		<content:encoded><![CDATA[<p>Ray, definitely: You CAN start with a single WP blog and extended it at any time by VMB. That&#8217;s what I meant by:</p>
<blockquote><p><em>You don’t even have to start with VMB installed in the first place. You can add it at the moment you need your second blog.</em></p></blockquote>
<p>I already did all that on my test server and it worked flawlessly.</p>
<p>Also, you could keep your second blog&#8217;s database and let it be powered by your first WP installation. You&#8217;ll have to merge the themes and plugins directories of the two blogs though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://hackadelic.com/wpmu-is-out-virtual-multiblog-is-in/comment-page-1#comment-1277</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Wed, 29 Apr 2009 00:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://hackadelic.com/?p=287#comment-1277</guid>
		<description>I&#039;m looking forward to this plugin as well!

I have a site that runs on two Wordpress installs.
The ability to use one install base would be great!

My question is:
(This is probably better directed to Stephen than Zoran, but...)

Would it be easy to take an existing Wordpress install (or two) and use VMB to power it?</description>
		<content:encoded><![CDATA[<p>I&#8217;m looking forward to this plugin as well!</p>
<p>I have a site that runs on two Wordpress installs.<br />
The ability to use one install base would be great!</p>
<p>My question is:<br />
(This is probably better directed to Stephen than Zoran, but&#8230;)</p>
<p>Would it be easy to take an existing Wordpress install (or two) and use VMB to power it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hackadelic</title>
		<link>http://hackadelic.com/wpmu-is-out-virtual-multiblog-is-in/comment-page-1#comment-1224</link>
		<dc:creator>Hackadelic</dc:creator>
		<pubDate>Thu, 23 Apr 2009 15:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://hackadelic.com/?p=287#comment-1224</guid>
		<description>Thanks for the hint, Steven. There is my one and only &quot;con&quot; then. ;-)</description>
		<content:encoded><![CDATA[<p>Thanks for the hint, Steven. There is my one and only &#8220;con&#8221; then. <img src='http://hackadelic.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen R</title>
		<link>http://hackadelic.com/wpmu-is-out-virtual-multiblog-is-in/comment-page-1#comment-1223</link>
		<dc:creator>Stephen R</dc:creator>
		<pubDate>Thu, 23 Apr 2009 13:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://hackadelic.com/?p=287#comment-1223</guid>
		<description>Oh, quick note regarding plugin compatibility with VMB -- I have found one thing that can make plugins incompatible: making changes to .htaccess

This is fairly uncommon among plugins, but (for example) I don&#039;t think there are any caching plugins that work with VMB right now.  The fix is probably just a clever hack to the mod_rewrites, but I haven&#039;t figured it out yet.</description>
		<content:encoded><![CDATA[<p>Oh, quick note regarding plugin compatibility with VMB &#8212; I have found one thing that can make plugins incompatible: making changes to .htaccess</p>
<p>This is fairly uncommon among plugins, but (for example) I don&#8217;t think there are any caching plugins that work with VMB right now.  The fix is probably just a clever hack to the mod_rewrites, but I haven&#8217;t figured it out yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen R</title>
		<link>http://hackadelic.com/wpmu-is-out-virtual-multiblog-is-in/comment-page-1#comment-1222</link>
		<dc:creator>Stephen R</dc:creator>
		<pubDate>Thu, 23 Apr 2009 13:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://hackadelic.com/?p=287#comment-1222</guid>
		<description>I want that plugin! ;-)</description>
		<content:encoded><![CDATA[<p>I want that plugin! <img src='http://hackadelic.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
