<?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>Commentaires sur : Events-Calendar: Some news from the front</title>
	<atom:link href="http://heirem.fr/2008/09/29/events-calendar-some-news-from-the-front/feed/" rel="self" type="application/rss+xml" />
	<link>http://heirem.fr/2008/09/29/events-calendar-some-news-from-the-front/</link>
	<description>WordPress : plugins &#38; webdesign</description>
	<pubDate>Sat, 19 May 2012 06:28:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>Par : Rog</title>
		<link>http://heirem.fr/2008/09/29/events-calendar-some-news-from-the-front/#comment-1759</link>
		<dc:creator>Rog</dc:creator>
		<pubDate>Sun, 10 May 2009 22:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=193#comment-1759</guid>
		<description>That's fantastic...Many Many thanks</description>
		<content:encoded><![CDATA[<p>That&#8217;s fantastic&#8230;Many Many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Heirem</title>
		<link>http://heirem.fr/2008/09/29/events-calendar-some-news-from-the-front/#comment-1758</link>
		<dc:creator>Heirem</dc:creator>
		<pubDate>Sun, 10 May 2009 22:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=193#comment-1758</guid>
		<description>Hello &lt;b&gt;Rog&lt;/b&gt;,
I understand your problem. In the next version you will not have to worry about dates and timezone. Events-Calendar will resume the parameters entered in the Wordpress settings.

However, if you have some knowledge in PHP, you can load to make some changes. To do this we must return the plugin in its current version and change all your references to date. The rule to apply is:

&lt;pre lang="PHP"&gt;
if ( $day == gmdate('j', (time() + (get_option('gmt_offset') * 3600))) &#038;&#038; $thismonth == gmdate('m', time()+(get_option('gmt_offset') * 3600)) &#038;&#038; $thisyear == gmdate('Y', time()+(get_option('gmt_offset') * 3600)) )
&lt;/pre&gt;

;)</description>
		<content:encoded><![CDATA[<p>Hello <b>Rog</b>,<br />
I understand your problem. In the next version you will not have to worry about dates and timezone. Events-Calendar will resume the parameters entered in the Wordpress settings.</p>
<p>However, if you have some knowledge in PHP, you can load to make some changes. To do this we must return the plugin in its current version and change all your references to date. The rule to apply is:</p>

<div class="wp_syntax"><div class="code"><pre class="php php" style="font-family:monospace;"><span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> <span style="color: #000088;">$day</span> <span style="color: #339933;">==</span> <span style="color: #990000;">gmdate</span><span style="color: #009900;">&#40;</span><span style="">'j'</span><span style="color: #339933;">,</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">time</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">+</span> <span style="color: #009900;">&#40;</span>get_option<span style="color: #009900;">&#40;</span><span style="">'gmt_offset'</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">*</span> <span style="color: #cc66cc;">3600</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">&amp;&amp;</span> <span style="color: #000088;">$thismonth</span> <span style="color: #339933;">==</span> <span style="color: #990000;">gmdate</span><span style="color: #009900;">&#40;</span><span style="">'m'</span><span style="color: #339933;">,</span> <span style="color: #990000;">time</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">+</span><span style="color: #009900;">&#40;</span>get_option<span style="color: #009900;">&#40;</span><span style="">'gmt_offset'</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">*</span> <span style="color: #cc66cc;">3600</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">&amp;&amp;</span> <span style="color: #000088;">$thisyear</span> <span style="color: #339933;">==</span> <span style="color: #990000;">gmdate</span><span style="color: #009900;">&#40;</span><span style="">'Y'</span><span style="color: #339933;">,</span> <span style="color: #990000;">time</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">+</span><span style="color: #009900;">&#40;</span>get_option<span style="color: #009900;">&#40;</span><span style="">'gmt_offset'</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">*</span> <span style="color: #cc66cc;">3600</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span></pre></div></div>

<p> <img src='http://heirem.fr/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Rog</title>
		<link>http://heirem.fr/2008/09/29/events-calendar-some-news-from-the-front/#comment-1755</link>
		<dc:creator>Rog</dc:creator>
		<pubDate>Sat, 09 May 2009 23:20:28 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=193#comment-1755</guid>
		<description>Oop's..I see that my second issue is on the TO DO list....

Sorry</description>
		<content:encoded><![CDATA[<p>Oop&#8217;s..I see that my second issue is on the TO DO list&#8230;.</p>
<p>Sorry</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Rog</title>
		<link>http://heirem.fr/2008/09/29/events-calendar-some-news-from-the-front/#comment-1754</link>
		<dc:creator>Rog</dc:creator>
		<pubDate>Sat, 09 May 2009 23:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=193#comment-1754</guid>
		<description>Thanks for all your work on this fantastic plugin....

The issue I am struggling with involves both the administration and the public viewing of the Calendar.

I am based in Australia UTC+10:00, I host out of Germany UTC+01:00, and most of my audience is Australian.

Firstly, Is there any way I can set the Admin Options to UTC + 10:00 the same as my blog? This would solve the problem of my post-expirator waiting until 3pm the next day to delete calendar entries.

And Secondly, when anyone views the Public Calendar, it shows 'today' highlighted in blue as the server time (I think). So at 9am on Sunday the 10th May 2009 ("Now" for me), the calendar is highlighting the 9th May as the current day???

Any thoughts or am I jumping the gun on the next upgrade :)

Once again many thanks.</description>
		<content:encoded><![CDATA[<p>Thanks for all your work on this fantastic plugin&#8230;.</p>
<p>The issue I am struggling with involves both the administration and the public viewing of the Calendar.</p>
<p>I am based in Australia UTC+10:00, I host out of Germany UTC+01:00, and most of my audience is Australian.</p>
<p>Firstly, Is there any way I can set the Admin Options to UTC + 10:00 the same as my blog? This would solve the problem of my post-expirator waiting until 3pm the next day to delete calendar entries.</p>
<p>And Secondly, when anyone views the Public Calendar, it shows &#8216;today&#8217; highlighted in blue as the server time (I think). So at 9am on Sunday the 10th May 2009 (&#8221;Now&#8221; for me), the calendar is highlighting the 9th May as the current day???</p>
<p>Any thoughts or am I jumping the gun on the next upgrade <img src='http://heirem.fr/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Once again many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Raffaele</title>
		<link>http://heirem.fr/2008/09/29/events-calendar-some-news-from-the-front/#comment-1727</link>
		<dc:creator>Raffaele</dc:creator>
		<pubDate>Tue, 05 May 2009 07:12:55 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=193#comment-1727</guid>
		<description>Than you Heirem,

I have another question
I have a difference between the server time and time schedule. How do I change the server time?

Raffaele</description>
		<content:encoded><![CDATA[<p>Than you Heirem,</p>
<p>I have another question<br />
I have a difference between the server time and time schedule. How do I change the server time?</p>
<p>Raffaele</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Heirem</title>
		<link>http://heirem.fr/2008/09/29/events-calendar-some-news-from-the-front/#comment-1700</link>
		<dc:creator>Heirem</dc:creator>
		<pubDate>Tue, 28 Apr 2009 21:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=193#comment-1700</guid>
		<description>Hello &lt;b&gt;Raffaele&lt;/b&gt;, It is a question which was often asked here and that I have already answered. Thank you for going through the comments of this blog ;)</description>
		<content:encoded><![CDATA[<p>Hello <b>Raffaele</b>, It is a question which was often asked here and that I have already answered. Thank you for going through the comments of this blog <img src='http://heirem.fr/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Heirem</title>
		<link>http://heirem.fr/2008/09/29/events-calendar-some-news-from-the-front/#comment-1699</link>
		<dc:creator>Heirem</dc:creator>
		<pubDate>Tue, 28 Apr 2009 21:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=193#comment-1699</guid>
		<description>Hello &lt;b&gt;Sander&lt;/b&gt;,
Regarding your last question, if I understand well, you want that modifications brought in an event reverberate in the post which was published in its creation. It is that right? 
It is not something possible. An article is not a form, and as you have any degrees of latitude to change this post, Events-Calendar will not be able to come back on the contents without taking big risks. Once an article was created from an event, it is not possible, nor even desirable, to change it otherwise than by way of the editor included in Wordpress. ;)</description>
		<content:encoded><![CDATA[<p>Hello <b>Sander</b>,<br />
Regarding your last question, if I understand well, you want that modifications brought in an event reverberate in the post which was published in its creation. It is that right?<br />
It is not something possible. An article is not a form, and as you have any degrees of latitude to change this post, Events-Calendar will not be able to come back on the contents without taking big risks. Once an article was created from an event, it is not possible, nor even desirable, to change it otherwise than by way of the editor included in Wordpress. <img src='http://heirem.fr/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Raffaele</title>
		<link>http://heirem.fr/2008/09/29/events-calendar-some-news-from-the-front/#comment-1680</link>
		<dc:creator>Raffaele</dc:creator>
		<pubDate>Tue, 21 Apr 2009 20:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=193#comment-1680</guid>
		<description>Hi,

the plugin is very nice.
A question: it's possible change format date from MM/DD/AAAA into DD/MM/YYYY in list widget (see: www.zoraldelbuono.it/wp/?
what the code and where put the code?

Thank for your help me

raffaele</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>the plugin is very nice.<br />
A question: it&#8217;s possible change format date from MM/DD/AAAA into DD/MM/YYYY in list widget (see: <a href="http://www.zoraldelbuono.it/wp/?" rel="nofollow">http://www.zoraldelbuono.it/wp/?</a><br />
what the code and where put the code?</p>
<p>Thank for your help me</p>
<p>raffaele</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Sander</title>
		<link>http://heirem.fr/2008/09/29/events-calendar-some-news-from-the-front/#comment-1531</link>
		<dc:creator>Sander</dc:creator>
		<pubDate>Tue, 03 Mar 2009 13:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=193#comment-1531</guid>
		<description>Sorry for double post, and I've resolved the problem from above.

The last question I have if I made a Event and I want to edit it and click to confirm that. On the page that's has been made are then NO changes.
So how can this be resolved or what must I do. I see only changes on the Events Calendar but not on that page... so that's weird. Please help last time.

Kind Regards,

Sander</description>
		<content:encoded><![CDATA[<p>Sorry for double post, and I&#8217;ve resolved the problem from above.</p>
<p>The last question I have if I made a Event and I want to edit it and click to confirm that. On the page that&#8217;s has been made are then NO changes.<br />
So how can this be resolved or what must I do. I see only changes on the Events Calendar but not on that page&#8230; so that&#8217;s weird. Please help last time.</p>
<p>Kind Regards,</p>
<p>Sander</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Sander</title>
		<link>http://heirem.fr/2008/09/29/events-calendar-some-news-from-the-front/#comment-1529</link>
		<dc:creator>Sander</dc:creator>
		<pubDate>Tue, 03 Mar 2009 10:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=193#comment-1529</guid>
		<description>Hello,

I've now a new problem... I don't know when it has come but if I roll over a date, then I can click the date but that's not what it must be. Because it is not a event. And I don't know where I changed the code for that but if some one can give me a path maybe then I can remember it. I just only want that the events can be clicked and when no event is that you can't click it at all.

Kind regards,

Sander</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I&#8217;ve now a new problem&#8230; I don&#8217;t know when it has come but if I roll over a date, then I can click the date but that&#8217;s not what it must be. Because it is not a event. And I don&#8217;t know where I changed the code for that but if some one can give me a path maybe then I can remember it. I just only want that the events can be clicked and when no event is that you can&#8217;t click it at all.</p>
<p>Kind regards,</p>
<p>Sander</p>
]]></content:encoded>
	</item>
</channel>
</rss>

