
<?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 for Codex ofoZ Technologies</title>
	<atom:link href="http://codex.oxfoz.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://codex.oxfoz.com</link>
	<description>oXfoZ developpment blog</description>
	<lastBuildDate>Mon, 07 Jun 2010 12:46:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on New Plugin: Post Event [Frequently Asked Questions] by Secrétaire association</title>
		<link>http://codex.oxfoz.com/2009/08/12/new-plugin-post-event-frequently-asked-questions/#comment-97</link>
		<dc:creator>Secrétaire association</dc:creator>
		<pubDate>Mon, 07 Jun 2010 12:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://codex.oxfoz.com/?p=39#comment-97</guid>
		<description>Bonjour,
Super plugin mais impossible de s&#039;inscrire à l&#039;évènement
Que dois-je faire?
Merci</description>
		<content:encoded><![CDATA[<p>Bonjour,<br />
Super plugin mais impossible de s&#8217;inscrire à l&#8217;évènement<br />
Que dois-je faire?<br />
Merci</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Plugin: Post Event [Frequently Asked Questions] by Secrétaire association</title>
		<link>http://codex.oxfoz.com/2009/08/12/new-plugin-post-event-frequently-asked-questions/#comment-96</link>
		<dc:creator>Secrétaire association</dc:creator>
		<pubDate>Mon, 07 Jun 2010 12:44:02 +0000</pubDate>
		<guid isPermaLink="false">http://codex.oxfoz.com/?p=39#comment-96</guid>
		<description>Bonjour,
Super plugin mais impossible de s&#039;inscrire à un évènement!
Que dois-je faire?
Merci de votre assistance</description>
		<content:encoded><![CDATA[<p>Bonjour,<br />
Super plugin mais impossible de s&#8217;inscrire à un évènement!<br />
Que dois-je faire?<br />
Merci de votre assistance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Post event – WordPress Extend error by rmendoza</title>
		<link>http://codex.oxfoz.com/2009/10/09/post-event-%e2%80%93-wordpress-extend-error/#comment-158</link>
		<dc:creator>rmendoza</dc:creator>
		<pubDate>Thu, 06 May 2010 06:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://codex.oxfoz.com/?p=139#comment-158</guid>
		<description>past event does not display map</description>
		<content:encoded><![CDATA[<p>past event does not display map</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Plugin: Post Event [Frequently Asked Questions] by medusacross</title>
		<link>http://codex.oxfoz.com/2009/08/12/new-plugin-post-event-frequently-asked-questions/#comment-95</link>
		<dc:creator>medusacross</dc:creator>
		<pubDate>Wed, 31 Mar 2010 08:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://codex.oxfoz.com/?p=39#comment-95</guid>
		<description>Thank you very much! It works fine! After adding this code I get a little problem: in my wordpress preference I&#039;ve set a date format like j - F - Y but in Post Event it&#039;s display like j - m - Y. Any idea?</description>
		<content:encoded><![CDATA[<p>Thank you very much! It works fine! After adding this code I get a little problem: in my wordpress preference I&#8217;ve set a date format like j &#8211; F &#8211; Y but in Post Event it&#8217;s display like j &#8211; m &#8211; Y. Any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Plugin: Post Event [Frequently Asked Questions] by admin</title>
		<link>http://codex.oxfoz.com/2009/08/12/new-plugin-post-event-frequently-asked-questions/#comment-94</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 31 Mar 2010 07:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://codex.oxfoz.com/?p=39#comment-94</guid>
		<description>Hi

The date format is based on Wordpress&#039;s.
But you can manually change it in the source code, file : post-event-functions.php and modified the function &#039;get_date_format&#039;

function get_date_format($date)
{
$date = explode(&#039;-&#039;, $date);
return (&#039;&lt;span class=&quot;day&quot;&gt;&#039;.$date[1].&#039;&lt;/span&gt;&lt;span class=&quot;month&quot;&gt;&#039;.$date[2].&#039;&lt;/span&gt;&lt;span class=&quot;year&quot;&gt;&#039;.$date[0].&#039;&lt;/span&gt;&#039;);
}</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>The date format is based on WordPress&#8217;s.<br />
But you can manually change it in the source code, file : post-event-functions.php and modified the function &#8216;get_date_format&#8217;</p>
<p>function get_date_format($date)<br />
{<br />
$date = explode(&#8216;-&#8217;, $date);<br />
return (&#8216;&lt;span class=&#8221;day&#8221;&gt;&#8217;.$date[1].&#8217;&lt;/span&gt;&lt;span class=&#8221;month&#8221;&gt;&#8217;.$date[2].&#8217;&lt;/span&gt;&lt;span class=&#8221;year&#8221;&gt;&#8217;.$date[0].&#8217;&lt;/span&gt;&#8217;);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Plugin: Post Event [Frequently Asked Questions] by Medusacross</title>
		<link>http://codex.oxfoz.com/2009/08/12/new-plugin-post-event-frequently-asked-questions/#comment-93</link>
		<dc:creator>Medusacross</dc:creator>
		<pubDate>Tue, 30 Mar 2010 23:07:05 +0000</pubDate>
		<guid isPermaLink="false">http://codex.oxfoz.com/?p=39#comment-93</guid>
		<description>Hi there! Many compliments for your excelent plugin! It would be great the possibility to apply styles to day month and year like this: span DAY /span span MONTH /span span YEAR /span. Can you help me? I’m not a expert in php / js. Tnx in advance!</description>
		<content:encoded><![CDATA[<p>Hi there! Many compliments for your excelent plugin! It would be great the possibility to apply styles to day month and year like this: span DAY /span span MONTH /span span YEAR /span. Can you help me? I’m not a expert in php / js. Tnx in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Post event – WordPress Extend error by Medusacross</title>
		<link>http://codex.oxfoz.com/2009/10/09/post-event-%e2%80%93-wordpress-extend-error/#comment-157</link>
		<dc:creator>Medusacross</dc:creator>
		<pubDate>Tue, 30 Mar 2010 23:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://codex.oxfoz.com/?p=139#comment-157</guid>
		<description>Hi there! Many compliments for your excelent plugin! It would be great the possibility to apply styles to day month and year like this: span DAY /span span MONTH /span span YEAR /span. Can you help me? I&#039;m not a expert in php / js. Tnx in advance!</description>
		<content:encoded><![CDATA[<p>Hi there! Many compliments for your excelent plugin! It would be great the possibility to apply styles to day month and year like this: span DAY /span span MONTH /span span YEAR /span. Can you help me? I&#8217;m not a expert in php / js. Tnx in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Plugin: Post Event [Frequently Asked Questions] by medusacross</title>
		<link>http://codex.oxfoz.com/2009/08/12/new-plugin-post-event-frequently-asked-questions/#comment-92</link>
		<dc:creator>medusacross</dc:creator>
		<pubDate>Mon, 29 Mar 2010 08:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://codex.oxfoz.com/?p=39#comment-92</guid>
		<description>Sorry... html stripped...
DAY
MONTH
YEAR</description>
		<content:encoded><![CDATA[<p>Sorry&#8230; html stripped&#8230;<br />
DAY<br />
MONTH<br />
YEAR</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Plugin: Post Event [Frequently Asked Questions] by medusacross</title>
		<link>http://codex.oxfoz.com/2009/08/12/new-plugin-post-event-frequently-asked-questions/#comment-91</link>
		<dc:creator>medusacross</dc:creator>
		<pubDate>Mon, 29 Mar 2010 08:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://codex.oxfoz.com/?p=39#comment-91</guid>
		<description>Hi there! I need to display event-start-date and event-end-date like this daymonthyear. Is it possible? Tnx a lot!</description>
		<content:encoded><![CDATA[<p>Hi there! I need to display event-start-date and event-end-date like this daymonthyear. Is it possible? Tnx a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Plugin: Post Event [Frequently Asked Questions] by admin</title>
		<link>http://codex.oxfoz.com/2009/08/12/new-plugin-post-event-frequently-asked-questions/#comment-90</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 17 Mar 2010 14:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://codex.oxfoz.com/?p=39#comment-90</guid>
		<description>There is no any calendar to display... I don&#039;t really understand your probelm...
the_post_event_html() is call automatically when a page or post has event... So why do you call it by yourself ?</description>
		<content:encoded><![CDATA[<p>There is no any calendar to display&#8230; I don&#8217;t really understand your probelm&#8230;<br />
the_post_event_html() is call automatically when a page or post has event&#8230; So why do you call it by yourself ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

