<?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 Plugin] Calendar Archives</title>
	<atom:link href="http://www.sanisoft.com/blog/2009/08/21/wordpress-plugin-calendar-archives/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sanisoft.com/blog/2009/08/21/wordpress-plugin-calendar-archives/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-plugin-calendar-archives</link>
	<description>sharing technology, ideas, insights!</description>
	<lastBuildDate>Thu, 02 Feb 2012 08:48:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Telmina+ &#187; 「Calendar Archives」</title>
		<link>http://www.sanisoft.com/blog/2009/08/21/wordpress-plugin-calendar-archives/comment-page-1/#comment-6208</link>
		<dc:creator>Telmina+ &#187; 「Calendar Archives」</dc:creator>
		<pubDate>Wed, 11 Jan 2012 13:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/?p=274#comment-6208</guid>
		<description>[...] [WordPress Plugin] Calendar Archives at SANIsoft Calandar Archive. A picture is worth a 1000 words so take a look at 2 of them using first and second layouts and download the plugin. Description Calendar Archives is a visualization plugin for your W&#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] [WordPress Plugin] Calendar Archives at SANIsoft Calandar Archive. A picture is worth a 1000 words so take a look at 2 of them using first and second layouts and download the plugin. Description Calendar Archives is a visualization plugin for your W&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorina Daiana</title>
		<link>http://www.sanisoft.com/blog/2009/08/21/wordpress-plugin-calendar-archives/comment-page-1/#comment-6205</link>
		<dc:creator>Lorina Daiana</dc:creator>
		<pubDate>Thu, 05 Jan 2012 07:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/?p=274#comment-6205</guid>
		<description>hmm it seems to be in Google Chrome only .. thank you for the observation, I wouldn&#039;t have known otherwise :P</description>
		<content:encoded><![CDATA[<p>hmm it seems to be in Google Chrome only .. thank you for the observation, I wouldn&#8217;t have known otherwise <img src='http://www.sanisoft.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit Badkas</title>
		<link>http://www.sanisoft.com/blog/2009/08/21/wordpress-plugin-calendar-archives/comment-page-1/#comment-6203</link>
		<dc:creator>Amit Badkas</dc:creator>
		<pubDate>Thu, 05 Jan 2012 06:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/?p=274#comment-6203</guid>
		<description>Lorina, the mentioned page is displaying fine for me.</description>
		<content:encoded><![CDATA[<p>Lorina, the mentioned page is displaying fine for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit Badkas</title>
		<link>http://www.sanisoft.com/blog/2009/08/21/wordpress-plugin-calendar-archives/comment-page-1/#comment-6200</link>
		<dc:creator>Amit Badkas</dc:creator>
		<pubDate>Mon, 02 Jan 2012 06:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/?p=274#comment-6200</guid>
		<description>Sam, modifying core file is not a good option.</description>
		<content:encoded><![CDATA[<p>Sam, modifying core file is not a good option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorina Daiana</title>
		<link>http://www.sanisoft.com/blog/2009/08/21/wordpress-plugin-calendar-archives/comment-page-1/#comment-6198</link>
		<dc:creator>Lorina Daiana</dc:creator>
		<pubDate>Thu, 29 Dec 2011 07:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/?p=274#comment-6198</guid>
		<description>Hello,

I have been using your Calendar Archive wordpress plugin for a long time, and love it.. but all the sudden it doesn&#039;t work anymore.. any idea why?

http://creativebalorina.com/calendar-of-posts/ 


thank you for your time

Lorina Daiana</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I have been using your Calendar Archive wordpress plugin for a long time, and love it.. but all the sudden it doesn&#8217;t work anymore.. any idea why?</p>
<p><a href="http://creativebalorina.com/calendar-of-posts/" rel="nofollow">http://creativebalorina.com/calendar-of-posts/</a> </p>
<p>thank you for your time</p>
<p>Lorina Daiana</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Folk</title>
		<link>http://www.sanisoft.com/blog/2009/08/21/wordpress-plugin-calendar-archives/comment-page-1/#comment-6191</link>
		<dc:creator>Sam Folk</dc:creator>
		<pubDate>Thu, 22 Dec 2011 01:31:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/?p=274#comment-6191</guid>
		<description>Bug alert:

1) finding media.php from word press core line 441 constructed a wrong resized destination path.
2) calendar-archives.php line 578 str_replace abspath to siteurl cannot handle backward slash and forward slash properly.

I made the following changes in order to make it work:
media.php:
	$info = pathinfo($file);
	$dir = $info[&#039;dirname&#039;];
	$fname = $info[&#039;filename&#039;];
	$ext = $info[&#039;extension&#039;];
	$name = wp_basename($fname);
original
	$info = pathinfo($file);
	$dir = $info[&#039;dirname&#039;];
	$ext = $info[&#039;extension&#039;];
	$name = wp_basename($file);


calendar-archives.php
        return str_replace(str_replace(&#039;\\&#039;,&#039;/&#039;,ABSPATH), get_option(&#039;siteurl&#039;) . &#039;/&#039;, str_replace(&#039;\\&#039;,&#039;/&#039;,$resizedBackgroundImage));


In calendar-archives.php, I think it may not be the best way to fix it. However, I need to make it work then make it right.

Thanks.</description>
		<content:encoded><![CDATA[<p>Bug alert:</p>
<p>1) finding media.php from word press core line 441 constructed a wrong resized destination path.<br />
2) calendar-archives.php line 578 str_replace abspath to siteurl cannot handle backward slash and forward slash properly.</p>
<p>I made the following changes in order to make it work:<br />
media.php:<br />
	$info = pathinfo($file);<br />
	$dir = $info['dirname'];<br />
	$fname = $info['filename'];<br />
	$ext = $info['extension'];<br />
	$name = wp_basename($fname);<br />
original<br />
	$info = pathinfo($file);<br />
	$dir = $info['dirname'];<br />
	$ext = $info['extension'];<br />
	$name = wp_basename($file);</p>
<p>calendar-archives.php<br />
        return str_replace(str_replace(&#8216;\\&#8217;,'/&#8217;,ABSPATH), get_option(&#8216;siteurl&#8217;) . &#8216;/&#8217;, str_replace(&#8216;\\&#8217;,'/&#8217;,$resizedBackgroundImage));</p>
<p>In calendar-archives.php, I think it may not be the best way to fix it. However, I need to make it work then make it right.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ana</title>
		<link>http://www.sanisoft.com/blog/2009/08/21/wordpress-plugin-calendar-archives/comment-page-1/#comment-6159</link>
		<dc:creator>Ana</dc:creator>
		<pubDate>Wed, 16 Nov 2011 00:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/?p=274#comment-6159</guid>
		<description>Is there any option to show month by month, not whole year at once? Also is there any option to manually code it into page template?</description>
		<content:encoded><![CDATA[<p>Is there any option to show month by month, not whole year at once? Also is there any option to manually code it into page template?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Top Wordpress Plugins &#124; Creative Balorina</title>
		<link>http://www.sanisoft.com/blog/2009/08/21/wordpress-plugin-calendar-archives/comment-page-1/#comment-6153</link>
		<dc:creator>Top Wordpress Plugins &#124; Creative Balorina</dc:creator>
		<pubDate>Wed, 09 Nov 2011 08:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/?p=274#comment-6153</guid>
		<description>[...] Calendar Archives &#124; By Amit Badkas &#124; Visit plugin site [...]</description>
		<content:encoded><![CDATA[<p>[...] Calendar Archives | By Amit Badkas | Visit plugin site [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit Badkas</title>
		<link>http://www.sanisoft.com/blog/2009/08/21/wordpress-plugin-calendar-archives/comment-page-1/#comment-6139</link>
		<dc:creator>Amit Badkas</dc:creator>
		<pubDate>Thu, 13 Oct 2011 03:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/?p=274#comment-6139</guid>
		<description>Yes, there is a way to view posts in calendar using only one category. You just need to pass &#039;category=&lt;category-name&gt;&#039; in the URL, for example, http://www.gapema.com/calendar?category=Test</description>
		<content:encoded><![CDATA[<p>Yes, there is a way to view posts in calendar using only one category. You just need to pass &#8216;category=&lt;category-name&gt;&#8217; in the URL, for example, <a href="http://www.gapema.com/calendar?category=Test" rel="nofollow">http://www.gapema.com/calendar?category=Test</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pol</title>
		<link>http://www.sanisoft.com/blog/2009/08/21/wordpress-plugin-calendar-archives/comment-page-1/#comment-6138</link>
		<dc:creator>Pol</dc:creator>
		<pubDate>Wed, 12 Oct 2011 18:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/?p=274#comment-6138</guid>
		<description>thank you very much, I did work properly.
Is there a way tu publish only one category?</description>
		<content:encoded><![CDATA[<p>thank you very much, I did work properly.<br />
Is there a way tu publish only one category?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

