<?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 : Exemple de calendrier large avec Events-Calendar</title>
	<atom:link href="http://heirem.fr/2008/12/01/exemple-de-large-calendrier-avec-events-calendar/feed/" rel="self" type="application/rss+xml" />
	<link>http://heirem.fr/2008/12/01/exemple-de-large-calendrier-avec-events-calendar/</link>
	<description>WordPress : plugins &#38; webdesign</description>
	<pubDate>Sat, 19 May 2012 06:39:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>Par : Brent</title>
		<link>http://heirem.fr/2008/12/01/exemple-de-large-calendrier-avec-events-calendar/#comment-4519</link>
		<dc:creator>Brent</dc:creator>
		<pubDate>Thu, 15 Sep 2011 17:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=13#comment-4519</guid>
		<description>would like to appreciate the work you get in writing this article. I am hoping the same best work by you sometime soon as well. Actually your creative writing abilities has motivated me to start my own site now.</description>
		<content:encoded><![CDATA[<p>would like to appreciate the work you get in writing this article. I am hoping the same best work by you sometime soon as well. Actually your creative writing abilities has motivated me to start my own site now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : sdfsdgfd</title>
		<link>http://heirem.fr/2008/12/01/exemple-de-large-calendrier-avec-events-calendar/#comment-4274</link>
		<dc:creator>sdfsdgfd</dc:creator>
		<pubDate>Mon, 11 Apr 2011 15:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=13#comment-4274</guid>
		<description>Awesome Blog. I add this Blog to my bookmarks.</description>
		<content:encoded><![CDATA[<p>Awesome Blog. I add this Blog to my bookmarks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : DopyAnnon</title>
		<link>http://heirem.fr/2008/12/01/exemple-de-large-calendrier-avec-events-calendar/#comment-4254</link>
		<dc:creator>DopyAnnon</dc:creator>
		<pubDate>Sun, 20 Feb 2011 14:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=13#comment-4254</guid>
		<description>thanks for this nice post 111213</description>
		<content:encoded><![CDATA[<p>thanks for this nice post 111213</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Theresa</title>
		<link>http://heirem.fr/2008/12/01/exemple-de-large-calendrier-avec-events-calendar/#comment-2256</link>
		<dc:creator>Theresa</dc:creator>
		<pubDate>Tue, 22 Dec 2009 02:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=13#comment-2256</guid>
		<description>I too am having a problem displaying the large calendar. I am using page templates. Here is the code of my Calendar page template:




   $cat,
   'showposts' =&#62; $showposts,
   'caller_get_posts' =&#62; $do_not_show_stickies
   );
$my_query = new WP_Query($args); 

?&#62;
[[EventsCalendarLarge]]
    


Here is where I have the page to preview http://theresaweb.com/rowny-test/index.php/news-events/calendar

if I put the [[EventsCalendarLarge]] text in the editor for the page, i get nothing showing at allo</description>
		<content:encoded><![CDATA[<p>I too am having a problem displaying the large calendar. I am using page templates. Here is the code of my Calendar page template:</p>
<p>   $cat,<br />
   &#8217;showposts&#8217; =&gt; $showposts,<br />
   &#8216;caller_get_posts&#8217; =&gt; $do_not_show_stickies<br />
   );<br />
$my_query = new WP_Query($args); </p>
<p>?&gt;<br />
[[EventsCalendarLarge]]</p>
<p>Here is where I have the page to preview <a href="http://theresaweb.com/rowny-test/index.php/news-events/calendar" rel="nofollow">http://theresaweb.com/rowny-test/index.php/news-events/calendar</a></p>
<p>if I put the [[EventsCalendarLarge]] text in the editor for the page, i get nothing showing at allo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Natalie</title>
		<link>http://heirem.fr/2008/12/01/exemple-de-large-calendrier-avec-events-calendar/#comment-2039</link>
		<dc:creator>Natalie</dc:creator>
		<pubDate>Sun, 26 Jul 2009 16:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=13#comment-2039</guid>
		<description>Welsh dog:

The problem you're having with "Events are coming soon. Stay tuned", is a bug in the events calendar widget when used with the latest wordpress versions.

The problem is in EventsCalendarINIT(), around Line 81, 89, and 95 (in events-calendar.php):

delete these lines

  $inadmin = strstr($svr_uri, 'wp-admin');
  if ((!$inadmin) OR (($inadmin) &#38;&#38; ((strstr($svr_uri, 'widget'))))) {

and at line 95 (now 93 after deleting those 2):
}</description>
		<content:encoded><![CDATA[<p>Welsh dog:</p>
<p>The problem you&#8217;re having with &#8220;Events are coming soon. Stay tuned&#8221;, is a bug in the events calendar widget when used with the latest wordpress versions.</p>
<p>The problem is in EventsCalendarINIT(), around Line 81, 89, and 95 (in events-calendar.php):</p>
<p>delete these lines</p>
<p>  $inadmin = strstr($svr_uri, &#8216;wp-admin&#8217;);<br />
  if ((!$inadmin) OR (($inadmin) &amp;&amp; ((strstr($svr_uri, &#8216;widget&#8217;))))) {</p>
<p>and at line 95 (now 93 after deleting those 2):<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Jeff</title>
		<link>http://heirem.fr/2008/12/01/exemple-de-large-calendrier-avec-events-calendar/#comment-1831</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 20 May 2009 16:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=13#comment-1831</guid>
		<description>Hi Heirem,

I cannot get the "Large Calendar" to appear on the page. I added [[EventsCalendarLarge]] but all I get is a tiny calendar.

Please see what I am doing wrong. The calendar is under the "Meeting Events" section.</description>
		<content:encoded><![CDATA[<p>Hi Heirem,</p>
<p>I cannot get the &#8220;Large Calendar&#8221; to appear on the page. I added [[EventsCalendarLarge]] but all I get is a tiny calendar.</p>
<p>Please see what I am doing wrong. The calendar is under the &#8220;Meeting Events&#8221; section.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Christine</title>
		<link>http://heirem.fr/2008/12/01/exemple-de-large-calendrier-avec-events-calendar/#comment-1801</link>
		<dc:creator>Christine</dc:creator>
		<pubDate>Thu, 14 May 2009 18:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=13#comment-1801</guid>
		<description>Sorry about that. I was displaying the events in a list and the link back to the blog post wouldn't work immediately. It was because the page didn't exist yet because the events weren't being published immediately even though I did choose "publish" (they were being scheduled to publish in 3 hours). I had to change some code in ec_management.class.php but I finally got it to publish immediately. You had this line &lt;b&gt;, 'post_date' =&#62; date('Y-m-d H:i:s')&lt;/b&gt; and I changed it to &lt;b&gt;, 'post_date' =&#62; current_time('mysql')&lt;/b&gt;, then I added &lt;b&gt; $statusPost = $_POST['EC_statusPost'];&lt;/b&gt; after line 54.</description>
		<content:encoded><![CDATA[<p>Sorry about that. I was displaying the events in a list and the link back to the blog post wouldn&#8217;t work immediately. It was because the page didn&#8217;t exist yet because the events weren&#8217;t being published immediately even though I did choose &#8220;publish&#8221; (they were being scheduled to publish in 3 hours). I had to change some code in ec_management.class.php but I finally got it to publish immediately. You had this line <b>, &#8216;post_date&#8217; =&gt; date(&#8217;Y-m-d H:i:s&#8217;)</b> and I changed it to <b>, &#8216;post_date&#8217; =&gt; current_time(&#8217;mysql&#8217;)</b>, then I added <b> $statusPost = $_POST['EC_statusPost'];</b> after line 54.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Heirem</title>
		<link>http://heirem.fr/2008/12/01/exemple-de-large-calendrier-avec-events-calendar/#comment-1793</link>
		<dc:creator>Heirem</dc:creator>
		<pubDate>Thu, 14 May 2009 12:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=13#comment-1793</guid>
		<description>Hello &lt;b&gt;Christine&lt;/b&gt;,
I admit that I do not quite understand your problem.
When you create an event you can set its access level. 
Maybe you should check that ;)</description>
		<content:encoded><![CDATA[<p>Hello <b>Christine</b>,<br />
I admit that I do not quite understand your problem.<br />
When you create an event you can set its access level.<br />
Maybe you should check that <img src='http://heirem.fr/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Christine</title>
		<link>http://heirem.fr/2008/12/01/exemple-de-large-calendrier-avec-events-calendar/#comment-1792</link>
		<dc:creator>Christine</dc:creator>
		<pubDate>Thu, 14 May 2009 07:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=13#comment-1792</guid>
		<description>Figured out that it was because the events being posted were being automatically put into being "scheduled" rather than being "published." Where can I find the code that sets this??</description>
		<content:encoded><![CDATA[<p>Figured out that it was because the events being posted were being automatically put into being &#8220;scheduled&#8221; rather than being &#8220;published.&#8221; Where can I find the code that sets this??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Heirem</title>
		<link>http://heirem.fr/2008/12/01/exemple-de-large-calendrier-avec-events-calendar/#comment-1790</link>
		<dc:creator>Heirem</dc:creator>
		<pubDate>Wed, 13 May 2009 22:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://heirem.fr/?p=13#comment-1790</guid>
		<description>Hello &lt;b&gt;Ed Nailor&lt;/b&gt;, 
I have already responded to this request several times. Just remove the lines that contain Javascript instuction "tooltip". In the next version you will have an option.

Dear &lt;strong&gt;Matteo&lt;/strong&gt;, I invite you to read the comments of my last post ;)</description>
		<content:encoded><![CDATA[<p>Hello <b>Ed Nailor</b>,<br />
I have already responded to this request several times. Just remove the lines that contain Javascript instuction &#8220;tooltip&#8221;. In the next version you will have an option.</p>
<p>Dear <strong>Matteo</strong>, I invite you to read the comments of my last post <img src='http://heirem.fr/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>

