<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <generator>http://textpattern.com/</generator>
 <title>Textpattern Tips – Hide articles where the time is set to 00:00</title>
 <description>Hide articles where the time is set to 00:00 - comments</description>
 <link>https://textpattern.tips/hide-articles-where-the-time-is-set-to-0000</link>
 <atom:link href="https://textpattern.tips/hide-articles-where-the-time-is-set-to-0000?f=comment-feed" rel="self" type="application/rss+xml" />
 <pubDate>Thu, 28 Jun 12 15:13:40 +0000</pubDate>

 <item>
     <title>Comment on Hide articles where the time is set to 00:00 by Uli</title>
     <link><a href="https://textpattern.tips/hide-articles-where-the-time-is-set-to-0000#c001117" id="c001117">1</a></link>
     <guid><a href="https://textpattern.tips/hide-articles-where-the-time-is-set-to-0000#c001117" id="c001117">1</a></guid>
     <pubDate>Fri, 22 Jun 12 12:24:07 +0000</pubDate>
     <description><![CDATA[<p>Please note that only the variable code from the first variable example here (<code>&lt;txp:variable name="vernissage_time"&gt;&lt;txp:posted format="%H:%M" /&gt;&lt;/txp:variable&gt;
</code>) would work, as the the second one from the &#8220;complete code&#8221; block would always contain some additional white space.</p>]]></description>
     <content:encoded><![CDATA[<p>Please note that only the variable code from the first variable example here (<code>&lt;txp:variable name="vernissage_time"&gt;&lt;txp:posted format="%H:%M" /&gt;&lt;/txp:variable&gt;
</code>) would work, as the the second one from the &#8220;complete code&#8221; block would always contain some additional white space.</p>]]></content:encoded>
     <dc:creator>Uli</dc:creator>
 
</item>
<item>
     <title>Comment on Hide articles where the time is set to 00:00 by Jonathan Stubbs</title>
     <link><a href="https://textpattern.tips/hide-articles-where-the-time-is-set-to-0000#c001118" id="c001118">1</a></link>
     <guid><a href="https://textpattern.tips/hide-articles-where-the-time-is-set-to-0000#c001118" id="c001118">1</a></guid>
     <pubDate>Fri, 22 Jun 12 23:46:02 +0000</pubDate>
     <description><![CDATA[<p>@uli &#8211; are you saying the complete code block will not work? I indented Marc&#8217;s code to make it more readable, so actually its not his doing&#8230;</p>]]></description>
     <content:encoded><![CDATA[<p>@uli &#8211; are you saying the complete code block will not work? I indented Marc&#8217;s code to make it more readable, so actually its not his doing&#8230;</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://jonathanstubbs.com">Jonathan Stubbs</a></dc:creator>
 
</item>
<item>
     <title>Comment on Hide articles where the time is set to 00:00 by Uli</title>
     <link><a href="https://textpattern.tips/hide-articles-where-the-time-is-set-to-0000#c001119" id="c001119">1</a></link>
     <guid><a href="https://textpattern.tips/hide-articles-where-the-time-is-set-to-0000#c001119" id="c001119">1</a></guid>
     <pubDate>Sat, 23 Jun 12 10:32:22 +0000</pubDate>
     <description><![CDATA[<p>Jonathan, the evaluation will never yield a <code>true</code> result as it never contains a mere, pure, <code>00:00</code>, there&#8217;s always additional blank space in the variable.</p>]]></description>
     <content:encoded><![CDATA[<p>Jonathan, the evaluation will never yield a <code>true</code> result as it never contains a mere, pure, <code>00:00</code>, there&#8217;s always additional blank space in the variable.</p>]]></content:encoded>
     <dc:creator>Uli</dc:creator>
 
</item>
<item>
     <title>Comment on Hide articles where the time is set to 00:00 by totoff</title>
     <link><a href="https://textpattern.tips/hide-articles-where-the-time-is-set-to-0000#c001120" id="c001120">1</a></link>
     <guid><a href="https://textpattern.tips/hide-articles-where-the-time-is-set-to-0000#c001120" id="c001120">1</a></guid>
     <pubDate>Wed, 27 Jun 12 14:28:54 +0000</pubDate>
     <description><![CDATA[<p>uli, sorry to answer back, but in fact it does yield <code>true</code>. i did implement it on my site and it works like a charme: if posting time is set to 00:00, it omits the &#8220;vernissage&#8221; block.</p>]]></description>
     <content:encoded><![CDATA[<p>uli, sorry to answer back, but in fact it does yield <code>true</code>. i did implement it on my site and it works like a charme: if posting time is set to 00:00, it omits the &#8220;vernissage&#8221; block.</p>]]></content:encoded>
     <dc:creator>totoff</dc:creator>
 
</item>
<item>
     <title>Comment on Hide articles where the time is set to 00:00 by Uli</title>
     <link><a href="https://textpattern.tips/hide-articles-where-the-time-is-set-to-0000#c001121" id="c001121">1</a></link>
     <guid><a href="https://textpattern.tips/hide-articles-where-the-time-is-set-to-0000#c001121" id="c001121">1</a></guid>
     <pubDate>Wed, 27 Jun 12 15:59:34 +0000</pubDate>
     <description><![CDATA[<p>totoff, I assume you&#8217;re using Marc Carsons code from his original forum post, don&#8217;t you? I&#8217;m sure it works. <br>But as soon as you put white space characters inside the variable declaration, the evaluation will stop outputting <code>true</code>.</p>]]></description>
     <content:encoded><![CDATA[<p>totoff, I assume you&#8217;re using Marc Carsons code from his original forum post, don&#8217;t you? I&#8217;m sure it works. <br>But as soon as you put white space characters inside the variable declaration, the evaluation will stop outputting <code>true</code>.</p>]]></content:encoded>
     <dc:creator>Uli</dc:creator>
 
</item>
<item>
     <title>Comment on Hide articles where the time is set to 00:00 by Jonathan Stubbs</title>
     <link><a href="https://textpattern.tips/hide-articles-where-the-time-is-set-to-0000#c001122" id="c001122">1</a></link>
     <guid><a href="https://textpattern.tips/hide-articles-where-the-time-is-set-to-0000#c001122" id="c001122">1</a></guid>
     <pubDate>Wed, 27 Jun 12 23:49:54 +0000</pubDate>
     <description><![CDATA[<p>@uli &#8211; how does it look now, I&#8217;ve edited the code but not tested the outcome.</p>]]></description>
     <content:encoded><![CDATA[<p>@uli &#8211; how does it look now, I&#8217;ve edited the code but not tested the outcome.</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://jonathanstubbs.com">Jonathan Stubbs</a></dc:creator>
 
</item>
<item>
     <title>Comment on Hide articles where the time is set to 00:00 by Uli</title>
     <link><a href="https://textpattern.tips/hide-articles-where-the-time-is-set-to-0000#c001123" id="c001123">1</a></link>
     <guid><a href="https://textpattern.tips/hide-articles-where-the-time-is-set-to-0000#c001123" id="c001123">1</a></guid>
     <pubDate>Thu, 28 Jun 12 15:13:40 +0000</pubDate>
     <description><![CDATA[<p>Should work now, Jonathan.</p>]]></description>
     <content:encoded><![CDATA[<p>Should work now, Jonathan.</p>]]></content:encoded>
     <dc:creator>Uli</dc:creator>
 
</item>

</channel>
</rss>