<?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"
	>
<channel>
	<title>Comments on: CDay for WP Plugin</title>
	<atom:link href="http://www.benched42.net/2006/10/29/cday-for-wp-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benched42.net/2006/10/29/cday-for-wp-plugin/</link>
	<description>Who lied and told you life would EVER be fair?</description>
	<pubDate>Thu, 20 Nov 2008 10:18:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Tate</title>
		<link>http://www.benched42.net/2006/10/29/cday-for-wp-plugin/#comment-20000</link>
		<dc:creator>Tate</dc:creator>
		<pubDate>Fri, 17 Nov 2006 17:02:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.benched42.net/blog/2006/10/29/cday-for-wp-plugin/#comment-20000</guid>
		<description>Does anyone know the name of the wordpress plugin that creates a list of your posts in a category instead of just displaying them one after the other? I want it so that when someone clicks on a category they just get a list of posts from that category.

I&#39;m sure Ive seen one...and sifting through the WP site is a nightmare</description>
		<content:encoded><![CDATA[<p>Does anyone know the name of the wordpress plugin that creates a list of your posts in a category instead of just displaying them one after the other? I want it so that when someone clicks on a category they just get a list of posts from that category.</p>
<p>I&#39;m sure Ive seen one&#8230;and sifting through the WP site is a nightmare</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miklb</title>
		<link>http://www.benched42.net/2006/10/29/cday-for-wp-plugin/#comment-19465</link>
		<dc:creator>miklb</dc:creator>
		<pubDate>Wed, 01 Nov 2006 23:42:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.benched42.net/blog/2006/10/29/cday-for-wp-plugin/#comment-19465</guid>
		<description>Thanks works great.  And the plugin code is well commented, so it was easy to customize the output.
Cheers.</description>
		<content:encoded><![CDATA[<p>Thanks works great.  And the plugin code is well commented, so it was easy to customize the output.<br />
Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BillH</title>
		<link>http://www.benched42.net/2006/10/29/cday-for-wp-plugin/#comment-19397</link>
		<dc:creator>BillH</dc:creator>
		<pubDate>Wed, 01 Nov 2006 02:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.benched42.net/blog/2006/10/29/cday-for-wp-plugin/#comment-19397</guid>
		<description>I have resolved both of the errors described. The first was carried over from the original CDay program; it is a combination of the server being so fast and the file being so small that the time elapsed during the import is 0. I have since fixed this by computing the divisor before actually dividing and if the divisor is 0 a 1 is substituted.

The second bug is due to your server not having the "gettext()" PHP function. It is a translating function, taking one language and translating it to the local language. Not all servers have this installed. I've included some code that simply echoes the English instead of translating it.

The patched code is now available for download.</description>
		<content:encoded><![CDATA[<p>I have resolved both of the errors described. The first was carried over from the original CDay program; it is a combination of the server being so fast and the file being so small that the time elapsed during the import is 0. I have since fixed this by computing the divisor before actually dividing and if the divisor is 0 a 1 is substituted.</p>
<p>The second bug is due to your server not having the &#8220;gettext()&#8221; PHP function. It is a translating function, taking one language and translating it to the local language. Not all servers have this installed. I&#8217;ve included some code that simply echoes the English instead of translating it.</p>
<p>The patched code is now available for download.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miklb</title>
		<link>http://www.benched42.net/2006/10/29/cday-for-wp-plugin/#comment-19396</link>
		<dc:creator>miklb</dc:creator>
		<pubDate>Wed, 01 Nov 2006 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.benched42.net/blog/2006/10/29/cday-for-wp-plugin/#comment-19396</guid>
		<description>This seems like a great plugin, but trying to use this with a WP 2.1alpha-3 install produces two errors:
Warning: Division by zero in /usr/home/frontier/public_html/WordPress/wp-content/plugins/cday/cday4wp.php on line 80
Also, I had to make the cday folder writable to be able to finish the importing of a new file I created.  I might have missed that in the read me.
Once the plugin was activated, and the function placed in the template, this error occurred.
Fatal error: Call to undefined function: gettext() in /usr/home/frontier/public_html/WordPress/wp-content/plugins/cday/db_mysql.php on line 163
A quick Google shows me that perhaps my server isn't configured for gettext.  Is there a work around, or something I can do on my end server wise to implement the function?</description>
		<content:encoded><![CDATA[<p>This seems like a great plugin, but trying to use this with a WP 2.1alpha-3 install produces two errors:<br />
Warning: Division by zero in /usr/home/frontier/public_html/WordPress/wp-content/plugins/cday/cday4wp.php on line 80<br />
Also, I had to make the cday folder writable to be able to finish the importing of a new file I created.  I might have missed that in the read me.<br />
Once the plugin was activated, and the function placed in the template, this error occurred.<br />
Fatal error: Call to undefined function: gettext() in /usr/home/frontier/public_html/WordPress/wp-content/plugins/cday/db_mysql.php on line 163<br />
A quick Google shows me that perhaps my server isn&#8217;t configured for gettext.  Is there a work around, or something I can do on my end server wise to implement the function?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
