<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>E-Dynamics wordpress</title>
	<atom:link href="http://www.e-dynamics.be/wordpress/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.e-dynamics.be/wordpress</link>
	<description>Events Made Easy plugin site</description>
	<lastBuildDate>Fri, 03 May 2013 22:11:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>Multiprice events</title>
		<link>http://www.e-dynamics.be/wordpress/?p=547</link>
		<comments>http://www.e-dynamics.be/wordpress/?p=547#comments</comments>
		<pubDate>Mon, 01 Apr 2013 15:15:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[13 - Multiprice events]]></category>

		<guid isPermaLink="false">http://www.e-dynamics.be/wordpress/?p=547</guid>
		<description><![CDATA[If you want an event to have multiple prices (e.g. different prices for students, children, &#8230;), it&#8217;s as easy as entering a price in the &#8220;Add New Event&#8221; window in the EME admin pages.The value entered should just specify all prices, seperated by &#8220;&#124;&#124;&#8221;. An example (see also screenshot) for an event having 3 prices: [...]]]></description>
				<content:encoded><![CDATA[<p>If you want an event to have multiple prices (e.g. different prices for students, children, &#8230;), it&#8217;s as easy as entering a price in the &#8220;Add New Event&#8221; window in the EME admin pages.The value entered should just specify all prices, seperated by &#8220;||&#8221;.<br />
An example (see also screenshot) for an event having 3 prices: <code>22||20.50||18</code></p>
<p><a href="http://www.e-dynamics.be/wordpress/wp-content/uploads/2013/04/multiprice1.jpg"><img class="alignnone size-full wp-image-560" alt="multiprice1" src="http://www.e-dynamics.be/wordpress/wp-content/uploads/2013/04/multiprice1.jpg" width="282" height="420" /></a></p>
<p>Now, as you specified 3 prices in the example above, people should be able to book for those 3 as well. For this you need to change the setting &#8220;Registration form format&#8221; for the event.<br />
Usually you just enter the shortcode #_SEATS there, to have a dropdown to select a number of seats to book. Now in this case, you need 3 of those, with a number behind them: #_SEATS1, #_SEATS2, #_SEATS3<br />
E.g. the &#8220;Registration form format&#8221; could then be like this:</p>
<p><code>&lt;table class='eme-rsvp-form'&gt;<br />
&lt;tr&gt;&lt;th scope='row'&gt;Name*:&lt;/th&gt;&lt;td&gt;#_NAME&lt;/td&gt;&lt;/tr&gt;<br />
&lt;tr&gt;&lt;th scope='row'&gt;E-Mail*:&lt;/th&gt;&lt;td&gt;#_EMAIL&lt;/td&gt;&lt;/tr&gt;<br />
&lt;tr&gt;&lt;th scope='row'&gt;Phone number:&lt;/th&gt;&lt;td&gt;#_PHONE&lt;/td&gt;&lt;/tr&gt;<br />
&lt;tr&gt;&lt;th scope='row'&gt;Seats for children:&lt;/th&gt;&lt;td&gt;#_SEATS1&lt;/td&gt;&lt;/tr&gt;<br />
&lt;tr&gt;&lt;th scope='row'&gt;Seats for adults:&lt;/th&gt;&lt;td&gt;#_SEATS2&lt;/td&gt;&lt;/tr&gt;<br />
&lt;tr&gt;&lt;th scope='row'&gt;Seats for students:&lt;/th&gt;&lt;td&gt;#_SEATS3&lt;/td&gt;&lt;/tr&gt;<br />
&lt;tr&gt;&lt;th scope='row'&gt;Comment:&lt;/th&gt;&lt;td&gt;#_COMMENT&lt;/td&gt;&lt;/tr&gt;<br />
#_CAPTCHAHTML[&lt;tr&gt;&lt;th scope='row'&gt;Please fill in the code displayed here:&lt;/th&gt;&lt;td&gt;#_CAPTCHA&lt;/td&gt;&lt;/tr&gt;]<br />
&lt;/table&gt;<br />
#_SUBMIT</code></p>
<p>See screenshot:</p>
<p><a href="http://www.e-dynamics.be/wordpress/wp-content/uploads/2013/04/multiprice2.jpg"><img class="alignnone size-medium wp-image-561" alt="multiprice2" src="http://www.e-dynamics.be/wordpress/wp-content/uploads/2013/04/multiprice2-300x183.jpg" width="300" height="183" /></a></p>
<p>For more info about formfields, read <a href="http://www.e-dynamics.be/wordpress/?cat=44">the doc</a> concerning that <img src='http://www.e-dynamics.be/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.e-dynamics.be/wordpress/?feed=rss2&#038;p=547</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Attendees list</title>
		<link>http://www.e-dynamics.be/wordpress/?p=541</link>
		<comments>http://www.e-dynamics.be/wordpress/?p=541#comments</comments>
		<pubDate>Sun, 24 Mar 2013 11:23:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[7.8 - Attendees list]]></category>

		<guid isPermaLink="false">http://www.e-dynamics.be/wordpress/?p=541</guid>
		<description><![CDATA[This defines the layout of the attendees list when using the placeholder #_ATTENDEES. The following placeholders can be used: #_ATTENDNAME displays the name of the attendee. #_ATTENDEMAIL displays the e-mail address of the attendee. #_ATTENDPHONE displays the phone of the attendee. #_ATTENDID displays the numerical ID of the attendee. #_ATTENDSPACES displays the total amount of [...]]]></description>
				<content:encoded><![CDATA[<p>This defines the layout of the attendees list when using the placeholder <code>#_ATTENDEES</code>. The following placeholders can be used:</p>
<ul>
<li><code>#_ATTENDNAME</code> displays the name of the attendee.</li>
<li><code>#_ATTENDEMAIL</code> displays the e-mail address of the attendee.</li>
<li><code>#_ATTENDPHONE</code> displays the phone of the attendee.</li>
<li><code>#_ATTENDID</code> displays the numerical ID of the attendee.</li>
<li><code>#_ATTENDSPACES</code> displays the total amount of seats booked by the attendee.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.e-dynamics.be/wordpress/?feed=rss2&#038;p=541</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[events_delete_booking_form]</title>
		<link>http://www.e-dynamics.be/wordpress/?p=521</link>
		<comments>http://www.e-dynamics.be/wordpress/?p=521#comments</comments>
		<pubDate>Sat, 09 Feb 2013 13:08:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[[events_delete_booking_form]]]></category>

		<guid isPermaLink="false">http://www.e-dynamics.be/wordpress/?p=521</guid>
		<description><![CDATA[&#91;events_delete_booking_form] Inserts a unsubscribe form on a regular wordpress page. Accepts the following parameters: id: the ID of the event for which the unsubscribe form should be shown. Example: &#91;events_delete_booking_form id=4]]]></description>
				<content:encoded><![CDATA[<p><code>&#91;events_delete_booking_form]</code><br />
Inserts a unsubscribe form on a regular wordpress page. Accepts the following parameters:</p>
<ul>
<li><code>id</code>: the ID of the event for which the unsubscribe form should be shown.</li>
</ul>
<p>Example:<br />
<code>&#91;events_delete_booking_form id=4]</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.e-dynamics.be/wordpress/?feed=rss2&#038;p=521</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[events_add_booking_form]</title>
		<link>http://www.e-dynamics.be/wordpress/?p=519</link>
		<comments>http://www.e-dynamics.be/wordpress/?p=519#comments</comments>
		<pubDate>Sat, 09 Feb 2013 13:07:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[[events_add_booking_form]]]></category>

		<guid isPermaLink="false">http://www.e-dynamics.be/wordpress/?p=519</guid>
		<description><![CDATA[&#91;events_add_booking_form] Inserts a booking form on a regular wordpress page. Accepts the following parameters: id: the ID of the event for which the booking form should be shown. Example: &#91;events_add_booking_form id=4]]]></description>
				<content:encoded><![CDATA[<p><code>&#91;events_add_booking_form]</code><br />
Inserts a booking form on a regular wordpress page. Accepts the following parameters:</p>
<ul>
<li><code>id</code>: the ID of the event for which the booking form should be shown.</li>
</ul>
<p>Example:<br />
<code>&#91;events_add_booking_form id=4]</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.e-dynamics.be/wordpress/?feed=rss2&#038;p=519</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bookings list</title>
		<link>http://www.e-dynamics.be/wordpress/?p=510</link>
		<comments>http://www.e-dynamics.be/wordpress/?p=510#comments</comments>
		<pubDate>Wed, 06 Feb 2013 23:53:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[7.7 - Bookings list]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.e-dynamics.be/wordpress/?p=510</guid>
		<description><![CDATA[This defines the layout of the bookings list when using the placeholder #_BOOKINGS. The same placeholders as for RSVP mails can be used.]]></description>
				<content:encoded><![CDATA[<p>This defines the layout of the bookings list when using the placeholder <code>#_BOOKINGS</code>. The same placeholders as for RSVP mails can be used.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.e-dynamics.be/wordpress/?feed=rss2&#038;p=510</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Registration form formatting</title>
		<link>http://www.e-dynamics.be/wordpress/?p=481</link>
		<comments>http://www.e-dynamics.be/wordpress/?p=481#comments</comments>
		<pubDate>Wed, 02 Jan 2013 15:56:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[7.6 - Registration form fields]]></category>

		<guid isPermaLink="false">http://www.e-dynamics.be/wordpress/?p=481</guid>
		<description><![CDATA[The registration form can be completely customized. You can define any number of fields in the &#8220;Events =&#62; Form fields&#8221; page, then go to the &#8220;Events =&#62; Settings&#8221; page and change the general layout of the registration form format. The default is: &#60;table class='eme-rsvp-form'&#62; &#60;tr&#62;&#60;th scope='row'&#62;Name*:&#60;/th&#62;&#60;td&#62;#_NAME&#60;/td&#62;&#60;/tr&#62; &#60;tr&#62;&#60;th scope='row'&#62;E-Mail*:&#60;/th&#62;&#60;td&#62;#_EMAIL&#60;/td&#62;&#60;/tr&#62; &#60;tr&#62;&#60;th scope='row'&#62;Phone number:&#60;/th&#62;&#60;td&#62;#_PHONE&#60;/td&#62;&#60;/tr&#62; &#60;tr&#62;&#60;th scope='row'&#62;Seats*:&#60;/th&#62;&#60;td&#62;#_SEATS&#60;/td&#62;&#60;/tr&#62; &#60;tr&#62;&#60;th scope='row'&#62;Comment:&#60;/th&#62;&#60;td&#62;#_COMMENT&#60;/td&#62;&#60;/tr&#62; [...]]]></description>
				<content:encoded><![CDATA[<p>The registration form can be completely customized. You can define any number of fields in the &#8220;Events =&gt; Form fields&#8221; page, then go to the &#8220;Events =&gt; Settings&#8221; page and change the general layout of the registration form format. The default is:</p>
<p><code>&lt;table class='eme-rsvp-form'&gt;<br />
&lt;tr&gt;&lt;th scope='row'&gt;Name*:&lt;/th&gt;&lt;td&gt;#_NAME&lt;/td&gt;&lt;/tr&gt;<br />
&lt;tr&gt;&lt;th scope='row'&gt;E-Mail*:&lt;/th&gt;&lt;td&gt;#_EMAIL&lt;/td&gt;&lt;/tr&gt;<br />
&lt;tr&gt;&lt;th scope='row'&gt;Phone number:&lt;/th&gt;&lt;td&gt;#_PHONE&lt;/td&gt;&lt;/tr&gt;<br />
&lt;tr&gt;&lt;th scope='row'&gt;Seats*:&lt;/th&gt;&lt;td&gt;#_SEATS&lt;/td&gt;&lt;/tr&gt;<br />
&lt;tr&gt;&lt;th scope='row'&gt;Comment:&lt;/th&gt;&lt;td&gt;#_COMMENT&lt;/td&gt;&lt;/tr&gt;<br />
#_CAPTCHAHTML[&lt;tr&gt;&lt;th scope='row'&gt;Please fill in the code displayed here:&lt;/th&gt;&lt;td&gt;#_CAPTCHA&lt;/td&gt;&lt;/tr&gt;]<br />
&lt;/table&gt;<br />
#_SUBMIT<br />
</code></p>
<p>You can use the following shortcodes</p>
<ul>
<li><code>#_NAME</code> displays a text field for the name of the respondent.</li>
<li><code>#_EMAIL</code> displays a text field for the e-mail address of the respondent.</li>
<li><code>#_PHONE</code> displays a text field for the phone of the respondent.</li>
<li><code>#_SEATS</code> or <code>#_SPACES</code> displays a dropdown field for the number of spaces to reserve.</li>
<li><code>#_SUBMIT[]</code> displays displays the submit button with between square brackets the text you want for the button (qtranslate compatible).</li>
<li><code>#_SUBMIT</code> displays displays the submit button with the text you want for the button the text configured on the Settings page.</li>
<li><code>#_COMMENT</code> displays a text area for a possible comment.</li>
<li><code>#_CAPTCHAHTML</code> displays the html between the square brackets for the captcha, <strong>but only if the captcha option has been activated</strong>. Inside the square brackets, you should use the shortcode <code>#_CAPTCHA</code> to display the captcha itself, otherwise nothing will happen.</li>
<li><code>#_CAPTCHA</code> displays the captcha part.</li>
<li><code>#_FIELDxx</code> displays custom made fields (replace xx by the ID of a field you created in the &#8220;Events =&gt; Form fields&#8221; page.</li>
</ul>
<p>For any shortcode, if you start with &#8220;#REQ_&#8221; instead of &#8220;#_&#8221;, the field becomes required and cannot be left empty or 0 upon registration (e.g.: <code>#REQ_COMMENT</code> or <code>#REQ_FIELDxx</code>)<br />
<strong> Warning: if the shortcodes <code>#_NAME</code>, <code>#_EMAIL,</code> <code>#_SEATS</code> or <code>#_SUBMIT</code> are not present, the form is not valid and will not be shown.</strong><br />
Also, <code>#_NAME</code> and <code>#_EMAIL</code> are always required fields, so no need to use <code>#REQ_NAME</code> or <code>#REQ_EMAIL.</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.e-dynamics.be/wordpress/?feed=rss2&#038;p=481</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[events_countdown]</title>
		<link>http://www.e-dynamics.be/wordpress/?p=443</link>
		<comments>http://www.e-dynamics.be/wordpress/?p=443#comments</comments>
		<pubDate>Wed, 24 Aug 2011 20:52:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[[events_countdown]]]></category>

		<guid isPermaLink="false">http://www.e-dynamics.be/wordpress/?p=443</guid>
		<description><![CDATA[&#91;events_countdown] Returns the number of days until the next event or the event specified. Accepts the following optional argument: id: the ID of the event for which you want the countdown to happen. If not specified: countdown until the first future event. Example: &#91;events_countdown id=25]]]></description>
				<content:encoded><![CDATA[<p><code>&#91;events_countdown]</code><br />
Returns the number of days until the next event or the event specified. Accepts the following optional argument:</p>
<ul>
<li><code>id</code>: the ID of the event for which you want the countdown to happen. If not specified: countdown until the first future event.</li>
</ul>
<p>Example:<br />
<code>&#91;events_countdown id=25]</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.e-dynamics.be/wordpress/?feed=rss2&#038;p=443</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[ events_locations]</title>
		<link>http://www.e-dynamics.be/wordpress/?p=376</link>
		<comments>http://www.e-dynamics.be/wordpress/?p=376#comments</comments>
		<pubDate>Sat, 19 Mar 2011 09:57:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[[events_locations]]]></category>

		<guid isPermaLink="false">http://www.e-dynamics.be/wordpress/?p=376</guid>
		<description><![CDATA[&#91;events_locations] Inserts a list of locations. Accepts the following arguments: eventful: if set to true, only locations with events planned will be shown. Default: false. scope: see the explanation for &#91;events_list]. You need to set eventful to true for this to have any effect. category: see the explanation for &#91;events_list]. If eventful=true as well, then [...]]]></description>
				<content:encoded><![CDATA[<p><code>&#91;events_locations]</code><br />
Inserts a list of locations. Accepts the following arguments:</p>
<ul>
<li><code>eventful</code>: if set to true, only locations with events planned will be shown. Default: false.</li>
<li><code>scope</code>: see the explanation for &#91;events_list]. You need to set <code>eventful</code> to true for this to have any effect.</li>
<li><code>category</code>: see the explanation for &#91;events_list].  If <code>eventful=true</code> as well, then only locations with events matching the category criteria are shown.</li>
</ul>
<p>Example:<br />
<code>&#91;events_locations eventful=true scope=this_week]</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.e-dynamics.be/wordpress/?feed=rss2&#038;p=376</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hooks and filters</title>
		<link>http://www.e-dynamics.be/wordpress/?p=305</link>
		<comments>http://www.e-dynamics.be/wordpress/?p=305#comments</comments>
		<pubDate>Mon, 24 Jan 2011 14:42:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[12 - Hooks and filters]]></category>

		<guid isPermaLink="false">http://www.e-dynamics.be/wordpress/?p=305</guid>
		<description><![CDATA[EME provides a number of hooks and filters so you can customize a number of things to your liking. For a howto in general about hooks and filters, see here for actions and here for filters. As an example, if you would want to hook into eme_insert_rsvp_action, you would add something like this to your [...]]]></description>
				<content:encoded><![CDATA[<p>EME provides a number of hooks and filters so you can customize a number of things to your liking. For a howto in general about hooks and filters, see <a href="http://codex.wordpress.org/Function_Reference/add_action">here for actions</a> and <a href="http://codex.wordpress.org/Function_Reference/add_filter">here</a> for filters.<br />
As an example, if you would want to hook into <code>eme_insert_rsvp_action</code>, you would add something like this to your theme&#8217;s functions.php:</p>
<pre><code>
add_action('eme_insert_rsvp_action','do_my_stuff');
function do_my_stuff($booking) {
 ....
}
</code></pre>
<p>The following hooks are available:</p>
<ul>
<li>eme_insert_event_action (1 parameter: $event)</li>
<li>eme_update_event_action (1 parameter: $event)</li>
<li>eme_insert_recurrence_action (2 parameters: $event,$recurrence)</li>
<li>eme_update_recurrence_action (2 parameters: $event,$recurrence)</li>
<li>eme_insert_rsvp_action (1 parameter: $booking), executed after inserting rsvp info into the db</li>
</ul>
<p>The following filters are available:</p>
<ul>
<li>eme_event_filter (1 parameter: $event array)</li>
<li>eme_event_list_filter (1 parameter: array of events)</li>
<li>eme_location_filter (1 parameter: $location array)</li>
<li>eme_location_list_filter (1 parameter: array of locations)</li>
<li>eme_directions_form_filter (1 parameter: generated html for the directions form)</li>
<li>eme_add_booking_form_filter and eme_delete_booking_form_filter (1parameter: generated html for the add or delete booking form)</li>
<li>eme_email_filter (If defined, the standard ascii obfuscating won&#8217;t take place and you can use your own filters, eg. from an obfuscating plugin, if you define it in functions.php:<br />
add_filter( &#8216;eme_email_filter&#8217;, &#8216;c2c_obfuscate_email&#8217; );)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.e-dynamics.be/wordpress/?feed=rss2&#038;p=305</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conditional tags</title>
		<link>http://www.e-dynamics.be/wordpress/?p=287</link>
		<comments>http://www.e-dynamics.be/wordpress/?p=287#comments</comments>
		<pubDate>Mon, 24 Jan 2011 13:13:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[7.1 - Conditional tags]]></category>

		<guid isPermaLink="false">http://www.e-dynamics.be/wordpress/?p=287</guid>
		<description><![CDATA[Sometimes you want info only to be shown dependant on some conditions. In almost all formatting settings, you can use a special shortcode called &#91;events_if] that allows these kind of decisions: You can use all placeholders in the if-part, just by prepending them with &#8220;ESC&#8221;, e.g you could use this for single event formatting: #j, [...]]]></description>
				<content:encoded><![CDATA[<p>Sometimes you want info only to be shown dependant on some conditions. In almost all formatting settings, you can use a special shortcode called <code>&#91;events_if]</code> that allows these kind of decisions:<br />
You can use all placeholders in the if-part, just by prepending them with &#8220;ESC&#8221;, e.g you could use this for single event formatting:</p>
<hr />
#j, #M #Y &#8211; #H:#i<br />
#_NOTES<br />
<code>&#91;events_if tag='#ESC_ATT{color}' value='red']</code> color: #_ATT{color} <code>&#91;/events_if]</code><br />
<code>&#91;events_if tag='#ESC_ATT{price}']</code> price: #_ATT{price} <code>&#91;/events_if]</code><br />
<code>&#91;events_if tag='#ESC_TOWN']</code> the town is: #_TOWN <code>&#91;/events_if]</code><br />
<code>&#91;events_if tag="#ESC_ATT{Image URL}"]</code> <img src="#_ATT{Image URL}" /> <code>&#91/events_if]</code><br />
<code>&#91;events_if tag="#ESCj #ESCM #ESCY" value="#ESC@j #ESC@M #ESC@Y"]</code> The start and end date of this event is the same, so just showing start: #j #M #Y <code>&#91/events_if]</code><br />
<code>&#91;events_if tag="#ESC_{j M Y}" value="#ESC@_{j M Y}"]</code> The start and end date of this event is the same: #j #M #Y <code>&#91/events_if]</code><br />
<code>&#91;events_if tag="#ESC_{j M Y}" notvalue="#ESC@_{j M Y}"]</code> This date is only printed if different from start date: #@_{- j M Y} <code>&#91/events_if]</code></p>
<hr />
The possible conditions you can test for are:</p>
<ul>
<li>Nothing, you then just check that the placeholder/string mentioned in the <code>tag</code> is not empty: <code>&#91;events_if tag='#ESC_TOWN']</code></li>
<li><code>is_empty=1</code> checks that the placeholder/string mentioned in the <code>tag</code> is in fact empty: <code>&#91;events_if tag='#ESC_TOWN' is_empty=1]</code></li>
<li><code>value</code> checks if the placeholder/string mentioned in the <code>tag</code> is the same as the one mentioned in <code>value</code>:<br /> <code>&#91;events_if tag='#ESC_ATT{color}' value='red']</code> color: #_ATT{color} <code>&#91;/events_if]</code></li>
<li><code>notvalue</code> checks if the placeholder/string mentioned in the <code>tag</code> has a value different than the once mentioned in <code>value</code></li>
<li><code>lt</code> checks if the numerical value of the placeholder/string mentioned in the <code>tag</code> has a value lower than than the once mentioned in <code>lt</code></li>
<li><code>gt</code> checks if the numerical value of the placeholder/string mentioned in the <code>tag</code> has a value bigger than than the once mentioned in <code>gt</code></li>
<li><code>contains</code> checks if the value of the placeholder/string mentioned in the <code>contains</code> occurs in the once mentioned in <code>tag</code></li>
<li><code>notcontains</code> checks if the value of the placeholder/string mentioned in the <code>notcontains</code> doesn&#8217;t occur in the once mentioned in <code>tag</code></li>
</ul>
<p>As extra, next to the regular placeholders you can use, I added some extra shortcodes:</p>
<ul>
<li>#_IS_SINGLE_EVENT (&#8217;1&#8242; if you&#8217;re viewing a single event details, &#8217;0&#8242; otherwise)</li>
<li>#_IS_SINGLE_LOC (&#8217;1&#8242; if you&#8217;re viewing a single location details, &#8217;0&#8242; otherwise)</li>
<li>#_IS_LOGGED_IN (&#8217;1&#8242; if user is logged into WP, &#8217;0&#8242; otherwise)</li>
<li>#_IS_ADMIN_PAGE (&#8217;1&#8242; if on the admin pages, &#8217;0&#8242; otherwise)</li>
<li>#_IS_PRIVATE_EVENT (&#8217;1&#8242; if the event is a private event, &#8217;0&#8242; otherwise)</li>
<li>#_IS_RSVP_ENABLED (&#8217;1&#8242; if the event is RSVP-able, &#8217;0&#8242; otherwise)</li>
<li>#_IS_SINGLE_DAY (&#8217;1&#8242; if you&#8217;re viewing a single day, &#8217;0&#8242; otherwise)</li>
<li>#_IS_REGISTERED (&#8217;1&#8242; if WP user has already registered for the event, &#8217;0&#8242; otherwise)</li>
</ul>
<p>Example usage:<br />
<code>&#91;events_if tag='#_IS_LOGGED_IN' value='0'] You are NOT logged in &#91;/events_if]</code><br />
<code>&#91;events_if tag='#_IS_LOGGED_IN' value='1'] You are logged in &#91;/events_if]</code><br />
<code>&#91;events_if tag='#ESC_CATEGORIES' contains='red'] The event is in at least the red category &#91;/events_if]</code><br />
<code>&#91;events_if tag="#ESCj #ESCM #ESCY" value="#ESC@j #ESC@M #ESC@Y"] The start and end date of this event is the same, so just showing start: #j #M #Y &#91/events_if]</code><br />
A variant of the above, using curly brackets:<br />
<code>&#91;events_if tag="#ESC_{j M Y}" value="#ESC@_{j M Y}"] The start and end date of this event is the same: #{j M Y} &#91/events_if]</code><br />
Print start date, and print end date only if different:<br />
<code>#_{j M Y} &#91;events_if tag="#ESC_{j M Y}" notvalue="#ESC@_{j M Y}"] #@_{- j M Y} &#91;/events_if] </code></p>
<p>Using this conditional tag requires some playing around &#8230;<br />
I also added &#91;events_if2] and &#91;events_if3], if you want to use more than one level of logic (wordpress doesn&#8217;t like a shortcode with the same name enclosed in another one)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.e-dynamics.be/wordpress/?feed=rss2&#038;p=287</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
