<?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: WPAlchemy MetaBox PHP Class	</title>
	<atom:link href="https://www.farinspace.com/wpalchemy-metabox/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.farinspace.com</link>
	<description>Practical Real World Web Development</description>
	<lastBuildDate>Wed, 18 Jan 2012 08:24:56 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>
		By: Dimas		</title>
		<link>https://www.farinspace.com/wpalchemy-metabox/#comment-21194</link>

		<dc:creator><![CDATA[Dimas]]></dc:creator>
		<pubDate>Wed, 18 Jan 2012 08:24:12 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?page_id=825#comment-21194</guid>

					<description><![CDATA[Comments are officially closed!]]></description>
			<content:encoded><![CDATA[<p>Comments are officially closed!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: David		</title>
		<link>https://www.farinspace.com/wpalchemy-metabox/#comment-21088</link>

		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Fri, 13 Jan 2012 11:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?page_id=825#comment-21088</guid>

					<description><![CDATA[Hi,

I&#039;ve been playing around with this and I think I seem to grasp it (noob of a coder), but I wanted to know. How would I pull the data from my meta boxes in to the admin columns when viewing all CPT&#039;s?]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve been playing around with this and I think I seem to grasp it (noob of a coder), but I wanted to know. How would I pull the data from my meta boxes in to the admin columns when viewing all CPT&#8217;s?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Joseph		</title>
		<link>https://www.farinspace.com/wpalchemy-metabox/#comment-21051</link>

		<dc:creator><![CDATA[Joseph]]></dc:creator>
		<pubDate>Thu, 12 Jan 2012 03:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?page_id=825#comment-21051</guid>

					<description><![CDATA[This is what I did to show a thumbnail of the image selected:
I added this line to my metabox php file.

&#060;img src=&#034;get_the_value(); ?&#062;&quot; style=&quot;width:100px;height:100px&quot; /&#062;

That will show thumbnails for all boxes to make it easy to reorder, and it works fine.

The only issue is that you have to update the post before you can see the image, I don&#039;t know how to show the image as soon as its selected, I think its Ajax that can have this done. Is its possible to get help on this.]]></description>
			<content:encoded><![CDATA[<p>This is what I did to show a thumbnail of the image selected:<br />
I added this line to my metabox php file.</p>
<p>&lt;img src=&quot;get_the_value(); ?&gt;&#8221; style=&#8221;width:100px;height:100px&#8221; /&gt;</p>
<p>That will show thumbnails for all boxes to make it easy to reorder, and it works fine.</p>
<p>The only issue is that you have to update the post before you can see the image, I don&#8217;t know how to show the image as soon as its selected, I think its Ajax that can have this done. Is its possible to get help on this.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Melinda		</title>
		<link>https://www.farinspace.com/wpalchemy-metabox/#comment-21046</link>

		<dc:creator><![CDATA[Melinda]]></dc:creator>
		<pubDate>Wed, 11 Jan 2012 22:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?page_id=825#comment-21046</guid>

					<description><![CDATA[@dimas or @anyone Does anyone know how to get a thumbnail of the image you selected to show up in your metabox? I have integrated the wordpress media uploader to select images for a gallery and I want a thumbnail of each image to display so the client can easily reorder the images using the sorting method for metaboxes that was shown on this site. I just can&#039;t seem to figure out how get the thumbnail to display. 
Your help is greatly appreciated!]]></description>
			<content:encoded><![CDATA[<p>@dimas or @anyone Does anyone know how to get a thumbnail of the image you selected to show up in your metabox? I have integrated the wordpress media uploader to select images for a gallery and I want a thumbnail of each image to display so the client can easily reorder the images using the sorting method for metaboxes that was shown on this site. I just can&#8217;t seem to figure out how get the thumbnail to display.<br />
Your help is greatly appreciated!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jaco		</title>
		<link>https://www.farinspace.com/wpalchemy-metabox/#comment-21041</link>

		<dc:creator><![CDATA[Jaco]]></dc:creator>
		<pubDate>Wed, 11 Jan 2012 15:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?page_id=825#comment-21041</guid>

					<description><![CDATA[Hi Dimas - I found the answer - apologies for wasting your time. When you sit coding and researching at midnight after 3 hours of sleep the night before, things sometimes seem impossible to find.

After doing a site:farinspace.com wp_query search, I found
http://www.farinspace.com/wpalchemy-metabox-data-storage-modes/

It has solved my problems, thank you very much :)]]></description>
			<content:encoded><![CDATA[<p>Hi Dimas &#8211; I found the answer &#8211; apologies for wasting your time. When you sit coding and researching at midnight after 3 hours of sleep the night before, things sometimes seem impossible to find.</p>
<p>After doing a site:farinspace.com wp_query search, I found<br />
<a href="http://www.farinspace.com/wpalchemy-metabox-data-storage-modes/" rel="ugc">http://www.farinspace.com/wpalchemy-metabox-data-storage-modes/</a></p>
<p>It has solved my problems, thank you very much 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jaco		</title>
		<link>https://www.farinspace.com/wpalchemy-metabox/#comment-21040</link>

		<dc:creator><![CDATA[Jaco]]></dc:creator>
		<pubDate>Wed, 11 Jan 2012 15:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?page_id=825#comment-21040</guid>

					<description><![CDATA[@Dimas, first off, thanks for a great plugin - it has revolutionised my custom posts.

A question for which I can&#039;t seem to find the answer: how do I access WPAlchemy&#039;s meta data to use in a WP_Query?

I have an events post type and want to select or exclude and order posts based on their start date, which is captured via an input:text form type in the post type&#039;s metabox.

Any suggestions or perhaps a pointer to where to find a doc about this?

Thanks for your hard work.]]></description>
			<content:encoded><![CDATA[<p>@Dimas, first off, thanks for a great plugin &#8211; it has revolutionised my custom posts.</p>
<p>A question for which I can&#8217;t seem to find the answer: how do I access WPAlchemy&#8217;s meta data to use in a WP_Query?</p>
<p>I have an events post type and want to select or exclude and order posts based on their start date, which is captured via an input:text form type in the post type&#8217;s metabox.</p>
<p>Any suggestions or perhaps a pointer to where to find a doc about this?</p>
<p>Thanks for your hard work.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jonathan Liuti		</title>
		<link>https://www.farinspace.com/wpalchemy-metabox/#comment-21034</link>

		<dc:creator><![CDATA[Jonathan Liuti]]></dc:creator>
		<pubDate>Wed, 11 Jan 2012 08:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?page_id=825#comment-21034</guid>

					<description><![CDATA[@Dimas, you are the man ! Looking forward to see this :-)

Thanks for your time !]]></description>
			<content:encoded><![CDATA[<p>@Dimas, you are the man ! Looking forward to see this 🙂</p>
<p>Thanks for your time !</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dimas		</title>
		<link>https://www.farinspace.com/wpalchemy-metabox/#comment-21033</link>

		<dc:creator><![CDATA[Dimas]]></dc:creator>
		<pubDate>Wed, 11 Jan 2012 08:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?page_id=825#comment-21033</guid>

					<description><![CDATA[@Jonathan, I&#039;ve been delayed a bit, but new site + forums launching this weekend ... I have thought about moving docs to github. 

To start i will be closing comments for this page, I will try to review all comments and get the useful ones into a forum topic/thread.]]></description>
			<content:encoded><![CDATA[<p>@Jonathan, I&#8217;ve been delayed a bit, but new site + forums launching this weekend &#8230; I have thought about moving docs to github. </p>
<p>To start i will be closing comments for this page, I will try to review all comments and get the useful ones into a forum topic/thread.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jonathan Liuti		</title>
		<link>https://www.farinspace.com/wpalchemy-metabox/#comment-21031</link>

		<dc:creator><![CDATA[Jonathan Liuti]]></dc:creator>
		<pubDate>Wed, 11 Jan 2012 08:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?page_id=825#comment-21031</guid>

					<description><![CDATA[@Dimas : please switch to google group (or something alike) and close the comments here, each time I&#039;m looking for some infos I&#039;m loosing so much time getting my hands back on it. Setting up a google group is easy and I&#039;m sure I&#039;m not the only one who would like to see that happen. 

Also, why don&#039;t you use the wiki on github for documentation so everyone can contribute with code example and share their use cases ?

If you want any help let me know, I&#039;d be glad to help but You are the one in charge here ;-)

Bests.]]></description>
			<content:encoded><![CDATA[<p>@Dimas : please switch to google group (or something alike) and close the comments here, each time I&#8217;m looking for some infos I&#8217;m loosing so much time getting my hands back on it. Setting up a google group is easy and I&#8217;m sure I&#8217;m not the only one who would like to see that happen. </p>
<p>Also, why don&#8217;t you use the wiki on github for documentation so everyone can contribute with code example and share their use cases ?</p>
<p>If you want any help let me know, I&#8217;d be glad to help but You are the one in charge here 😉</p>
<p>Bests.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Brokenflipside		</title>
		<link>https://www.farinspace.com/wpalchemy-metabox/#comment-21029</link>

		<dc:creator><![CDATA[Brokenflipside]]></dc:creator>
		<pubDate>Wed, 11 Jan 2012 06:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?page_id=825#comment-21029</guid>

					<description><![CDATA[@dimas ok, whew I over reacted for a second.  After a breath I began investigating at a more macro scale and realized the error was directly related to my importing of the old servers post data through standard import option.

I deleted the imported data and started fresh, everything worked fine from here on out.

I will recreate the scenario tomorrow and post specifics. Yes I am using the most recent version.  The error was being thrown whenever data from the dynamically rendered fields was being called.  Though come to think of it all my data that is not from a dynamically rendered set of fields is not using wpalchemy...]]></description>
			<content:encoded><![CDATA[<p>@dimas ok, whew I over reacted for a second.  After a breath I began investigating at a more macro scale and realized the error was directly related to my importing of the old servers post data through standard import option.</p>
<p>I deleted the imported data and started fresh, everything worked fine from here on out.</p>
<p>I will recreate the scenario tomorrow and post specifics. Yes I am using the most recent version.  The error was being thrown whenever data from the dynamically rendered fields was being called.  Though come to think of it all my data that is not from a dynamically rendered set of fields is not using wpalchemy&#8230;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
