<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Events Made Easy support &#187; Tag: id - Recent Posts</title>
		<link>http://www.e-dynamics.be/bbpress/tags.php?tag=id</link>
		<description>Support for the wordpress Events Made Easy plugin</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 20:29:00 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.e-dynamics.be/bbpress/search.php</link>
		</textInput>
		<atom:link href="http://www.e-dynamics.be/bbpress/rss.php?tag=id" rel="self" type="application/rss+xml" />

		<item>
			<title>Franky on "Define CLASS"</title>
			<link>http://www.e-dynamics.be/bbpress/topic.php?id=210#post-992</link>
			<pubDate>Thu, 04 Nov 2010 00:46:30 +0000</pubDate>
			<dc:creator>Franky</dc:creator>
			<guid isPermaLink="false">992@http://www.e-dynamics.be/bbpress/</guid>
			<description>&#60;p&#62;For this I would refer to read the doc, in your case you'll need to change the setting &#34;Default single event format&#34; to include the #_NOTES placeholder, so it shows the event details.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>expresa on "Define CLASS"</title>
			<link>http://www.e-dynamics.be/bbpress/topic.php?id=210#post-991</link>
			<pubDate>Thu, 04 Nov 2010 00:22:59 +0000</pubDate>
			<dc:creator>expresa</dc:creator>
			<guid isPermaLink="false">991@http://www.e-dynamics.be/bbpress/</guid>
			<description>&#60;p&#62;I understand, I will use it this way ....&#60;/p&#62;
&#60;p&#62;I also wanted to ask about event_notes, he understood that I have are the details that add to an event. Not shown on the website of the event.&#60;/p&#62;
&#60;p&#62;For example, in &#34;&#60;strong&#62;xx/?event_id=4&#60;/strong&#62;&#34; I see the booking form, title, town, time ... but does not show the details ...&#60;/p&#62;
&#60;p&#62;As I can show them?&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Franky on "Define CLASS"</title>
			<link>http://www.e-dynamics.be/bbpress/topic.php?id=210#post-990</link>
			<pubDate>Wed, 03 Nov 2010 23:54:44 +0000</pubDate>
			<dc:creator>Franky</dc:creator>
			<guid isPermaLink="false">990@http://www.e-dynamics.be/bbpress/</guid>
			<description>&#60;p&#62;So what color would be used if you had 2 events from different categories on the same day?&#60;br /&#62;
The day is not dependant on the events in that day, and you only have a max. of 31 days in a month, so once you define if for 31 days, you're done.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>expresa on "Define CLASS"</title>
			<link>http://www.e-dynamics.be/bbpress/topic.php?id=210#post-988</link>
			<pubDate>Wed, 03 Nov 2010 23:28:14 +0000</pubDate>
			<dc:creator>expresa</dc:creator>
			<guid isPermaLink="false">988@http://www.e-dynamics.be/bbpress/</guid>
			<description>&#60;p&#62;Thanks for responding so soon!&#60;br /&#62;
This code is much better, but if events change daily, according to the month, would have to my.css changed through the color of the day ....&#60;/p&#62;
&#60;p&#62;Successful way to list the categories in class?&#60;br /&#62;
I'm trying to use as tags, this I can differentiate colors manrea categories ...&#60;/p&#62;
&#60;p&#62;Thanks again
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Franky on "Define CLASS"</title>
			<link>http://www.e-dynamics.be/bbpress/topic.php?id=210#post-986</link>
			<pubDate>Wed, 03 Nov 2010 23:00:18 +0000</pubDate>
			<dc:creator>Franky</dc:creator>
			<guid isPermaLink="false">986@http://www.e-dynamics.be/bbpress/</guid>
			<description>&#60;p&#62;I committed my suggested code to the trunk, so you might want to try out my second suggestion (it will be in the next release)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Franky on "Define CLASS"</title>
			<link>http://www.e-dynamics.be/bbpress/topic.php?id=210#post-985</link>
			<pubDate>Wed, 03 Nov 2010 22:53:31 +0000</pubDate>
			<dc:creator>Franky</dc:creator>
			<guid isPermaLink="false">985@http://www.e-dynamics.be/bbpress/</guid>
			<description>&#60;p&#62;Don't use the event category for unique class css-keys, use eg. $cell['day']:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$calendar=str_replace(&#38;quot;&#38;lt;td class=&#38;#39;eventless&#38;#39;&#38;gt;&#38;quot;.$cell[&#38;#39;day&#38;#39;].&#38;quot;&#38;lt;/td&#38;gt;&#38;quot;,&#38;quot;&#38;lt;td class=&#38;#39;&#38;quot;.$cell[&#38;#39;day&#38;#39;].&#38;quot; eventful&#38;#39;&#38;gt;&#38;quot;.$cell[&#38;#39;cell&#38;#39;].&#38;quot;&#38;lt;/td&#38;gt;&#38;quot;,$calendar);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or better:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$calendar=str_replace(&#38;quot;&#38;lt;td class=&#38;#39;eventless&#38;#39;&#38;gt;&#38;quot;.$cell[&#38;#39;day&#38;#39;].&#38;quot;&#38;lt;/td&#38;gt;&#38;quot;,&#38;quot;&#38;lt;td class=&#38;#39;eventful event-day-&#38;quot;.$cell[&#38;#39;day&#38;#39;].&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$cell[&#38;#39;cell&#38;#39;].&#38;quot;&#38;lt;/td&#38;gt;&#38;quot;,$calendar);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That will give you class &#34;eventful event-day-&#34; followed by the number of the day. Maybe interesting to add in general ... it won't affect other things and so allows again more CSS freedom.&#60;br /&#62;
$event is not initialized again in that loop, so it won't work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>expresa on "Define CLASS"</title>
			<link>http://www.e-dynamics.be/bbpress/topic.php?id=210#post-983</link>
			<pubDate>Wed, 03 Nov 2010 22:42:54 +0000</pubDate>
			<dc:creator>expresa</dc:creator>
			<guid isPermaLink="false">983@http://www.e-dynamics.be/bbpress/</guid>
			<description>&#60;p&#62;I need to give color to each particular event.&#60;br /&#62;
For this it occurs to me give a different style to each table, calling the &#34;class =&#34; a category for the event, so I did this:&#60;br /&#62;
eme_calendar.php (Line 396)&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$calendar=str_replace(&#38;quot;&#38;lt;td class=&#38;#39;eventless&#38;#39;&#38;gt;&#38;quot;.$cell[&#38;#39;day&#38;#39;].&#38;quot;&#38;lt;/td&#38;gt;&#38;quot;,&#38;quot;&#38;lt;td class=&#38;#39;&#38;quot;.$event[&#38;#39;event_category_ids&#38;#39;].&#38;quot; eventful&#38;#39;&#38;gt;&#38;quot;.$cell[&#38;#39;cell&#38;#39;].&#38;quot;&#38;lt;/td&#38;gt;&#38;quot;,$calendar);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I returned:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;td class=&#38;quot;3 eventful&#38;quot;&#38;gt;...&#38;lt;/td&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;But when I have more than one event, I only get the id of the first event.&#60;br /&#62;
Any suggestions?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
