<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: ! Event Expired Doesn&#039;t Work</title>
		<link>http://www.themolitor.com/forums/topic/event-expired-doesnt-work</link>
		<description>THE MOLITOR FORUMS &#187; Topic: ! Event Expired Doesn&#039;t Work</description>
		<language>en-US</language>
		<pubDate>Tue, 10 Mar 2026 18:43:54 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/event-expired-doesnt-work" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "! Event Expired Doesn&#039;t Work"</title>
			<link>http://www.themolitor.com/forums/topic/event-expired-doesnt-work#post-39928</link>
			<pubDate>Tue, 09 Aug 2016 08:00:49 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">39928@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The code you changed removed the date check method. That's why the notice is showing on every page.</p>
<p>Please revert to a default setup and provide a link to your site/event so I can review.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>Ants95 on "! Event Expired Doesn&#039;t Work"</title>
			<link>http://www.themolitor.com/forums/topic/event-expired-doesnt-work#post-39920</link>
			<pubDate>Fri, 05 Aug 2016 11:25:10 +0000</pubDate>
			<dc:creator>Ants95</dc:creator>
			<guid isPermaLink="false">39920@http://www.themolitor.com/forums/</guid>
			<description><p>When I create an event that was in the past to test that expired would show up, it does not work.<br />
This is the original Code:<br />
<pre><code>&#60;div class=&#34;smallMeta&#34;&#62;
		&#60;i class=&#34;icon-folder-close&#34;&#62;&#60;/i&#62;  &#60;?php the_category(&#039;, &#039;); ?&#62;     &#60;i class=&#34;icon-user&#34;&#62;&#60;/i&#62; &#60;?php the_author(); ?&#62;
     &#60;i class=&#34;icon-comment&#34;&#62;&#60;/i&#62; &#60;?php comments_popup_link(__(&#039;0 Comments&#039;,&#039;themolitor&#039;), __(&#039;1 Comment&#039;,&#039;themolitor&#039;), __(&#039;% Comments&#039;,&#039;themolitor&#039;)); if(in_category($eventCat,get_the_ID()) &#38;&#38; strtotime(get_the_time(&#039;Y-m-d&#039;)) &#60; strtotime(date(&#039;Y-m-d&#039;))){?&#62;     &#60;i class=&#34;icon-exclamation red&#34;&#62;&#60;/i&#62;  &#60;?php _e(&#039;Event Expired&#039;,&#039;themolitor&#039;);?&#62;&#60;?php }?&#62;
		&#60;/div&#62;</code></pre>
<p>Just playing with the code I was able to get:<br />
<pre><code>&#60;div class=&#34;smallMeta&#34;&#62;
		&#60;?php { ?&#62;&#60;b&#62;&#60;i class=&#34;icon-exclamation red&#34;&#62;&#60;/i&#62;  &#60;?php _e(&#039;Event Expired&#039;,&#039;themolitor&#039;);?&#62;&#60;/b&#62;&#60;?php }?&#62;  &#60;i class=&#34;icon-folder-close&#34;&#62;&#60;/i&#62;  &#60;?php the_category(&#039;, &#039;); ?&#62;
		&#60;/div&#62;</code></pre>
<p>It shows the event Expired on every single event no matter what, but of course I only want it to show up up expired events. Any idea why the original code isn't working?</p>
<p>PS: sorry just posted recently about another problem I was having, don't mean to spam the forums.
</p></description>
		</item>

	</channel>
</rss>
