<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Supple Forms &#8211; A WordPress CMS Plugin</title>
	<atom:link href="http://www.whypad.com/posts/supple-forms-a-wordpress-cms-plugin/566/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whypad.com/posts/supple-forms-a-wordpress-cms-plugin/566/</link>
	<description>Tips, tricks, and hacks for life and tech...</description>
	<lastBuildDate>Fri, 12 Mar 2010 19:10:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bru</title>
		<link>http://www.whypad.com/posts/supple-forms-a-wordpress-cms-plugin/566/comment-page-5/#comment-3907</link>
		<dc:creator>Bru</dc:creator>
		<pubDate>Tue, 09 Mar 2010 21:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.whypad.com/?p=566#comment-3907</guid>
		<description>Hi Byron. Just wondering, is there any way to sort post by date field in supple form? I use custom table.

Brgds. Stian</description>
		<content:encoded><![CDATA[<p>Hi Byron. Just wondering, is there any way to sort post by date field in supple form? I use custom table.</p>
<p>Brgds. Stian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Banna</title>
		<link>http://www.whypad.com/posts/supple-forms-a-wordpress-cms-plugin/566/comment-page-5/#comment-3872</link>
		<dc:creator>Banna</dc:creator>
		<pubDate>Mon, 01 Mar 2010 10:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.whypad.com/?p=566#comment-3872</guid>
		<description>$room_price = get_post_meta($post-&gt;ID, &#039;room_price&#039;, true);

echo $room_price;</description>
		<content:encoded><![CDATA[<p>$room_price = get_post_meta($post-&gt;ID, &#8216;room_price&#8217;, true);</p>
<p>echo $room_price;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Banna</title>
		<link>http://www.whypad.com/posts/supple-forms-a-wordpress-cms-plugin/566/comment-page-5/#comment-3871</link>
		<dc:creator>Banna</dc:creator>
		<pubDate>Mon, 01 Mar 2010 10:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.whypad.com/?p=566#comment-3871</guid>
		<description>for template tag you can use like ordinay custom field retrival.

ID, &#039;room_price&#039;, true); ?&gt;

  

-----room_price is my database filed name.

i think this will help</description>
		<content:encoded><![CDATA[<p>for template tag you can use like ordinay custom field retrival.</p>
<p>ID, &#8216;room_price&#8217;, true); ?&gt;</p>
<p>&#8212;&#8211;room_price is my database filed name.</p>
<p>i think this will help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Content Management &#171; A DotNet Intellectualism</title>
		<link>http://www.whypad.com/posts/supple-forms-a-wordpress-cms-plugin/566/comment-page-5/#comment-3837</link>
		<dc:creator>Content Management &#171; A DotNet Intellectualism</dc:creator>
		<pubDate>Tue, 23 Feb 2010 04:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.whypad.com/?p=566#comment-3837</guid>
		<description>[...] February 23, 2010 &#8212; Ashok Kumar   Supple Forms Supple Forms for WordPress offers two significant functions for your blog. You can build custom [...]</description>
		<content:encoded><![CDATA[<p>[...] February 23, 2010 &#8212; Ashok Kumar   Supple Forms Supple Forms for WordPress offers two significant functions for your blog. You can build custom [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Byron Bennett</title>
		<link>http://www.whypad.com/posts/supple-forms-a-wordpress-cms-plugin/566/comment-page-5/#comment-3787</link>
		<dc:creator>Byron Bennett</dc:creator>
		<pubDate>Sat, 13 Feb 2010 20:11:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.whypad.com/?p=566#comment-3787</guid>
		<description>Bru,
Thanks!

Ghalt,

Thanks! On your shortcode issue, you might leave the brackets out of the flickrslideshow shortcode and add them in your code if you&#039;re calling the shortcode manually with a do_shortcode...

do_shortcode(&#039;[&#039; . $set_id . &#039;]&#039;);</description>
		<content:encoded><![CDATA[<p>Bru,<br />
Thanks!</p>
<p>Ghalt,</p>
<p>Thanks! On your shortcode issue, you might leave the brackets out of the flickrslideshow shortcode and add them in your code if you&#8217;re calling the shortcode manually with a do_shortcode&#8230;</p>
<p>do_shortcode(&#8216;[' . $set_id . ']&#8216;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ghalt</title>
		<link>http://www.whypad.com/posts/supple-forms-a-wordpress-cms-plugin/566/comment-page-5/#comment-3786</link>
		<dc:creator>Ghalt</dc:creator>
		<pubDate>Sat, 13 Feb 2010 19:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.whypad.com/?p=566#comment-3786</guid>
		<description>Love the plugin!  I&#039;m building a site for some less-than-technical folks, and this will be a godsend.

I&#039;ve run into the problem with the quotes getting the backslashes added.  Didn&#039;t see a fix for that yet.

Also, I want to be able to call my snip inside the shortcode of another plugin.  For example (madeup):

[flickrslideshow set_id=&quot;[supple snip=&#039;my_flickr_set&#039;]&quot; border=&quot;0&quot;]

The problem is that the flickrslideshow shortcode is &#039;closing&#039; at the first right-bracket.

Any suggestions?</description>
		<content:encoded><![CDATA[<p>Love the plugin!  I&#8217;m building a site for some less-than-technical folks, and this will be a godsend.</p>
<p>I&#8217;ve run into the problem with the quotes getting the backslashes added.  Didn&#8217;t see a fix for that yet.</p>
<p>Also, I want to be able to call my snip inside the shortcode of another plugin.  For example (madeup):</p>
<p>[flickrslideshow set_id="[supple snip='my_flickr_set']&#8221; border=&#8221;0&#8243;]</p>
<p>The problem is that the flickrslideshow shortcode is &#8216;closing&#8217; at the first right-bracket.</p>
<p>Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bru</title>
		<link>http://www.whypad.com/posts/supple-forms-a-wordpress-cms-plugin/566/comment-page-5/#comment-3770</link>
		<dc:creator>Bru</dc:creator>
		<pubDate>Sun, 07 Feb 2010 00:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.whypad.com/?p=566#comment-3770</guid>
		<description>Thanks a lot, that did the trick. I love this plugin:-) Keep up the good work.</description>
		<content:encoded><![CDATA[<p>Thanks a lot, that did the trick. I love this plugin:-) Keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Byron Bennett</title>
		<link>http://www.whypad.com/posts/supple-forms-a-wordpress-cms-plugin/566/comment-page-5/#comment-3769</link>
		<dc:creator>Byron Bennett</dc:creator>
		<pubDate>Sat, 06 Feb 2010 16:46:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.whypad.com/?p=566#comment-3769</guid>
		<description>&lt;b&gt;Bru&lt;/b&gt;,

The only way to do that at the moment would be to put some PHP in your template page...something like:

&lt; ?php echo do_shortcode(&quot;[supple snip=&#039;address_box&#039;]&quot;); ?&gt;

Nothing in SF will add automatically.

BB</description>
		<content:encoded><![CDATA[<p><b>Bru</b>,</p>
<p>The only way to do that at the moment would be to put some PHP in your template page&#8230;something like:</p>
<p>< ?php echo do_shortcode("[supple snip='address_box']"); ?></p>
<p>Nothing in SF will add automatically.</p>
<p>BB</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Byron Bennett</title>
		<link>http://www.whypad.com/posts/supple-forms-a-wordpress-cms-plugin/566/comment-page-5/#comment-3768</link>
		<dc:creator>Byron Bennett</dc:creator>
		<pubDate>Sat, 06 Feb 2010 16:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.whypad.com/?p=566#comment-3768</guid>
		<description>&lt;b&gt;Michael&lt;/b&gt;,
I&#039;m not sure how that would work...sorry.  If you want to execute a shortcode in a template page, you need to add PHP like:  &lt; ?php echo do_shortcode(&#039;[imagebrowser id=1]&#039;); ?&gt;

So, if you can figure out that ID # in PHP, you could make it:

&lt; ?php echo do_shortcode(&#039;[imagebrowser id=&#039; . $the_id . &#039;]&#039;); ?&gt;

Not sure if that helps, but it&#039;s all I&#039;ve got at the moment.

As for Supple Forms, I&#039;m recommending people either use Gravity Forms, Flutter, or PhotoSmash depending on what you need to do.  Each of these plugins does something slightly different, but each does them well.

BB</description>
		<content:encoded><![CDATA[<p><b>Michael</b>,<br />
I&#8217;m not sure how that would work&#8230;sorry.  If you want to execute a shortcode in a template page, you need to add PHP like:  < ?php echo do_shortcode('[imagebrowser id=1]'); ?></p>
<p>So, if you can figure out that ID # in PHP, you could make it:</p>
<p>< ?php echo do_shortcode('[imagebrowser id=' . $the_id . ']'); ?></p>
<p>Not sure if that helps, but it&#8217;s all I&#8217;ve got at the moment.</p>
<p>As for Supple Forms, I&#8217;m recommending people either use Gravity Forms, Flutter, or PhotoSmash depending on what you need to do.  Each of these plugins does something slightly different, but each does them well.</p>
<p>BB</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bru</title>
		<link>http://www.whypad.com/posts/supple-forms-a-wordpress-cms-plugin/566/comment-page-5/#comment-3765</link>
		<dc:creator>Bru</dc:creator>
		<pubDate>Fri, 05 Feb 2010 22:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.whypad.com/?p=566#comment-3765</guid>
		<description>Hi, and thanks for a good plugin for wordpress. I am just wondering, is there any trick I can use to let all my post include the snip on top or something? So I don´t need to paste the code for each post?

It would help a lot.

Sorry my bad english..</description>
		<content:encoded><![CDATA[<p>Hi, and thanks for a good plugin for wordpress. I am just wondering, is there any trick I can use to let all my post include the snip on top or something? So I don´t need to paste the code for each post?</p>
<p>It would help a lot.</p>
<p>Sorry my bad english..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
