<?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 for Nerdaphernalia</title>
	<atom:link href="http://striderweb.com/nerdaphernalia/comments/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>Comment on Virtual Multiblog for WordPress 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>Comment on Salvaging ebooks from Stanza for iPhone or iPod. by Harald</title>
		<link>http://striderweb.com/nerdaphernalia/2011/10/salvaging-ebooks-from-stanza-for-iphone-or-ipod/comment-page-1/#comment-2777</link>
		<dc:creator>Harald</dc:creator>
		<pubDate>Tue, 25 Oct 2011 21:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/?p=275#comment-2777</guid>
		<description>Brillant help. Thanks a million!</description>
		<content:encoded><![CDATA[<p>Brillant help. Thanks a million!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Virtual Multiblog for WordPress 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>Comment on Virtual Multiblog for WordPress 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>Comment on WordPress Plugin: Graceful Pull-Quotes by Stephen R</title>
		<link>http://striderweb.com/nerdaphernalia/features/wp-javascript-pull-quotes/comment-page-11/#comment-2774</link>
		<dc:creator>Stephen R</dc:creator>
		<pubDate>Tue, 18 Oct 2011 20:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.striderweb.com/nerdaphernalia/features/wp-javascript-pullquotes/#comment-2774</guid>
		<description>Gary -- My first guess is you have an error in your Theme.  Possibly it is including the WordPress header stuff (scripts, etc.) twice.

Somehow or another, the one Pull-Quote script is being run twice.</description>
		<content:encoded><![CDATA[<p>Gary &#8212; My first guess is you have an error in your Theme.  Possibly it is including the WordPress header stuff (scripts, etc.) twice.</p>
<p>Somehow or another, the one Pull-Quote script is being run twice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FAQ &#8212; Virtual Multiblog by Stephen R</title>
		<link>http://striderweb.com/nerdaphernalia/features/virtual-multiblog/faq/comment-page-4/#comment-2773</link>
		<dc:creator>Stephen R</dc:creator>
		<pubDate>Tue, 18 Oct 2011 20:10:19 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/features/virtual-multiblog/virtual-multiblog-faq/#comment-2773</guid>
		<description>Blogs can be on different domains if the different domains all point to the same directory on your server.

I don&#039;t know about mapping different IP addresses, but I think if they&#039;re all pointing to that same directory, it should work.</description>
		<content:encoded><![CDATA[<p>Blogs can be on different domains if the different domains all point to the same directory on your server.</p>
<p>I don&#8217;t know about mapping different IP addresses, but I think if they&#8217;re all pointing to that same directory, it should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FAQ &#8212; Virtual Multiblog by mark mayerly</title>
		<link>http://striderweb.com/nerdaphernalia/features/virtual-multiblog/faq/comment-page-4/#comment-2769</link>
		<dc:creator>mark mayerly</dc:creator>
		<pubDate>Mon, 03 Oct 2011 21:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/features/virtual-multiblog/virtual-multiblog-faq/#comment-2769</guid>
		<description>Is it possible to domain map the virtual blogs as well as assign specific IP:s to specific blogs?</description>
		<content:encoded><![CDATA[<p>Is it possible to domain map the virtual blogs as well as assign specific IP:s to specific blogs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Plugin: Graceful Pull-Quotes by Gary</title>
		<link>http://striderweb.com/nerdaphernalia/features/wp-javascript-pull-quotes/comment-page-11/#comment-2768</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Sat, 24 Sep 2011 17:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.striderweb.com/nerdaphernalia/features/wp-javascript-pullquotes/#comment-2768</guid>
		<description>ISSUE: My quotes are being duplicated as in I have two quotes for the one pull on a page. Can you assist?

Many thanks,

Gary</description>
		<content:encoded><![CDATA[<p>ISSUE: My quotes are being duplicated as in I have two quotes for the one pull on a page. Can you assist?</p>
<p>Many thanks,</p>
<p>Gary</p>
]]></content:encoded>
	</item>
</channel>
</rss>

