<?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: Fields</title>
	<atom:link href="http://calce.net/fields/feed/" rel="self" type="application/rss+xml" />
	<link>http://calce.net</link>
	<description>Remodelling in process</description>
	<lastBuildDate>Sat, 05 May 2012 20:00:27 +1000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Khanh Cao</title>
		<link>http://calce.net/fields/comment-page-3/#comment-1755</link>
		<dc:creator>Khanh Cao</dc:creator>
		<pubDate>Sun, 11 Mar 2012 19:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://calce.net/?page_id=7#comment-1755</guid>
		<description>Hi Rob, thank you for using my plugin

To construct the csv, you need to extract meta data from each post using &lt;a href=&quot;http://codex.wordpress.org/Function_Reference/get_post_custom&quot; rel=&quot;nofollow&quot;&gt;get_post_custom()&lt;/a&gt; then filter them out and take only those with underscore (_) in front of the meta data name.

Hope that&#039;d help
Khanh</description>
		<content:encoded><![CDATA[<p>Hi Rob, thank you for using my plugin</p>
<p>To construct the csv, you need to extract meta data from each post using <a href="http://codex.wordpress.org/Function_Reference/get_post_custom" rel="nofollow">get_post_custom()</a> then filter them out and take only those with underscore (_) in front of the meta data name.</p>
<p>Hope that&#8217;d help<br />
Khanh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Bernstein</title>
		<link>http://calce.net/fields/comment-page-3/#comment-1754</link>
		<dc:creator>Rob Bernstein</dc:creator>
		<pubDate>Sun, 11 Mar 2012 04:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://calce.net/?page_id=7#comment-1754</guid>
		<description>Hi Khanh

This is a great plugin, and I am using it successfully on all posts. 

A simple question: what is the simplest way of extracting all the data that is input into the forms? I need to create a csv/excel file to upload to Google. I have tried DBAdmin, but it&#039;s really crude and I can&#039;t construct an appropriate select statement.

I honestly don&#039;t know where to start, and any suggestions would be very useful.

Regards
ROB</description>
		<content:encoded><![CDATA[<p>Hi Khanh</p>
<p>This is a great plugin, and I am using it successfully on all posts. </p>
<p>A simple question: what is the simplest way of extracting all the data that is input into the forms? I need to create a csv/excel file to upload to Google. I have tried DBAdmin, but it&#8217;s really crude and I can&#8217;t construct an appropriate select statement.</p>
<p>I honestly don&#8217;t know where to start, and any suggestions would be very useful.</p>
<p>Regards<br />
ROB</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Myrna Vonasek</title>
		<link>http://calce.net/fields/comment-page-3/#comment-1604</link>
		<dc:creator>Myrna Vonasek</dc:creator>
		<pubDate>Tue, 31 Jan 2012 20:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://calce.net/?page_id=7#comment-1604</guid>
		<description>Good web site! I really love how it is simple on my eyes and the data are well written. I am wondering how I could be notified whenever a new post has been made. I have subscribed to your RSS feed which must do the trick! Have a nice day! &quot;If you are going to do something wrong at least enjoy it.&quot; by Leo C. Rosten.</description>
		<content:encoded><![CDATA[<p>Good web site! I really love how it is simple on my eyes and the data are well written. I am wondering how I could be notified whenever a new post has been made. I have subscribed to your RSS feed which must do the trick! Have a nice day! &#8220;If you are going to do something wrong at least enjoy it.&#8221; by Leo C. Rosten.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RiaanP</title>
		<link>http://calce.net/fields/comment-page-3/#comment-1208</link>
		<dc:creator>RiaanP</dc:creator>
		<pubDate>Wed, 10 Aug 2011 11:26:41 +0000</pubDate>
		<guid isPermaLink="false">http://calce.net/?page_id=7#comment-1208</guid>
		<description>Sorry, I should have mentioned that it happens in the Textfield. I have a group with multiple dynamically addable textfields. I type something like &quot;Hello world, this thing&#039;s really amazing&quot; and the apostrophe in thing&#039;s is where the data being echo&#039;s is where the cut off happens. But like I said, it saves the data fine.</description>
		<content:encoded><![CDATA[<p>Sorry, I should have mentioned that it happens in the Textfield. I have a group with multiple dynamically addable textfields. I type something like &#8220;Hello world, this thing&#8217;s really amazing&#8221; and the apostrophe in thing&#8217;s is where the data being echo&#8217;s is where the cut off happens. But like I said, it saves the data fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RiaanP</title>
		<link>http://calce.net/fields/comment-page-3/#comment-1207</link>
		<dc:creator>RiaanP</dc:creator>
		<pubDate>Wed, 10 Aug 2011 11:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://calce.net/?page_id=7#comment-1207</guid>
		<description>Hey Khahn

Great plugin! :)Noticed something strange. On v0.4.3 of the plugin apostrophes seems to break the output on the admin area. The data is saved correctly to the database, but when displaying it again in the admin, it basically cuts off the data being displayed. This often causes broken HTML being echo&#039;d onto the page.

Do you have any suggestions for a fix?</description>
		<content:encoded><![CDATA[<p>Hey Khahn</p>
<p>Great plugin! :)Noticed something strange. On v0.4.3 of the plugin apostrophes seems to break the output on the admin area. The data is saved correctly to the database, but when displaying it again in the admin, it basically cuts off the data being displayed. This often causes broken HTML being echo&#8217;d onto the page.</p>
<p>Do you have any suggestions for a fix?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ma'moun Diraneyya</title>
		<link>http://calce.net/fields/comment-page-3/#comment-1097</link>
		<dc:creator>Ma'moun Diraneyya</dc:creator>
		<pubDate>Tue, 21 Jun 2011 00:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://calce.net/?page_id=7#comment-1097</guid>
		<description>Note that if you edit the box in (1) and make it included for post type(s) instead, you&#039;ll get things working correctly.</description>
		<content:encoded><![CDATA[<p>Note that if you edit the box in (1) and make it included for post type(s) instead, you&#8217;ll get things working correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ma'moun Diraneyya</title>
		<link>http://calce.net/fields/comment-page-3/#comment-1096</link>
		<dc:creator>Ma'moun Diraneyya</dc:creator>
		<pubDate>Tue, 21 Jun 2011 00:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://calce.net/?page_id=7#comment-1096</guid>
		<description>Well, taking a look at the code, specifically the file fs-shortcode.php, I see that the function get_field() tries to extract the value searching in the boxes that are registered for chosen post type(s), which ignores the case where you have post-specific registered box(es), like my case.

In other words, here is how you can reproduce the bug:
(1) Create a new box and register it for a specific post using its ID
(2) Create a group with a text custom field inside it
(3) Assign value for the custom field
(4) Try to get the custom field value using the shortcode [field key=&#039;XX&#039;]</description>
		<content:encoded><![CDATA[<p>Well, taking a look at the code, specifically the file fs-shortcode.php, I see that the function get_field() tries to extract the value searching in the boxes that are registered for chosen post type(s), which ignores the case where you have post-specific registered box(es), like my case.</p>
<p>In other words, here is how you can reproduce the bug:<br />
(1) Create a new box and register it for a specific post using its ID<br />
(2) Create a group with a text custom field inside it<br />
(3) Assign value for the custom field<br />
(4) Try to get the custom field value using the shortcode [field key='XX']</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ma'moun Diraneyya</title>
		<link>http://calce.net/fields/comment-page-3/#comment-1095</link>
		<dc:creator>Ma'moun Diraneyya</dc:creator>
		<pubDate>Mon, 20 Jun 2011 23:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://calce.net/?page_id=7#comment-1095</guid>
		<description>While I can get the field values using both the plugin template tag as well as WP&#039;s native postmeta get function (with adding an underscore in front of the key), the plugin shortcodes don&#039;t work for me at all. It simply outputs nothing. Is it a known issue or something with my installation?</description>
		<content:encoded><![CDATA[<p>While I can get the field values using both the plugin template tag as well as WP&#8217;s native postmeta get function (with adding an underscore in front of the key), the plugin shortcodes don&#8217;t work for me at all. It simply outputs nothing. Is it a known issue or something with my installation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ma'moun Diraneyya</title>
		<link>http://calce.net/fields/comment-page-3/#comment-1091</link>
		<dc:creator>Ma'moun Diraneyya</dc:creator>
		<pubDate>Sun, 19 Jun 2011 01:18:53 +0000</pubDate>
		<guid isPermaLink="false">http://calce.net/?page_id=7#comment-1091</guid>
		<description>Oh, I see.. one-column layout is what I needed. Honestly, the interface of this plugin can be greatly improved. It isn&#039;t the most efficient interface at all. As an example, you would go into tens of page refreshing and waiting moments to update all of your groups in order to modify the layout setting. I would recommend taking a look at Advanced Custom Fields plugin for inspiring, since it has one of the most easy-to-use, efficient and intuitive interface from my experience.

Another feature request I would ask for, is to specify the parent post ID of all posts that I want to register my custom fields for.

Thanks Khanh!</description>
		<content:encoded><![CDATA[<p>Oh, I see.. one-column layout is what I needed. Honestly, the interface of this plugin can be greatly improved. It isn&#8217;t the most efficient interface at all. As an example, you would go into tens of page refreshing and waiting moments to update all of your groups in order to modify the layout setting. I would recommend taking a look at Advanced Custom Fields plugin for inspiring, since it has one of the most easy-to-use, efficient and intuitive interface from my experience.</p>
<p>Another feature request I would ask for, is to specify the parent post ID of all posts that I want to register my custom fields for.</p>
<p>Thanks Khanh!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khanh Cao</title>
		<link>http://calce.net/fields/comment-page-3/#comment-1090</link>
		<dc:creator>Khanh Cao</dc:creator>
		<pubDate>Sat, 18 Jun 2011 20:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://calce.net/?page_id=7#comment-1090</guid>
		<description>Hi Ma&#039;moun,

You can set the group&#039;s layout to one-column.

For the css I think it&#039;s better to put it in another plugin, I&#039;ll note it as a future feature. Thanks for your input!</description>
		<content:encoded><![CDATA[<p>Hi Ma&#8217;moun,</p>
<p>You can set the group&#8217;s layout to one-column.</p>
<p>For the css I think it&#8217;s better to put it in another plugin, I&#8217;ll note it as a future feature. Thanks for your input!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

