<?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: Add Custom Database Tables to New Sites in WP 3.0 Multisite</title>
	<atom:link href="http://www.johnkolbert.com/wordpress/add-custom-database-tables-to-new-sites-in-wp-3-0-multisite/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johnkolbert.com/wordpress/add-custom-database-tables-to-new-sites-in-wp-3-0-multisite/</link>
	<description>WordPress Developer</description>
	<lastBuildDate>Thu, 02 Feb 2012 20:28:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Simon Frandsen</title>
		<link>http://www.johnkolbert.com/wordpress/add-custom-database-tables-to-new-sites-in-wp-3-0-multisite/comment-page-1/#comment-1152</link>
		<dc:creator>Simon Frandsen</dc:creator>
		<pubDate>Thu, 05 Jan 2012 00:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnkolbert.com/?p=441#comment-1152</guid>
		<description>Thanks for sharing. Some great advices and help.

Simon</description>
		<content:encoded><![CDATA[<p>Thanks for sharing. Some great advices and help.</p>
<p>Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://www.johnkolbert.com/wordpress/add-custom-database-tables-to-new-sites-in-wp-3-0-multisite/comment-page-1/#comment-1117</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Mon, 10 Oct 2011 02:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnkolbert.com/?p=441#comment-1117</guid>
		<description>I got my plugin I&#039;m writing to create a new database table when it is activated. But, I cant get a form on the plugin page to insert data to that custom table. It&#039;s only one field with a name to enter. I know how to do this outside of wordpress, in my regular php page, but what is the trick with wordpress???</description>
		<content:encoded><![CDATA[<p>I got my plugin I&#8217;m writing to create a new database table when it is activated. But, I cant get a form on the plugin page to insert data to that custom table. It&#8217;s only one field with a name to enter. I know how to do this outside of wordpress, in my regular php page, but what is the trick with wordpress???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Kolbert</title>
		<link>http://www.johnkolbert.com/wordpress/add-custom-database-tables-to-new-sites-in-wp-3-0-multisite/comment-page-1/#comment-846</link>
		<dc:creator>John Kolbert</dc:creator>
		<pubDate>Thu, 26 Aug 2010 22:35:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnkolbert.com/?p=441#comment-846</guid>
		<description>Glad you found it useful Randy!</description>
		<content:encoded><![CDATA[<p>Glad you found it useful Randy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy</title>
		<link>http://www.johnkolbert.com/wordpress/add-custom-database-tables-to-new-sites-in-wp-3-0-multisite/comment-page-1/#comment-827</link>
		<dc:creator>Randy</dc:creator>
		<pubDate>Fri, 13 Aug 2010 02:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnkolbert.com/?p=441#comment-827</guid>
		<description>Thanks for the tip! I used your basic idea to change some of the default settings (description, time zone, comment permissions, etc.) when a new blog is created.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip! I used your basic idea to change some of the default settings (description, time zone, comment permissions, etc.) when a new blog is created.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.johnkolbert.com/wordpress/add-custom-database-tables-to-new-sites-in-wp-3-0-multisite/comment-page-1/#comment-766</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 29 Jun 2010 01:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnkolbert.com/?p=441#comment-766</guid>
		<description>This is a great tutorial John. The latest version of wordpress is superb. Ron add a good note in the code. I will subscribe to your blog RSS.</description>
		<content:encoded><![CDATA[<p>This is a great tutorial John. The latest version of wordpress is superb. Ron add a good note in the code. I will subscribe to your blog RSS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnkolbert</title>
		<link>http://www.johnkolbert.com/wordpress/add-custom-database-tables-to-new-sites-in-wp-3-0-multisite/comment-page-1/#comment-343</link>
		<dc:creator>johnkolbert</dc:creator>
		<pubDate>Fri, 19 Mar 2010 19:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnkolbert.com/?p=441#comment-343</guid>
		<description>Ah, thanks for pointing that out! I&#039;ve updated the post to include your suggestion.</description>
		<content:encoded><![CDATA[<p>Ah, thanks for pointing that out! I&#039;ve updated the post to include your suggestion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://www.johnkolbert.com/wordpress/add-custom-database-tables-to-new-sites-in-wp-3-0-multisite/comment-page-1/#comment-342</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Fri, 19 Mar 2010 15:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnkolbert.com/?p=441#comment-342</guid>
		<description>You should use &lt;code&gt;$wpdb-&gt;get_blog_prefix($blog_id) . &#039;test&#039; instead&lt;/code&gt; of &lt;code&gt;$wpdb-&gt;prefix . $blog_id . &#039;_test&#039;&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>You should use &lt;code&gt;$wpdb-&gt;get_blog_prefix($blog_id) . &#039;test&#039; instead&lt;/code&gt; of &lt;code&gt;$wpdb-&gt;prefix . $blog_id . &#039;_test&#039;&lt;/code&gt;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: R. Bhavesh</title>
		<link>http://www.johnkolbert.com/wordpress/add-custom-database-tables-to-new-sites-in-wp-3-0-multisite/comment-page-1/#comment-492</link>
		<dc:creator>R. Bhavesh</dc:creator>
		<pubDate>Fri, 19 Mar 2010 14:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnkolbert.com/?p=441#comment-492</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;RT @johnkolbert New Blog Post - Add Custom Database Tables to New Sites in WP 3.0 Multisite http://bit.ly/9cIBKu&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">RT @johnkolbert New Blog Post &#8211; Add Custom Database Tables to New Sites in WP 3.0 Multisite <a href="http://bit.ly/9cIBKu" rel="nofollow">http://bit.ly/9cIBKu</a></span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miloIIIIVII</title>
		<link>http://www.johnkolbert.com/wordpress/add-custom-database-tables-to-new-sites-in-wp-3-0-multisite/comment-page-1/#comment-493</link>
		<dc:creator>miloIIIIVII</dc:creator>
		<pubDate>Fri, 19 Mar 2010 06:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnkolbert.com/?p=441#comment-493</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;Add Custom Database Tables to New Sites in WP 3.0 Multisite http://bit.ly/cCS5VG&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">Add Custom Database Tables to New Sites in WP 3.0 Multisite <a href="http://bit.ly/cCS5VG" rel="nofollow">http://bit.ly/cCS5VG</a></span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress Yes!</title>
		<link>http://www.johnkolbert.com/wordpress/add-custom-database-tables-to-new-sites-in-wp-3-0-multisite/comment-page-1/#comment-494</link>
		<dc:creator>WordPress Yes!</dc:creator>
		<pubDate>Fri, 19 Mar 2010 05:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnkolbert.com/?p=441#comment-494</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;Add Custom Database Tables to New Sites in WP 3.0 Multisite: Note: This article is about a development version of ... http://bit.ly/9IPBEj&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">Add Custom Database Tables to New Sites in WP 3.0 Multisite: Note: This article is about a development version of &#8230; <a href="http://bit.ly/9IPBEj" rel="nofollow">http://bit.ly/9IPBEj</a></span></span></span></p>
]]></content:encoded>
	</item>
</channel>
</rss>

