<?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 &#8212; how to use unique headers on blogs running the same theme</title>
	<atom:link href="http://striderweb.com/nerdaphernalia/2008/08/vmb-unique-headers-on-blogs-running-the-same-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://striderweb.com/nerdaphernalia/2008/08/vmb-unique-headers-on-blogs-running-the-same-theme/</link>
	<description>"It's All Geek To Me"</description>
	<pubDate>Thu, 08 Jan 2009 16:16:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chris</title>
		<link>http://striderweb.com/nerdaphernalia/2008/08/vmb-unique-headers-on-blogs-running-the-same-theme/comment-page-1/#comment-1591</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 23 Sep 2008 11:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/?p=182#comment-1591</guid>
		<description>I think there is a more general issue with theme editing and VMB, for technically challenged persons like myself. There's a risk of editing a theme for one site and forgetting it will forget other sites with the same theme, so (I suppose) the theme's folder should be copied and the theme renamed in the CSS file (e.g. MyFavouriteTheme to MyFavouriteTheme2) as Wordpress seems to use the first line of the CSS file to list its theme choices.</description>
		<content:encoded><![CDATA[<p>I think there is a more general issue with theme editing and VMB, for technically challenged persons like myself. There&#8217;s a risk of editing a theme for one site and forgetting it will forget other sites with the same theme, so (I suppose) the theme&#8217;s folder should be copied and the theme renamed in the CSS file (e.g. MyFavouriteTheme to MyFavouriteTheme2) as Wordpress seems to use the first line of the CSS file to list its theme choices.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://striderweb.com/nerdaphernalia/2008/08/vmb-unique-headers-on-blogs-running-the-same-theme/comment-page-1/#comment-1575</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Mon, 08 Sep 2008 23:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/?p=182#comment-1575</guid>
		<description>Post updated -- the script was missing a line.</description>
		<content:encoded><![CDATA[<p>Post updated &#8212; the script was missing a line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://striderweb.com/nerdaphernalia/2008/08/vmb-unique-headers-on-blogs-running-the-same-theme/comment-page-1/#comment-1572</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Fri, 05 Sep 2008 20:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/?p=182#comment-1572</guid>
		<description>Den -- That works just fine, except when the VUSER has slashes in it.  The reason I suggest the get_virtual_user() function described above is that it takes anything not a letter or number and changes it to an understroke, thus making it filename-safe.

So... You did it exactly right; but your code won't work for all cases.

(for example:  &lt;code&gt;nav_striderweb.com/blog.css&lt;/code&gt; won't work, but &lt;code&gt;nav_striderweb_com_blog.css&lt;/code&gt; will.)</description>
		<content:encoded><![CDATA[<p>Den &#8212; That works just fine, except when the VUSER has slashes in it.  The reason I suggest the get_virtual_user() function described above is that it takes anything not a letter or number and changes it to an understroke, thus making it filename-safe.</p>
<p>So&#8230; You did it exactly right; but your code won&#8217;t work for all cases.</p>
<p>(for example:  <code>nav_striderweb.com/blog.css</code> won&#8217;t work, but <code>nav_striderweb_com_blog.css</code> will.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Den</title>
		<link>http://striderweb.com/nerdaphernalia/2008/08/vmb-unique-headers-on-blogs-running-the-same-theme/comment-page-1/#comment-1570</link>
		<dc:creator>Den</dc:creator>
		<pubDate>Fri, 05 Sep 2008 11:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/?p=182#comment-1570</guid>
		<description>Ooooh, php tag are not print here again... In a few words:
The specific StyleSheet URL is given by the Php-command ECHO that call "VUSER" var that compose the name of the css file.

[I think I fixed it in your first comment -- ed]</description>
		<content:encoded><![CDATA[<p>Ooooh, php tag are not print here again&#8230; In a few words:<br />
The specific StyleSheet URL is given by the Php-command ECHO that call &#8220;VUSER&#8221; var that compose the name of the css file.</p>
<p>[I think I fixed it in your first comment -- ed]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Den</title>
		<link>http://striderweb.com/nerdaphernalia/2008/08/vmb-unique-headers-on-blogs-running-the-same-theme/comment-page-1/#comment-1569</link>
		<dc:creator>Den</dc:creator>
		<pubDate>Fri, 05 Sep 2008 11:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/?p=182#comment-1569</guid>
		<description>Arrrgh, it was to read:
&lt;code&gt;&#60;link rel="stylesheet" href="/nav_.css" type="text/css" media="screen" /&#62;&lt;/code&gt;
Et voila.</description>
		<content:encoded><![CDATA[<p>Arrrgh, it was to read:<br />
<code>&lt;link rel="stylesheet" href="/nav_.css" type="text/css" media="screen" /&gt;</code><br />
Et voila.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Den</title>
		<link>http://striderweb.com/nerdaphernalia/2008/08/vmb-unique-headers-on-blogs-running-the-same-theme/comment-page-1/#comment-1568</link>
		<dc:creator>Den</dc:creator>
		<pubDate>Fri, 05 Sep 2008 11:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/?p=182#comment-1568</guid>
		<description>Scusi!: my typing error: 

In my subparagraph 1), it was to read:
&lt;code&gt;
&#60;link rel="stylesheet" href="&#60;?php bloginfo('template_url');?&#62;/nav_.css" type="text/css" media="screen" /&#62;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Scusi!: my typing error: </p>
<p>In my subparagraph 1), it was to read:<br />
<code><br />
&lt;link rel="stylesheet" href="&lt;?php bloginfo('template_url');?&gt;/nav_.css" type="text/css" media="screen" /&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Den</title>
		<link>http://striderweb.com/nerdaphernalia/2008/08/vmb-unique-headers-on-blogs-running-the-same-theme/comment-page-1/#comment-1565</link>
		<dc:creator>Den</dc:creator>
		<pubDate>Thu, 04 Sep 2008 16:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/?p=182#comment-1565</guid>
		<description>Thank you Stephen, 
a few days before your post, I found my solution, that here:

1) in " /wp-content/themes/mytheme/header.php, I wrote this line: 
&lt;code&gt;&#60;link rel="stylesheet" href="&#60;?php bloginfo('template_url');?&#62;/nav_&#60;?php echo VUSER;?&#62;.css" type="text/css" media="screen" /&#62; &lt;/code&gt;

2) in " /wp-content/themes/mytheme/ I've created the file: 
"nav_abc123.css", where "abc123" represent in your example "example_com_blog1" or " example_com_blog2", etc... 

3) It's all, it's functional at 100%, without bug nor error message. As soon as my 1st site with VMB is ready, I will announce my adventure! (very interesting). In a friendly way, Den</description>
		<content:encoded><![CDATA[<p>Thank you Stephen,<br />
a few days before your post, I found my solution, that here:</p>
<p>1) in &#8221; /wp-content/themes/mytheme/header.php, I wrote this line:<br />
<code>&lt;link rel="stylesheet" href="&lt;?php bloginfo('template_url');?&gt;/nav_&lt;?php echo VUSER;?&gt;.css" type="text/css" media="screen" /&gt; </code></p>
<p>2) in &#8221; /wp-content/themes/mytheme/ I&#8217;ve created the file:<br />
&#8220;nav_abc123.css&#8221;, where &#8220;abc123&#8243; represent in your example &#8220;example_com_blog1&#8243; or &#8221; example_com_blog2&#8243;, etc&#8230; </p>
<p>3) It&#8217;s all, it&#8217;s functional at 100%, without bug nor error message. As soon as my 1st site with VMB is ready, I will announce my adventure! (very interesting). In a friendly way, Den</p>
]]></content:encoded>
	</item>
</channel>
</rss>
