<?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: 50,000 Downloads for Custom Contact Forms</title>
	<atom:link href="http://www.taylorlovett.com/maryland-wordpress-customization/50000-downloads-custom-contact-forms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.taylorlovett.com/maryland-wordpress-customization/50000-downloads-custom-contact-forms/</link>
	<description></description>
	<lastBuildDate>Sun, 21 Apr 2013 16:53:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: David</title>
		<link>http://www.taylorlovett.com/maryland-wordpress-customization/50000-downloads-custom-contact-forms/comment-page-1/#comment-960</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 21 May 2011 23:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.taylorlovett.com/?p=956#comment-960</guid>
		<description><![CDATA[I just thought of a plausible cause.  In my database, the prefix to all the tables is wp_something_ and then the table name.  It was suggested as another little security measure.  That wouldn&#039;t be affecting it would it?  I double checked and the tables the plugin makes have that prefix as well.  Thanks!]]></description>
		<content:encoded><![CDATA[<p>I just thought of a plausible cause.  In my database, the prefix to all the tables is wp_something_ and then the table name.  It was suggested as another little security measure.  That wouldn&#8217;t be affecting it would it?  I double checked and the tables the plugin makes have that prefix as well.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.taylorlovett.com/maryland-wordpress-customization/50000-downloads-custom-contact-forms/comment-page-1/#comment-959</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 21 May 2011 23:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.taylorlovett.com/?p=956#comment-959</guid>
		<description><![CDATA[Hey,

I just tried to install the plugin and received and error (pasted below).  I don&#039;t have the time or tenacity at the moment to really track it down, but I did try deactivating all my other plugins without success.

I&#039;m using WP 3.1.2  (any other info I need to include?)

Any chance you have any older versions I could try just for the heck of it?  If you know of an easy fix, or a direction to go in, that would be amazing.  I&#039;ll see if I can pursue it later.  Actually, I haven&#039;t explored to far, but at the moment it seems to function fine despite the errors.   
Thanks!
&lt;code&gt;
Warning: array_shift() expects parameter 1 to be array, null given in C:\xampp\htdocs\IGSL\wp-content\plugins\custom-contact-forms\modules\widget\custom-contact-forms-dashboard.php on line 22
Call Stack
#	Time	Memory	Function	Location
1	0.0162	567096	{main}( )	..\plugins.php:0
2	0.0375	661400	require_once( &#039;C:\xampp\htdocs\IGSL\wp-admin\admin.php&#039; )	..\plugins.php:10
3	0.0381	676856	require_once( &#039;C:\xampp\htdocs\IGSL\wp-load.php&#039; )	..\admin.php:30
4	0.0385	691040	require_once( &#039;C:\xampp\htdocs\IGSL\wp-config.php&#039; )	..\wp-load.php:30
5	0.0410	789672	require_once( &#039;C:\xampp\htdocs\IGSL\wp-settings.php&#039; )	..\wp-config.php:90
6	0.4275	16945928	include_once( &#039;C:\xampp\htdocs\IGSL\wp-content\plugins\custom-contact-forms\custom-contact-forms.php&#039; )	..\wp-settings.php:190
7	0.4526	18299944	CustomContactFormsDashboard-&gt;userCanViewWidget( )	..\custom-contact-forms.php:109
8	0.4535	18303816	array_shift ( )	..\custom-contact-forms-dashboard.php:22
&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>I just tried to install the plugin and received and error (pasted below).  I don&#8217;t have the time or tenacity at the moment to really track it down, but I did try deactivating all my other plugins without success.</p>
<p>I&#8217;m using WP 3.1.2  (any other info I need to include?)</p>
<p>Any chance you have any older versions I could try just for the heck of it?  If you know of an easy fix, or a direction to go in, that would be amazing.  I&#8217;ll see if I can pursue it later.  Actually, I haven&#8217;t explored to far, but at the moment it seems to function fine despite the errors.<br />
Thanks!<br />
<code><br />
Warning: array_shift() expects parameter 1 to be array, null given in C:\xampp\htdocs\IGSL\wp-content\plugins\custom-contact-forms\modules\widget\custom-contact-forms-dashboard.php on line 22<br />
Call Stack<br />
#	Time	Memory	Function	Location<br />
1	0.0162	567096	{main}( )	..\plugins.php:0<br />
2	0.0375	661400	require_once( 'C:\xampp\htdocs\IGSL\wp-admin\admin.php' )	..\plugins.php:10<br />
3	0.0381	676856	require_once( 'C:\xampp\htdocs\IGSL\wp-load.php' )	..\admin.php:30<br />
4	0.0385	691040	require_once( 'C:\xampp\htdocs\IGSL\wp-config.php' )	..\wp-load.php:30<br />
5	0.0410	789672	require_once( 'C:\xampp\htdocs\IGSL\wp-settings.php' )	..\wp-config.php:90<br />
6	0.4275	16945928	include_once( 'C:\xampp\htdocs\IGSL\wp-content\plugins\custom-contact-forms\custom-contact-forms.php' )	..\wp-settings.php:190<br />
7	0.4526	18299944	CustomContactFormsDashboard-&gt;userCanViewWidget( )	..\custom-contact-forms.php:109<br />
8	0.4535	18303816	array_shift ( )	..\custom-contact-forms-dashboard.php:22<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maurice</title>
		<link>http://www.taylorlovett.com/maryland-wordpress-customization/50000-downloads-custom-contact-forms/comment-page-1/#comment-946</link>
		<dc:creator>maurice</dc:creator>
		<pubDate>Thu, 24 Mar 2011 13:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.taylorlovett.com/?p=956#comment-946</guid>
		<description><![CDATA[This plugin sounds much more customizable than CF7. All the features I need are here accept file attachments. Are there any plans to add this feature in the future? One more thing CF7 cannot do is let a site owner send an autoresponder with a file attachment. It only adds user uploaded files as attachments.]]></description>
		<content:encoded><![CDATA[<p>This plugin sounds much more customizable than CF7. All the features I need are here accept file attachments. Are there any plans to add this feature in the future? One more thing CF7 cannot do is let a site owner send an autoresponder with a file attachment. It only adds user uploaded files as attachments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duane</title>
		<link>http://www.taylorlovett.com/maryland-wordpress-customization/50000-downloads-custom-contact-forms/comment-page-1/#comment-944</link>
		<dc:creator>Duane</dc:creator>
		<pubDate>Tue, 01 Mar 2011 19:49:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.taylorlovett.com/?p=956#comment-944</guid>
		<description><![CDATA[Is this compatible with WP 2.8.4?]]></description>
		<content:encoded><![CDATA[<p>Is this compatible with WP 2.8.4?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
