<?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 Plugins Released: Events + Eventbrite</title>
	<atom:link href="http://tri.be/wordpress-plugins-released-events-eventbrite/feed/" rel="self" type="application/rss+xml" />
	<link>http://tri.be/wordpress-plugins-released-events-eventbrite/</link>
	<description>WordPress event plugins for people who kick ass</description>
	<lastBuildDate>Mon, 06 Feb 2012 17:47:17 -0800</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Shane Pearlman</title>
		<link>http://tri.be/wordpress-plugins-released-events-eventbrite/#comment-2508</link>
		<dc:creator>Shane Pearlman</dc:creator>
		<pubDate>Fri, 22 Apr 2011 03:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://tri.be/?p=599#comment-2508</guid>
		<description>Sorry Carlo, 

Nothing that simple. That said, we are considering approaches to custom event meta in ECP 2.0.</description>
		<content:encoded><![CDATA[<p>Sorry Carlo, </p>
<p>Nothing that simple. That said, we are considering approaches to custom event meta in ECP 2.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane Pearlman</title>
		<link>http://tri.be/wordpress-plugins-released-events-eventbrite/#comment-2507</link>
		<dc:creator>Shane Pearlman</dc:creator>
		<pubDate>Fri, 22 Apr 2011 03:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://tri.be/?p=599#comment-2507</guid>
		<description>Yup - but due to the ridiculous amount of support requests we were getting, we &lt;a href=&quot;http://codecanyon.net/item/events-calendar-pro-wordpress-premium-plugin/109301?ref=shanepearlman&quot; rel=&quot;nofollow&quot;&gt;released it as a premium plugin&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Yup &#8211; but due to the ridiculous amount of support requests we were getting, we <a href="http://codecanyon.net/item/events-calendar-pro-wordpress-premium-plugin/109301?ref=shanepearlman" rel="nofollow">released it as a premium plugin</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane Pearlman</title>
		<link>http://tri.be/wordpress-plugins-released-events-eventbrite/#comment-2506</link>
		<dc:creator>Shane Pearlman</dc:creator>
		<pubDate>Fri, 22 Apr 2011 03:31:20 +0000</pubDate>
		<guid isPermaLink="false">http://tri.be/?p=599#comment-2506</guid>
		<description>We have created a newer version that is being sold on code canyon (using custom post types) and a number of improvements. I am quite positive that there should not be a conflict with your single post template. 

Your coder speak is fine!</description>
		<content:encoded><![CDATA[<p>We have created a newer version that is being sold on code canyon (using custom post types) and a number of improvements. I am quite positive that there should not be a conflict with your single post template. </p>
<p>Your coder speak is fine!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lisa Bowser</title>
		<link>http://tri.be/wordpress-plugins-released-events-eventbrite/#comment-1084</link>
		<dc:creator>Lisa Bowser</dc:creator>
		<pubDate>Fri, 07 Jan 2011 05:45:05 +0000</pubDate>
		<guid isPermaLink="false">http://tri.be/?p=599#comment-1084</guid>
		<description>Fantastic plugin and was excited to find this for a non-profit that does arts events.

All worked well EXCEPT that in single posts -- the plugin wipes out the local styling replacing it with it&#039;s own loop styling. Once I noticed this I tried going the route of a custom template, which seemed easy enough and would give me back styling control. But -- freakishly the plugin&#039;s &quot;single.php&quot; then took over my template single.php (never have seen this before but in my WP editing window the single.php code was now the plug-ins even though looking at the file in my ftp it was my original template code). This was in spite of the fact that it resided in a separate directory labeled as directed to &quot;events&quot;.

All of this aside, I would love to make this work, but if it means integrating it completely into the loop of my template&#039;s single.php that seems rather old school and not very modular. I&#039;d have to completely redo the template from scratch as my template it set up using the new way with a separate loop.php that is then called for in the single.php.

Is there any way to just call for the plugin elements without replacing in with the plugin&#039;s loop? I saw somewhere you had template tags that could be used, but it seemed like it was broken into very small bits rather than taking a large swath of data. Would really love just to use the block of the &quot;single.php&quot; info without picking up it&#039;s own particular loop.

Sorry my tech speak is not great. And though I&#039;ve rewritten core wordpress loops before it&#039;s a struggle for a non-coder. Surely there is easier route rather than rewriting the core loop of the plugin or my own template...

Thank you -- hoping you can offer some easier suggestion.</description>
		<content:encoded><![CDATA[<p>Fantastic plugin and was excited to find this for a non-profit that does arts events.</p>
<p>All worked well EXCEPT that in single posts &#8212; the plugin wipes out the local styling replacing it with it&#8217;s own loop styling. Once I noticed this I tried going the route of a custom template, which seemed easy enough and would give me back styling control. But &#8212; freakishly the plugin&#8217;s &#8220;single.php&#8221; then took over my template single.php (never have seen this before but in my WP editing window the single.php code was now the plug-ins even though looking at the file in my ftp it was my original template code). This was in spite of the fact that it resided in a separate directory labeled as directed to &#8220;events&#8221;.</p>
<p>All of this aside, I would love to make this work, but if it means integrating it completely into the loop of my template&#8217;s single.php that seems rather old school and not very modular. I&#8217;d have to completely redo the template from scratch as my template it set up using the new way with a separate loop.php that is then called for in the single.php.</p>
<p>Is there any way to just call for the plugin elements without replacing in with the plugin&#8217;s loop? I saw somewhere you had template tags that could be used, but it seemed like it was broken into very small bits rather than taking a large swath of data. Would really love just to use the block of the &#8220;single.php&#8221; info without picking up it&#8217;s own particular loop.</p>
<p>Sorry my tech speak is not great. And though I&#8217;ve rewritten core wordpress loops before it&#8217;s a struggle for a non-coder. Surely there is easier route rather than rewriting the core loop of the plugin or my own template&#8230;</p>
<p>Thank you &#8212; hoping you can offer some easier suggestion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cavamondo</title>
		<link>http://tri.be/wordpress-plugins-released-events-eventbrite/#comment-1082</link>
		<dc:creator>Cavamondo</dc:creator>
		<pubDate>Tue, 08 Jun 2010 11:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://tri.be/?p=599#comment-1082</guid>
		<description>Hey, excellent plugin, realy comprehensiv, ical etc. and no probelm in styling it.

But im experiencing fails when using it on WP3/buddypress.
When activated it blocks new blogs from beeing created.

Any plans to make it wp3 / MU compatible?</description>
		<content:encoded><![CDATA[<p>Hey, excellent plugin, realy comprehensiv, ical etc. and no probelm in styling it.</p>
<p>But im experiencing fails when using it on WP3/buddypress.<br />
When activated it blocks new blogs from beeing created.</p>
<p>Any plans to make it wp3 / MU compatible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlo</title>
		<link>http://tri.be/wordpress-plugins-released-events-eventbrite/#comment-1081</link>
		<dc:creator>Carlo</dc:creator>
		<pubDate>Tue, 25 May 2010 14:35:40 +0000</pubDate>
		<guid isPermaLink="false">http://tri.be/?p=599#comment-1081</guid>
		<description>Hi,

I have already installed your plug-in on my educational website and it is working very well.

My website is promoting educational webinars, workshops and training sessions on photography and most of the time at these events I have famous photographers involved as tutors.

I have managed to use use a custom field to add the name of the tutor at each event, that was easy, but because I have an high number of events (about 400 events per year) it could be nice and useful to allow users to filter future events by the name of the tutor.

Is there a way by using your plug-in to allow users to filters the out coming events by a custom field (tutor name) without having to do a local customization to the source code that will prevent from easily update the plug-in in the future?

Any suggestion will be more than welcome.

Thank YOU!

Carlo</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have already installed your plug-in on my educational website and it is working very well.</p>
<p>My website is promoting educational webinars, workshops and training sessions on photography and most of the time at these events I have famous photographers involved as tutors.</p>
<p>I have managed to use use a custom field to add the name of the tutor at each event, that was easy, but because I have an high number of events (about 400 events per year) it could be nice and useful to allow users to filter future events by the name of the tutor.</p>
<p>Is there a way by using your plug-in to allow users to filters the out coming events by a custom field (tutor name) without having to do a local customization to the source code that will prevent from easily update the plug-in in the future?</p>
<p>Any suggestion will be more than welcome.</p>
<p>Thank YOU!</p>
<p>Carlo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lane</title>
		<link>http://tri.be/wordpress-plugins-released-events-eventbrite/#comment-1080</link>
		<dc:creator>Lane</dc:creator>
		<pubDate>Mon, 24 May 2010 20:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://tri.be/?p=599#comment-1080</guid>
		<description>You rock!</description>
		<content:encoded><![CDATA[<p>You rock!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shane</title>
		<link>http://tri.be/wordpress-plugins-released-events-eventbrite/#comment-1079</link>
		<dc:creator>shane</dc:creator>
		<pubDate>Mon, 24 May 2010 20:34:52 +0000</pubDate>
		<guid isPermaLink="false">http://tri.be/?p=599#comment-1079</guid>
		<description>Definitely, although I can&#039;t give a timeline.</description>
		<content:encoded><![CDATA[<p>Definitely, although I can&#8217;t give a timeline.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lane</title>
		<link>http://tri.be/wordpress-plugins-released-events-eventbrite/#comment-1078</link>
		<dc:creator>Lane</dc:creator>
		<pubDate>Mon, 24 May 2010 19:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://tri.be/?p=599#comment-1078</guid>
		<description>Great Plugin!  Any chance this plugin is going to be updated to be used as a custom post type?</description>
		<content:encoded><![CDATA[<p>Great Plugin!  Any chance this plugin is going to be updated to be used as a custom post type?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://tri.be/wordpress-plugins-released-events-eventbrite/#comment-1077</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Wed, 19 May 2010 21:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://tri.be/?p=599#comment-1077</guid>
		<description>When adding a new post, the eventbrite calendar event defaults to YES, but the &quot;the event calendar&quot; defaults to no so I have to set &quot;the event calendar to yes, scroll down the the eventbrite calendar, set the eventbrite calendar to no, scroll up and set &quot;the event calendar to no, then update the post.

Help.

teejaystudio@comcast.net</description>
		<content:encoded><![CDATA[<p>When adding a new post, the eventbrite calendar event defaults to YES, but the &#8220;the event calendar&#8221; defaults to no so I have to set &#8220;the event calendar to yes, scroll down the the eventbrite calendar, set the eventbrite calendar to no, scroll up and set &#8220;the event calendar to no, then update the post.</p>
<p>Help.</p>
<p><a href="mailto:teejaystudio@comcast.net">teejaystudio@comcast.net</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

