<?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 for Exclusief webdesign gebaseerd op WordPress</title>
	<atom:link href="http://motionmill.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://motionmill.com</link>
	<description>internet services</description>
	<lastBuildDate>Thu, 19 May 2011 16:48:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on WPML and Geo Mashup by tom</title>
		<link>http://motionmill.com/2011/05/19/wpml-and-geo-mashup/#comment-31</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Thu, 19 May 2011 16:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://motionmill.com/?p=3287#comment-31</guid>
		<description>Cyberhobo, I&#039;ve setup a test environment on http://tom.iben.ch.  I created a Custom Post Type resellers (categories enabled). Installed WMPL (2 languages - english &amp; dutch), installed Geo Mashup.

I created a Reseller in 2 languages and tried above solution.  It did not work.  I had to add an extra parameter to the $query_vars variable in the geo-mashup-info-window.php file in my theme directory.

Instead of :
$query_vars = array( &#039;post__in&#039; =&gt; $object_ids, &#039;post_status&#039; =&gt; &#039;publish&#039; );

I did this :
$query_vars = array( &#039;post__in&#039; =&gt; $object_ids, &#039;post_status&#039; =&gt; &#039;publish&#039;, &#039;post_type&#039; =&gt; &#039;resellers&#039; );

Now you can see that http://tom.iben.ch/resellers/ shows the correct information of my reseller in English and http://tom.iben.ch/nl/verkooppunten/ shows correct information of my reseller in Dutch.

Because Geo Mashup has only an option to show maps for certain categories (parameter map_cat), I have created a category Resellers and translated this into Verkooppunten.  In my page where I show the map I use for English : [geo_mashup_map map_cat=&#039;6&#039;] and [geo_mashup_map map_cat=&#039;8&#039;] for Dutch.  Maybe the developer can add another parameter (map_tax) to the plugin so we can use our own custom taxonomies.

cheers,
Tom</description>
		<content:encoded><![CDATA[<p>Cyberhobo, I&#8217;ve setup a test environment on <a href="http://tom.iben.ch" rel="nofollow">http://tom.iben.ch</a>.  I created a Custom Post Type resellers (categories enabled). Installed WMPL (2 languages &#8211; english &#038; dutch), installed Geo Mashup.</p>
<p>I created a Reseller in 2 languages and tried above solution.  It did not work.  I had to add an extra parameter to the $query_vars variable in the geo-mashup-info-window.php file in my theme directory.</p>
<p>Instead of :<br />
$query_vars = array( &#8216;post__in&#8217; => $object_ids, &#8216;post_status&#8217; => &#8216;publish&#8217; );</p>
<p>I did this :<br />
$query_vars = array( &#8216;post__in&#8217; => $object_ids, &#8216;post_status&#8217; => &#8216;publish&#8217;, &#8216;post_type&#8217; => &#8216;resellers&#8217; );</p>
<p>Now you can see that <a href="http://tom.iben.ch/resellers/" rel="nofollow">http://tom.iben.ch/resellers/</a> shows the correct information of my reseller in English and <a href="http://tom.iben.ch/nl/verkooppunten/" rel="nofollow">http://tom.iben.ch/nl/verkooppunten/</a> shows correct information of my reseller in Dutch.</p>
<p>Because Geo Mashup has only an option to show maps for certain categories (parameter map_cat), I have created a category Resellers and translated this into Verkooppunten.  In my page where I show the map I use for English : [geo_mashup_map map_cat='6'] and [geo_mashup_map map_cat='8'] for Dutch.  Maybe the developer can add another parameter (map_tax) to the plugin so we can use our own custom taxonomies.</p>
<p>cheers,<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WPML and Geo Mashup by cyberhobo</title>
		<link>http://motionmill.com/2011/05/19/wpml-and-geo-mashup/#comment-30</link>
		<dc:creator>cyberhobo</dc:creator>
		<pubDate>Thu, 19 May 2011 14:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://motionmill.com/?p=3287#comment-30</guid>
		<description>I just recalled that there&#039;s open issue with custom post types and some of the plugins for creating them. Here&#039;s one I know works: http://wordpress.org/extend/plugins/custom-post-type-ui/</description>
		<content:encoded><![CDATA[<p>I just recalled that there&#8217;s open issue with custom post types and some of the plugins for creating them. Here&#8217;s one I know works: <a href="http://wordpress.org/extend/plugins/custom-post-type-ui/" rel="nofollow">http://wordpress.org/extend/plugins/custom-post-type-ui/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WPML and Geo Mashup by cyberhobo</title>
		<link>http://motionmill.com/2011/05/19/wpml-and-geo-mashup/#comment-29</link>
		<dc:creator>cyberhobo</dc:creator>
		<pubDate>Thu, 19 May 2011 14:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://motionmill.com/?p=3287#comment-29</guid>
		<description>Geo Mashup author here - thanks! 

This at least gives me an idea why the Geo Mashup query isn&#039;t working. My suspicion is that this technique will not work for a custom post type, though. Would it be easy to test that on your site?

Here&#039;s where I&#039;m tracking progress on this issue:

http://code.google.com/p/wordpress-geo-mashup/issues/detail?id=435</description>
		<content:encoded><![CDATA[<p>Geo Mashup author here &#8211; thanks! </p>
<p>This at least gives me an idea why the Geo Mashup query isn&#8217;t working. My suspicion is that this technique will not work for a custom post type, though. Would it be easy to test that on your site?</p>
<p>Here&#8217;s where I&#8217;m tracking progress on this issue:</p>
<p><a href="http://code.google.com/p/wordpress-geo-mashup/issues/detail?id=435" rel="nofollow">http://code.google.com/p/wordpress-geo-mashup/issues/detail?id=435</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WPML and Geo Mashup by tom</title>
		<link>http://motionmill.com/2011/05/19/wpml-and-geo-mashup/#comment-28</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Thu, 19 May 2011 14:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://motionmill.com/?p=3287#comment-28</guid>
		<description>Amir,

Thanks for your comment.  I sent an email to the developer of Geo Mashup referring to this blog post.

Tom</description>
		<content:encoded><![CDATA[<p>Amir,</p>
<p>Thanks for your comment.  I sent an email to the developer of Geo Mashup referring to this blog post.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WPML and Geo Mashup by Amir Helzer</title>
		<link>http://motionmill.com/2011/05/19/wpml-and-geo-mashup/#comment-27</link>
		<dc:creator>Amir Helzer</dc:creator>
		<pubDate>Thu, 19 May 2011 13:57:58 +0000</pubDate>
		<guid isPermaLink="false">http://motionmill.com/?p=3287#comment-27</guid>
		<description>Great solution. Did you suggest it to the Geo Mashup authors?

It doesn&#039;t break anything for single-language sites and makes a big difference for multilingual sites.</description>
		<content:encoded><![CDATA[<p>Great solution. Did you suggest it to the Geo Mashup authors?</p>
<p>It doesn&#8217;t break anything for single-language sites and makes a big difference for multilingual sites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on De lelijkste website punt be by Tweets that mention De lelijkste website punt be &#124;motionmill CMS-based websites -- Topsy.com</title>
		<link>http://motionmill.com/2010/11/02/de-lelijkste-website-punt-be/#comment-16</link>
		<dc:creator>Tweets that mention De lelijkste website punt be &#124;motionmill CMS-based websites -- Topsy.com</dc:creator>
		<pubDate>Tue, 02 Nov 2010 14:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://motionmill.com/?p=2722#comment-16</guid>
		<description>[...] This post was mentioned on Twitter by motionmill and Nils Geylen, barelyunboxed. barelyunboxed said: Blijft lachen. Of is het huilen. @Motionmill&#039;s lelijkste-website-project http://goo.gl/DFTe [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by motionmill and Nils Geylen, barelyunboxed. barelyunboxed said: Blijft lachen. Of is het huilen. @Motionmill&#39;s lelijkste-website-project <a href="http://goo.gl/DFTe" rel="nofollow">http://goo.gl/DFTe</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wanna see some pictures? by wannes</title>
		<link>http://motionmill.com/2010/04/07/wanna-see-some-pictures/#comment-12</link>
		<dc:creator>wannes</dc:creator>
		<pubDate>Fri, 16 Apr 2010 07:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://motionmill.com/?p=1913#comment-12</guid>
		<description>Koen, Erg bedankt voor de complimenten!
De fotowebsite van Niko is één website met één WordPress installatie. (en dus ook met dezelfdde database.)
Ik neem snel contact met je op via e-mail</description>
		<content:encoded><![CDATA[<p>Koen, Erg bedankt voor de complimenten!<br />
De fotowebsite van Niko is één website met één WordPress installatie. (en dus ook met dezelfdde database.)<br />
Ik neem snel contact met je op via e-mail</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wanna see some pictures? by Koen</title>
		<link>http://motionmill.com/2010/04/07/wanna-see-some-pictures/#comment-11</link>
		<dc:creator>Koen</dc:creator>
		<pubDate>Thu, 15 Apr 2010 12:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://motionmill.com/?p=1913#comment-11</guid>
		<description>Hallo,

Ik ben een beetje aan het spelen met een aantal &quot;flash&quot;-themes om foto&#039;s op ware grootte te tonen. Ik ben ook bezig het flash-like-theme te bekijken en ben helemaal weg van hetgeen jullie voor Niko gedaan hebben. Ik vermoed dat het blog gedeelte een aparte WP is (in dezelfde db of niet?) waarbij het menugedeelte is overgenomen van het foto-theme?
Ik ben zelf ook aan het worstelen met de integratie van een tweede wp aangezien ik de posts in het fototheme nogal verwarrend vind. Is het mogelijk mij een indicatie te geven van de kostprijs van deze ontwikkeling?

Alvast bedankt!</description>
		<content:encoded><![CDATA[<p>Hallo,</p>
<p>Ik ben een beetje aan het spelen met een aantal &#8220;flash&#8221;-themes om foto&#8217;s op ware grootte te tonen. Ik ben ook bezig het flash-like-theme te bekijken en ben helemaal weg van hetgeen jullie voor Niko gedaan hebben. Ik vermoed dat het blog gedeelte een aparte WP is (in dezelfde db of niet?) waarbij het menugedeelte is overgenomen van het foto-theme?<br />
Ik ben zelf ook aan het worstelen met de integratie van een tweede wp aangezien ik de posts in het fototheme nogal verwarrend vind. Is het mogelijk mij een indicatie te geven van de kostprijs van deze ontwikkeling?</p>
<p>Alvast bedankt!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

