<?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"
	>
<channel>
	<title>Comments on: Movable Type 4.2: Custom Fields on registration / sign up form</title>
	<atom:link href="http://aaronvanderzwan.com/blog/2008/08/movable-type-42-custom-fields-on-registration-sign-up-form/feed/" rel="self" type="application/rss+xml" />
	<link>http://aaronvanderzwan.com/blog/2008/08/movable-type-42-custom-fields-on-registration-sign-up-form/</link>
	<description>Smile... It'll make you feel better.</description>
	<pubDate>Wed, 07 Jan 2009 09:57:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: kulio</title>
		<link>http://aaronvanderzwan.com/blog/2008/08/movable-type-42-custom-fields-on-registration-sign-up-form/#comment-388</link>
		<dc:creator>kulio</dc:creator>
		<pubDate>Fri, 31 Oct 2008 13:49:31 +0000</pubDate>
		<guid isPermaLink="false">http://aaronvanderzwan.com/blog/?p=146#comment-388</guid>
		<description>I've heard some good things about this blog.  Remember to balance the pics with the text tho.  cheers!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve heard some good things about this blog.  Remember to balance the pics with the text tho.  cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://aaronvanderzwan.com/blog/2008/08/movable-type-42-custom-fields-on-registration-sign-up-form/#comment-374</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Thu, 18 Sep 2008 19:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://aaronvanderzwan.com/blog/?p=146#comment-374</guid>
		<description>Thanks Beau. I will look back through my code and see if I can use this anywhere. It might be nice for grouping specific custom fields together.</description>
		<content:encoded><![CDATA[<p>Thanks Beau. I will look back through my code and see if I can use this anywhere. It might be nice for grouping specific custom fields together.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beau Smith</title>
		<link>http://aaronvanderzwan.com/blog/2008/08/movable-type-42-custom-fields-on-registration-sign-up-form/#comment-368</link>
		<dc:creator>Beau Smith</dc:creator>
		<pubDate>Thu, 18 Sep 2008 06:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://aaronvanderzwan.com/blog/?p=146#comment-368</guid>
		<description>Nice work. Once you filter out the fields you want, you can list the remainder by using this conditional and listing the fields you've already listed as a pipe separated list in parentheses like this:


&lt;code&gt;&lt;mt:unless name="field_id" like="(customfield_company&#124;customfield_title)"&gt;
       …code here…
&lt;/mt:unless&gt;&lt;/code&gt;
</description>
		<content:encoded><![CDATA[<p>Nice work. Once you filter out the fields you want, you can list the remainder by using this conditional and listing the fields you&#8217;ve already listed as a pipe separated list in parentheses like this:</p>
<p><code>&lt;mt:unless name="field_id" like="(customfield_company|customfield_title)"&gt;<br />
       …code here…<br />
&lt;/mt:unless&gt;</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
