<?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: Virtual Multiblog for WordPress</title>
	<atom:link href="http://striderweb.com/nerdaphernalia/features/virtual-multiblog/feed/" rel="self" type="application/rss+xml" />
	<link>http://striderweb.com/nerdaphernalia</link>
	<description>"It's All Geek To Me"</description>
	<lastBuildDate>Mon, 05 Dec 2011 13:30:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Chris</title>
		<link>http://striderweb.com/nerdaphernalia/features/virtual-multiblog/comment-page-33/#comment-2783</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 05 Dec 2011 13:30:24 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/virtual-multiblog/#comment-2783</guid>
		<description>Anyone tried VMB with WP 3.3 RC1?</description>
		<content:encoded><![CDATA[<p>Anyone tried VMB with WP 3.3 RC1?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alvise Nicoletti</title>
		<link>http://striderweb.com/nerdaphernalia/features/virtual-multiblog/comment-page-33/#comment-2776</link>
		<dc:creator>Alvise Nicoletti</dc:creator>
		<pubDate>Tue, 25 Oct 2011 17:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/virtual-multiblog/#comment-2776</guid>
		<description>Hi ;)
This plugin really changed my life.

I guess if someone never did a php script to make useful summary of the installed blogs, now I&#039;m trying to get &quot;installed plugins&quot; but I can&#039;t find a plugins lister script that works in a page template.</description>
		<content:encoded><![CDATA[<p>Hi <img src='http://striderweb.com/nerdaphernalia/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
This plugin really changed my life.</p>
<p>I guess if someone never did a php script to make useful summary of the installed blogs, now I&#8217;m trying to get &#8220;installed plugins&#8221; but I can&#8217;t find a plugins lister script that works in a page template.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose Luis</title>
		<link>http://striderweb.com/nerdaphernalia/features/virtual-multiblog/comment-page-33/#comment-2775</link>
		<dc:creator>Jose Luis</dc:creator>
		<pubDate>Tue, 25 Oct 2011 17:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/virtual-multiblog/#comment-2775</guid>
		<description>Having an issue with WPSeo plugin (actually seems to affecta various others) when setting different constant for plugins directory on the blog conf:

The plugin (I understand correctly) uses:
define( &#039;WPSEO_URL&#039;, plugin_dir_url(__FILE__) );
to define a base constant to access his files (css, JS, etc)

Defining different WP_CONTENT_DIR works fine:
$vmb_const[&#039;WP_CONTENT_DIR&#039;] = ABSPATH .&#039;myblog&#039;;

But as soon as I define different path/URL for plugins: 
$vmb_const[&#039;WP_PLUGIN_DIR&#039;] = ABSPATH .&#039;wp-content-mysite/plugins&#039;;
$vmb_const[&#039;WP_PLUGIN_URL&#039;] = &quot;http://&quot;. $_SERVER[&quot;HTTP_HOST&quot;] . &#039;/wp-content-mysite/plugins&#039;;

The value of &quot;plugin_dir_url&quot; turns from:
http://mysite.com/wp-content/plugins/wpseo-yoast/ 

to
http://mysite/wp-content-mysite/plugins/home/webs/wordpress/XXXXXX/wp-content/plugins/wpseo-yoast/ 

this is... adds fullpath to what should be the new plugin URL !!!!

No idea if this hast to with somekind of bug of WP or something not correct when defining the constant at VMB, but I am now stack with it.</description>
		<content:encoded><![CDATA[<p>Having an issue with WPSeo plugin (actually seems to affecta various others) when setting different constant for plugins directory on the blog conf:</p>
<p>The plugin (I understand correctly) uses:<br />
define( &#8216;WPSEO_URL&#8217;, plugin_dir_url(__FILE__) );<br />
to define a base constant to access his files (css, JS, etc)</p>
<p>Defining different WP_CONTENT_DIR works fine:<br />
$vmb_const['WP_CONTENT_DIR'] = ABSPATH .&#8217;myblog&#8217;;</p>
<p>But as soon as I define different path/URL for plugins:<br />
$vmb_const['WP_PLUGIN_DIR'] = ABSPATH .&#8217;wp-content-mysite/plugins&#8217;;<br />
$vmb_const['WP_PLUGIN_URL'] = &#8220;http://&#8221;. $_SERVER["HTTP_HOST"] . &#8216;/wp-content-mysite/plugins&#8217;;</p>
<p>The value of &#8220;plugin_dir_url&#8221; turns from:<br />
<a href="http://mysite.com/wp-content/plugins/wpseo-yoast/" >http://mysite.com/wp-content/plugins/wpseo-yoast/</a> </p>
<p>to<br />
<a href="http://mysite/wp-content-mysite/plugins/home/webs/wordpress/XXXXXX/wp-content/plugins/wpseo-yoast/" >http://mysite/wp-content-mysite/plugins/home/webs/wordp...</a> </p>
<p>this is&#8230; adds fullpath to what should be the new plugin URL !!!!</p>
<p>No idea if this hast to with somekind of bug of WP or something not correct when defining the constant at VMB, but I am now stack with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose Luis</title>
		<link>http://striderweb.com/nerdaphernalia/features/virtual-multiblog/comment-page-33/#comment-2766</link>
		<dc:creator>Jose Luis</dc:creator>
		<pubDate>Sun, 11 Sep 2011 11:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/virtual-multiblog/#comment-2766</guid>
		<description>Hi Chris. We only have security plugings forced on all sites so can&#039;t help. With other plugins that use cache we share a cachedir but normally cache file name or extensions varies including the URL and/or is in each options database, s no conflicts. 
In any case I understand VMB has some constant variables that include site name or user, I imagine you should be able to conf the cache to something like &quot;cachedir/&quot;.VMB_USER but I have not tried it myself.</description>
		<content:encoded><![CDATA[<p>Hi Chris. We only have security plugings forced on all sites so can&#8217;t help. With other plugins that use cache we share a cachedir but normally cache file name or extensions varies including the URL and/or is in each options database, s no conflicts.<br />
In any case I understand VMB has some constant variables that include site name or user, I imagine you should be able to conf the cache to something like &#8220;cachedir/&#8221;.VMB_USER but I have not tried it myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://striderweb.com/nerdaphernalia/features/virtual-multiblog/comment-page-33/#comment-2765</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 09 Sep 2011 10:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/virtual-multiblog/#comment-2765</guid>
		<description>Jose Luis - Thanks for your comment on Quick Cache. How do you point the cache directory to different paths on each site? I assume you have one plugin directory for all sites (plugin updates would be tedious otherwise)?</description>
		<content:encoded><![CDATA[<p>Jose Luis &#8211; Thanks for your comment on Quick Cache. How do you point the cache directory to different paths on each site? I assume you have one plugin directory for all sites (plugin updates would be tedious otherwise)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose Luis</title>
		<link>http://striderweb.com/nerdaphernalia/features/virtual-multiblog/comment-page-33/#comment-2757</link>
		<dc:creator>Jose Luis</dc:creator>
		<pubDate>Tue, 16 Aug 2011 15:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/virtual-multiblog/#comment-2757</guid>
		<description>I had some issues &quot;forcing&quot; plugins to all VMB instances. 
Perhaps due to the fact that out multiblog config is moved to /multiblog.

Solved it by modifying the required /mu-plugins/vmb-plugins-bootstrap.php for this feature:

if( defined( &#039;VMB_DIR&#039; ) )
//from
	//include( VMB_DIR . &#039;/resources/vmb-plugins.php&#039; );
//to
include( ABSPATH . VMB_DIR . &#039;/resources/vmb-plugins.php&#039; );

With this fix so far seems to be working fine with WP 3.2.1</description>
		<content:encoded><![CDATA[<p>I had some issues &#8220;forcing&#8221; plugins to all VMB instances.<br />
Perhaps due to the fact that out multiblog config is moved to /multiblog.</p>
<p>Solved it by modifying the required /mu-plugins/vmb-plugins-bootstrap.php for this feature:</p>
<p>if( defined( &#8216;VMB_DIR&#8217; ) )<br />
//from<br />
	//include( VMB_DIR . &#8216;/resources/vmb-plugins.php&#8217; );<br />
//to<br />
include( ABSPATH . VMB_DIR . &#8216;/resources/vmb-plugins.php&#8217; );</p>
<p>With this fix so far seems to be working fine with WP 3.2.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Azurite</title>
		<link>http://striderweb.com/nerdaphernalia/features/virtual-multiblog/comment-page-33/#comment-2755</link>
		<dc:creator>Azurite</dc:creator>
		<pubDate>Sun, 07 Aug 2011 04:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/virtual-multiblog/#comment-2755</guid>
		<description>I just upgraded VMB to the latest version as per the instructions, but when I visited the sites where I have my blogs installed, the WP install came up. 

I&#039;m afraid of going through the install again, even though so far it&#039;s only asking for admin account information, the site title and an email address, because if there&#039;s a subsequent screen that doesn&#039;t want me to input the existing database information (i.e. it errors out), then I won&#039;t know how to &quot;reconnect&quot; the VMB installs to their tables in my database.

Any advice?</description>
		<content:encoded><![CDATA[<p>I just upgraded VMB to the latest version as per the instructions, but when I visited the sites where I have my blogs installed, the WP install came up. </p>
<p>I&#8217;m afraid of going through the install again, even though so far it&#8217;s only asking for admin account information, the site title and an email address, because if there&#8217;s a subsequent screen that doesn&#8217;t want me to input the existing database information (i.e. it errors out), then I won&#8217;t know how to &#8220;reconnect&#8221; the VMB installs to their tables in my database.</p>
<p>Any advice?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Azurite</title>
		<link>http://striderweb.com/nerdaphernalia/features/virtual-multiblog/comment-page-33/#comment-2754</link>
		<dc:creator>Azurite</dc:creator>
		<pubDate>Sun, 07 Aug 2011 04:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/virtual-multiblog/#comment-2754</guid>
		<description>I was using an older version of VMB, and I upgraded today as indicated in the instructions, but when I visit the two blogs I&#039;d previously set up with VMB, they want me to go through the Wordpress install again. It&#039;s just asking for the basic site info, admin account, and email, but I&#039;m afraid if I create the account, VMB won&#039;t be able to see the existing tables that are in the database I use for these two blogs. 

Anyone have any advice? I can easily make all this info the same, but I don&#039;t know if there&#039;ll be a follow-up screen that errors out if I try to put the existing database/table info in there.</description>
		<content:encoded><![CDATA[<p>I was using an older version of VMB, and I upgraded today as indicated in the instructions, but when I visit the two blogs I&#8217;d previously set up with VMB, they want me to go through the WordPress install again. It&#8217;s just asking for the basic site info, admin account, and email, but I&#8217;m afraid if I create the account, VMB won&#8217;t be able to see the existing tables that are in the database I use for these two blogs. </p>
<p>Anyone have any advice? I can easily make all this info the same, but I don&#8217;t know if there&#8217;ll be a follow-up screen that errors out if I try to put the existing database/table info in there.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

