<?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: Say hello to Marcus AKA netweblogic</title>
	<atom:link href="http://davidebenini.it/2009/08/06/say-hello-to-marcus-aka-netweblogic/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidebenini.it/2009/08/06/say-hello-to-marcus-aka-netweblogic/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 08 Feb 2012 22:29:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Top 10 Skateboard Brands</title>
		<link>http://davidebenini.it/2009/08/06/say-hello-to-marcus-aka-netweblogic/comment-page-1/#comment-149618</link>
		<dc:creator>Top 10 Skateboard Brands</dc:creator>
		<pubDate>Fri, 10 Feb 2012 09:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://davidebenini.it/?p=510#comment-149618</guid>
		<description>&lt;p&gt;&lt;strong&gt;Cool sites...&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;[...]we came across a cool site that you might enjoy. Take a look if you want[...]…...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>Cool sites&#8230;</strong></p>

<p>[...]we came across a cool site that you might enjoy. Take a look if you want[...]…&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis Hansbury</title>
		<link>http://davidebenini.it/2009/08/06/say-hello-to-marcus-aka-netweblogic/comment-page-1/#comment-14097</link>
		<dc:creator>Dennis Hansbury</dc:creator>
		<pubDate>Fri, 10 Feb 2012 04:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://davidebenini.it/?p=510#comment-14097</guid>
		<description>&lt;p&gt;Hi. We use your Events Manager plugin on our website to schedule weekly meetings. People ask if it&#039;s possible to see who has rsvp&#039;d to an event.&lt;/p&gt;

&lt;p&gt;Is there any way to echo people and their guests to the event details page?&lt;/p&gt;

&lt;p&gt;I also have problems with rsvp email setup. Where Can I ask formally and get some help?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi. We use your Events Manager plugin on our website to schedule weekly meetings. People ask if it&#8217;s possible to see who has rsvp&#8217;d to an event.</p>

<p>Is there any way to echo people and their guests to the event details page?</p>

<p>I also have problems with rsvp email setup. Where Can I ask formally and get some help?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas Armstrong</title>
		<link>http://davidebenini.it/2009/08/06/say-hello-to-marcus-aka-netweblogic/comment-page-1/#comment-13194</link>
		<dc:creator>Nicolas Armstrong</dc:creator>
		<pubDate>Fri, 10 Feb 2012 23:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://davidebenini.it/?p=510#comment-13194</guid>
		<description>&lt;p&gt;Hello,
I wanted to use your list on a certain page only events belonging to a specified category, but it didn&#039;t work. So I took a look closer, and then I found that this line was the cause of the problem :
$conditions [] = &quot; (event&lt;em&gt;start&lt;/em&gt;date &gt;= &#039;$today&#039; OR event&lt;em&gt;end&lt;/em&gt;date &gt;= &#039;$today&#039; AND event&lt;em&gt;end&lt;/em&gt;date != &#039;0000-00-00&#039; AND event&lt;em&gt;end&lt;/em&gt;date IS NOT NULL)&quot;;&lt;/p&gt;

&lt;p&gt;Which should instead be : 
$conditions [] = &quot; ((event&lt;em&gt;start&lt;/em&gt;date &gt;= &#039;$today&#039; OR event&lt;em&gt;end&lt;/em&gt;date &gt;= &#039;$today&#039; AND event&lt;em&gt;end&lt;/em&gt;date != &#039;0000-00-00&#039; AND event&lt;em&gt;end&lt;/em&gt;date IS NOT NULL))&quot;;&lt;/p&gt;

&lt;p&gt;Indeed, if you do not put the parenthesis, the sql query will apply the &quot;OR&quot; condition to the rest of the query. In my case, it made the $category condition useless...&lt;/p&gt;

&lt;p&gt;Cheers,
Nicolas.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello,
I wanted to use your list on a certain page only events belonging to a specified category, but it didn&#8217;t work. So I took a look closer, and then I found that this line was the cause of the problem :
$conditions [] = &#8221; (event<em>start</em>date &gt;= &#8216;$today&#8217; OR event<em>end</em>date &gt;= &#8216;$today&#8217; AND event<em>end</em>date != &#8216;0000-00-00&#8242; AND event<em>end</em>date IS NOT NULL)&#8221;;</p>

<p>Which should instead be : 
$conditions [] = &#8221; ((event<em>start</em>date &gt;= &#8216;$today&#8217; OR event<em>end</em>date &gt;= &#8216;$today&#8217; AND event<em>end</em>date != &#8216;0000-00-00&#8242; AND event<em>end</em>date IS NOT NULL))&#8221;;</p>

<p>Indeed, if you do not put the parenthesis, the sql query will apply the &#8220;OR&#8221; condition to the rest of the query. In my case, it made the $category condition useless&#8230;</p>

<p>Cheers,
Nicolas.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: oka</title>
		<link>http://davidebenini.it/2009/08/06/say-hello-to-marcus-aka-netweblogic/comment-page-1/#comment-9810</link>
		<dc:creator>oka</dc:creator>
		<pubDate>Fri, 10 Feb 2012 23:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://davidebenini.it/?p=510#comment-9810</guid>
		<description>&lt;p&gt;So glad that you have categories!  Is there anyway that you can filter/create RSS feeds based on Category? I have 4 categories, and I like an individual feed for each one.
Thanks!!!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>So glad that you have categories!  Is there anyway that you can filter/create RSS feeds based on Category? I have 4 categories, and I like an individual feed for each one.
Thanks!!!</p>]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
