<?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: WordPress Hacking: Multiple Blogs On One Set of Tables</title>
	<atom:link href="http://www.wiseontech.com/hack/wordpress-hacking-multiple-blogs-on-one-set-of-tables-2/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wiseontech.com/hack/wordpress-hacking-multiple-blogs-on-one-set-of-tables-2</link>
	<description>Hacks, scripts and ideas for the refined geek.</description>
	<lastBuildDate>Sat, 27 Feb 2010 04:04:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jonathan Wise</title>
		<link>http://www.wiseontech.com/hack/wordpress-hacking-multiple-blogs-on-one-set-of-tables-2/comment-page-1#comment-3594</link>
		<dc:creator>Jonathan Wise</dc:creator>
		<pubDate>Wed, 30 Dec 2009 17:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://software.jonandnic.com/hack/wordpress-hacking-multiple-blogs-on-one-set-of-tables-2#comment-3594</guid>
		<description>Sorry, I&#039;m no longer using this method as I&#039;ve switched to a cheaper, but less permissive, host. Honestly, WordPress has changed a lot lately, and I don&#039;t know if this would still work anyway!</description>
		<content:encoded><![CDATA[<p>Sorry, I&#8217;m no longer using this method as I&#8217;ve switched to a cheaper, but less permissive, host. Honestly, WordPress has changed a lot lately, and I don&#8217;t know if this would still work anyway!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phyllis Erck</title>
		<link>http://www.wiseontech.com/hack/wordpress-hacking-multiple-blogs-on-one-set-of-tables-2/comment-page-1#comment-3552</link>
		<dc:creator>Phyllis Erck</dc:creator>
		<pubDate>Thu, 29 Oct 2009 15:04:30 +0000</pubDate>
		<guid isPermaLink="false">http://software.jonandnic.com/hack/wordpress-hacking-multiple-blogs-on-one-set-of-tables-2#comment-3552</guid>
		<description>I&#039;d like to try this out on my 2.8 sites.  I noticed that testblog.jonandnic.com is not working.  Did you change th subsite address?</description>
		<content:encoded><![CDATA[<p>I&#8217;d like to try this out on my 2.8 sites.  I noticed that testblog.jonandnic.com is not working.  Did you change th subsite address?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cynthusia</title>
		<link>http://www.wiseontech.com/hack/wordpress-hacking-multiple-blogs-on-one-set-of-tables-2/comment-page-1#comment-3240</link>
		<dc:creator>cynthusia</dc:creator>
		<pubDate>Tue, 07 Jul 2009 22:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://software.jonandnic.com/hack/wordpress-hacking-multiple-blogs-on-one-set-of-tables-2#comment-3240</guid>
		<description>Does anyone have any tips/updates for WP v2.8?

I can&#039;t find many of the code here in the comments that exist in my &quot;wp-settings.php&quot;

I&#039;m so lost here! :\</description>
		<content:encoded><![CDATA[<p>Does anyone have any tips/updates for WP v2.8?</p>
<p>I can&#8217;t find many of the code here in the comments that exist in my &#8220;wp-settings.php&#8221;</p>
<p>I&#8217;m so lost here! :\</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Wise</title>
		<link>http://www.wiseontech.com/hack/wordpress-hacking-multiple-blogs-on-one-set-of-tables-2/comment-page-1#comment-3052</link>
		<dc:creator>Jonathan Wise</dc:creator>
		<pubDate>Tue, 27 Jan 2009 19:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://software.jonandnic.com/hack/wordpress-hacking-multiple-blogs-on-one-set-of-tables-2#comment-3052</guid>
		<description>Step 3 lets you use the same admin account for both sites -- instead of having a duplicate account. Its not strictly necessary...</description>
		<content:encoded><![CDATA[<p>Step 3 lets you use the same admin account for both sites &#8212; instead of having a duplicate account. Its not strictly necessary&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brun</title>
		<link>http://www.wiseontech.com/hack/wordpress-hacking-multiple-blogs-on-one-set-of-tables-2/comment-page-1#comment-3048</link>
		<dc:creator>Brun</dc:creator>
		<pubDate>Sat, 17 Jan 2009 03:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://software.jonandnic.com/hack/wordpress-hacking-multiple-blogs-on-one-set-of-tables-2#comment-3048</guid>
		<description>Well I did some research and I found that options table contains a record for the user roles

ex. wp_newblog_user_roles	a:5:{s:13:&quot;administrator&quot;;a:2:{s:4:&quot;name&quot;;s:23:&quot;Ad...	yes

I needed to update this record to the old user_roles.  This allowed me to log into the admin client.

Now I&#039;m wondering why I would need step 3 since I&#039;m not using any of the users from the new site.  I&#039;m just using it for a new theme (iphone) theme of my sit.</description>
		<content:encoded><![CDATA[<p>Well I did some research and I found that options table contains a record for the user roles</p>
<p>ex. wp_newblog_user_roles	a:5:{s:13:&#8221;administrator&#8221;;a:2:{s:4:&#8221;name&#8221;;s:23:&#8221;Ad&#8230;	yes</p>
<p>I needed to update this record to the old user_roles.  This allowed me to log into the admin client.</p>
<p>Now I&#8217;m wondering why I would need step 3 since I&#8217;m not using any of the users from the new site.  I&#8217;m just using it for a new theme (iphone) theme of my sit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brun</title>
		<link>http://www.wiseontech.com/hack/wordpress-hacking-multiple-blogs-on-one-set-of-tables-2/comment-page-1#comment-3046</link>
		<dc:creator>Brun</dc:creator>
		<pubDate>Thu, 15 Jan 2009 01:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://software.jonandnic.com/hack/wordpress-hacking-multiple-blogs-on-one-set-of-tables-2#comment-3046</guid>
		<description>I will!  It may have started to fail after removing tables that I&#039;m not using.  This is my beta site so I think I&#039;ll start over.  I keep you informed.</description>
		<content:encoded><![CDATA[<p>I will!  It may have started to fail after removing tables that I&#8217;m not using.  This is my beta site so I think I&#8217;ll start over.  I keep you informed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Wise</title>
		<link>http://www.wiseontech.com/hack/wordpress-hacking-multiple-blogs-on-one-set-of-tables-2/comment-page-1#comment-3045</link>
		<dc:creator>Jonathan Wise</dc:creator>
		<pubDate>Tue, 13 Jan 2009 16:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://software.jonandnic.com/hack/wordpress-hacking-multiple-blogs-on-one-set-of-tables-2#comment-3045</guid>
		<description>Brun, I haven&#039;t tried this on WordPress 2.7, but the user thing wasn&#039;t a problem in 2.6. If you do any research into this, it&#039;d be great if you could let us know via the comments!</description>
		<content:encoded><![CDATA[<p>Brun, I haven&#8217;t tried this on WordPress 2.7, but the user thing wasn&#8217;t a problem in 2.6. If you do any research into this, it&#8217;d be great if you could let us know via the comments!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brun</title>
		<link>http://www.wiseontech.com/hack/wordpress-hacking-multiple-blogs-on-one-set-of-tables-2/comment-page-1#comment-3042</link>
		<dc:creator>Brun</dc:creator>
		<pubDate>Tue, 13 Jan 2009 04:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://software.jonandnic.com/hack/wordpress-hacking-multiple-blogs-on-one-set-of-tables-2#comment-3042</guid>
		<description>Anyone have any issues when trying to use the new site admin?  I was thinking the users would transfer over?  Just wondering since I can&#039;t update the theme I would like to use.</description>
		<content:encoded><![CDATA[<p>Anyone have any issues when trying to use the new site admin?  I was thinking the users would transfer over?  Just wondering since I can&#8217;t update the theme I would like to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: One install to rule them all &#124; The Markovian Parallax Denigrate</title>
		<link>http://www.wiseontech.com/hack/wordpress-hacking-multiple-blogs-on-one-set-of-tables-2/comment-page-1#comment-2999</link>
		<dc:creator>One install to rule them all &#124; The Markovian Parallax Denigrate</dc:creator>
		<pubDate>Fri, 19 Dec 2008 16:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://software.jonandnic.com/hack/wordpress-hacking-multiple-blogs-on-one-set-of-tables-2#comment-2999</guid>
		<description>[...] like to disclose right away that almost everything in this post is lifted from this post and the comments therein. I only parrot it here with some supplementary info for the exact [...]</description>
		<content:encoded><![CDATA[<p>[...] like to disclose right away that almost everything in this post is lifted from this post and the comments therein. I only parrot it here with some supplementary info for the exact [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.wiseontech.com/hack/wordpress-hacking-multiple-blogs-on-one-set-of-tables-2/comment-page-1#comment-1779</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Wed, 17 Sep 2008 18:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://software.jonandnic.com/hack/wordpress-hacking-multiple-blogs-on-one-set-of-tables-2#comment-1779</guid>
		<description>Also, I am interested in having the same type of concept where I have like 5 people that can have their own sign in information, and stuff, as well as a section like you see the &quot;peanut gallery&quot; where anyone can come in register, and then they can come back anytime sign in, and make a post. I know they could register as a &quot;contributer&quot;, but I want to have it seperate from my main blog like it says.

Any help would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>Also, I am interested in having the same type of concept where I have like 5 people that can have their own sign in information, and stuff, as well as a section like you see the &#8220;peanut gallery&#8221; where anyone can come in register, and then they can come back anytime sign in, and make a post. I know they could register as a &#8220;contributer&#8221;, but I want to have it seperate from my main blog like it says.</p>
<p>Any help would be greatly appreciated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
