<?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: Module Builder &#8211; What&#8217;s new in 5.1</title>
	<atom:link href="http://developers.sugarcrm.com/wordpress/2008/08/28/module-builder-in-51/feed/" rel="self" type="application/rss+xml" />
	<link>http://developers.sugarcrm.com/wordpress/2008/08/28/module-builder-in-51/</link>
	<description>Weblog for the Sugar Developer community</description>
	<lastBuildDate>Mon, 15 Mar 2010 17:55:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Inigo</title>
		<link>http://developers.sugarcrm.com/wordpress/2008/08/28/module-builder-in-51/comment-page-1/#comment-7095</link>
		<dc:creator>Inigo</dc:creator>
		<pubDate>Sun, 31 May 2009 20:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://developers.sugarcrm.com/wordpress/?p=160#comment-7095</guid>
		<description>David, thanks for this useful post.

My contribution:

Add 

&amp;output=embed

at the end of the URL, and get a view without the google navigation elements.

Cheers!</description>
		<content:encoded><![CDATA[<p>David, thanks for this useful post.</p>
<p>My contribution:</p>
<p>Add </p>
<p>&amp;output=embed</p>
<p>at the end of the URL, and get a view without the google navigation elements.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pedro teixeira</title>
		<link>http://developers.sugarcrm.com/wordpress/2008/08/28/module-builder-in-51/comment-page-1/#comment-2648</link>
		<dc:creator>pedro teixeira</dc:creator>
		<pubDate>Mon, 30 Mar 2009 23:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://developers.sugarcrm.com/wordpress/?p=160#comment-2648</guid>
		<description>Hi,

I&#039;ve tried to put this kind of field on accounts directly, but the link is always:

http://maps.google.com/maps?f=q&amp;q=+++++++&amp;ie=UTF8&amp;z=4

Course, the map won&#039;t show the data correctly. If i put the addresses manually, it works.

Best regards</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve tried to put this kind of field on accounts directly, but the link is always:</p>
<p><a href="http://maps.google.com/maps?f=q&amp;q=+++++++&amp;ie=UTF8&amp;z=4" rel="nofollow">http://maps.google.com/maps?f=q&amp;q=+++++++&amp;ie=UTF8&amp;z=4</a></p>
<p>Course, the map won&#8217;t show the data correctly. If i put the addresses manually, it works.</p>
<p>Best regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Göran</title>
		<link>http://developers.sugarcrm.com/wordpress/2008/08/28/module-builder-in-51/comment-page-1/#comment-508</link>
		<dc:creator>Göran</dc:creator>
		<pubDate>Thu, 27 Nov 2008 14:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://developers.sugarcrm.com/wordpress/?p=160#comment-508</guid>
		<description>Hi David

Thanks for an interesting article!

I had a try at adding googlemaps in an iframe as described above, and noticed that you must change the order of steps 3.4 and 3.5

It may not be obvious to all.


I would describe it like this:
3. Fill in the following data: 
    1. FieldName: GoogleMap
    2. Display Label: Google Map
    3. Generate URL: check
    4. Max Size: 255  (must be done before entering the default value below)
    5. Default Value (now this is where the magic happens):
      http://maps.google.com/maps?f=q&amp;q={shipping_address_street}+
      {shipping_address_city}+
      {shipping_address_state}+
      {shipping_address_postalcode}+
      {shipping_address_country}
    6. IFrame Height: 400</description>
		<content:encoded><![CDATA[<p>Hi David</p>
<p>Thanks for an interesting article!</p>
<p>I had a try at adding googlemaps in an iframe as described above, and noticed that you must change the order of steps 3.4 and 3.5</p>
<p>It may not be obvious to all.</p>
<p>I would describe it like this:<br />
3. Fill in the following data:<br />
    1. FieldName: GoogleMap<br />
    2. Display Label: Google Map<br />
    3. Generate URL: check<br />
    4. Max Size: 255  (must be done before entering the default value below)<br />
    5. Default Value (now this is where the magic happens):<br />
      <a href="http://maps.google.com/maps?f=q&amp;q=" rel="nofollow">http://maps.google.com/maps?f=q&amp;q=</a>{shipping_address_street}+<br />
      {shipping_address_city}+<br />
      {shipping_address_state}+<br />
      {shipping_address_postalcode}+<br />
      {shipping_address_country}<br />
    6. IFrame Height: 400</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manu</title>
		<link>http://developers.sugarcrm.com/wordpress/2008/08/28/module-builder-in-51/comment-page-1/#comment-449</link>
		<dc:creator>Manu</dc:creator>
		<pubDate>Thu, 13 Nov 2008 15:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://developers.sugarcrm.com/wordpress/?p=160#comment-449</guid>
		<description>Hello,
I&#039;m sorry, but when I try your code I haven&#039;t the good reasult ( I have : &quot;[shipping_address_street] [shipping_address_city] [shipping_address_state] [shipping_address_postalcode] [shipping_address_country]&quot; in the google maps adresse field.
Could you help me please.
Best regards.
Manu</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I&#8217;m sorry, but when I try your code I haven&#8217;t the good reasult ( I have : &#8220;[shipping_address_street] [shipping_address_city] [shipping_address_state] [shipping_address_postalcode] [shipping_address_country]&#8221; in the google maps adresse field.<br />
Could you help me please.<br />
Best regards.<br />
Manu</p>
]]></content:encoded>
	</item>
</channel>
</rss>
