<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://fbb.just4test.de/extern.php?action=feed&amp;tid=3626&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Informationen für CMS/made simple / Problem CGGoogleMaps2]]></title>
		<link>http://www.cmsmadesimple.de/forum/viewtopic.php?id=3626</link>
		<description><![CDATA[Die aktuellsten Beiträge in Problem CGGoogleMaps2.]]></description>
		<lastBuildDate>Sun, 08 Dec 2013 17:08:01 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Problem CGGoogleMaps2]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28891#p28891</link>
			<description><![CDATA[<p>In Company Directory (Unternehmersverzeignis) Breitengrad und Längengrad eingeben.</p><p>Zusammenfassungstemplate:</p><div class="codebox"><pre class="vscroll"><code>[== html ==]
{if isset($catformstart)}
{$catformstart}
{$catdropdown}{$catbutton}
{$catformend}
{/if}

{if isset($messages)}
&lt;div class=&quot;CompanyDirectoryMessage&quot;&gt;
&lt;ul&gt;
   {foreach from=$messages item=&#039;one&#039;}
     &lt;li&gt;{$one}&lt;/li&gt;
   {/foreach}
&lt;/ul&gt;
&lt;/div&gt;
{/if}

{if isset($errors)}
&lt;div class=&quot;CompanyDirectoryError&quot;&gt;
&lt;ul&gt;
   {foreach from=$errors item=&#039;one&#039;}
     &lt;li&gt;{$one}&lt;/li&gt;
   {/foreach}
&lt;/ul&gt;
&lt;/div&gt;
{/if}


{if isset($items)}
  {foreach from=$items item=entry}

{* THIS IS OUR CATEGORY STUFF *}
{if !empty($entry-&gt;categories)} {* categories has value *}
  {assign var=&#039;get_cat&#039; value=$entry-&gt;categories|@array_keys}

  {capture assign=&#039;cat&#039;}{&#039;, &#039;|implode:$get_cat}{/capture}{* get category value *}
  {foreach from=$get_cat item=&#039;one&#039;}
 
{if $one == &#039;Institutionen&#039;}
 {capture assign=&#039;description&#039;}
  &lt;img src=&quot;{$entry-&gt;logo_path}&quot; /&gt;
  &lt;h3&gt;{$entry-&gt;company_name}&lt;/h3&gt;&lt;br /&gt;

  {if $entry-&gt;telephone ne &#039;&#039;}
  &lt;h5&gt;Telefon: {$entry-&gt;telephone}&lt;/h5&gt;
  {/if}
  {if $entry-&gt;fax ne &#039;&#039;}
  &lt;h5&gt;Fax: {$entry-&gt;fax}&lt;/h5&gt;
  {/if}
  {if $entry-&gt;contact_email ne &#039;&#039;}
  &lt;h5&gt;Kontakt E-Mail: &lt;a href=&quot;mailto:{$entry-&gt;contact_email}&quot;&gt;{$entry-&gt;contact_email}&lt;/a&gt;&lt;/h5&gt;
  {/if}

  &lt;a href=&quot;{$entry-&gt;detail_url}&quot;&gt;Weitere Informationen&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
 {/capture}
 {cggm_add_dynpoint map=&quot;1&quot; name=$entry-&gt;company_name address=$entry-&gt;address description=&quot;$description&quot; icon=&#039;house&#039;}{* if $get_cat value equals categoryname &quot;Institutionen&quot; use CGGM add_dynpoint function *}
{/if}

{/foreach}
{/if}
{* END CATEGORY STUFF *}
  {/foreach}
{/if}
&lt;br /&gt;
{CGGoogleMaps map=&quot;1&quot; }
&lt;br /&gt;&lt;br /&gt;

{if isset($items)}
&lt;table class=&quot;data&quot;&gt;&lt;tbody&gt;
  &lt;tr&gt;&lt;td colspan=2&gt;
  {$firstlink} {$prevlink}  {$pagetext} {$curpage} {$oftext} {$pagecount}  {$nextlink} {$lastlink}&lt;/td&gt;
  &lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;height:5px;background-color:silver;&quot;&gt;&lt;/td&gt;&lt;td style=&quot;height:5px;background-color:silver;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
  {foreach from=$items item=entry}
&lt;tr&gt;
&lt;td&gt;Name: &lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;{$entry-&gt;detail_url}&quot;&gt;{$entry-&gt;company_name}&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;

  {if $entry-&gt;address ne &#039;&#039;}
&lt;tr&gt;
&lt;td&gt;Adresse:&lt;/td&gt; 
&lt;td&gt;{$entry-&gt;address}&lt;/td&gt;
&lt;/tr&gt;
  {/if}

  {if $entry-&gt;website ne &#039;&#039;}
&lt;tr&gt;
&lt;td&gt;Webseite: &lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;{$entry-&gt;website}&quot;&gt;{$entry-&gt;website}&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;{/if}
&lt;tr&gt;&lt;td style=&quot;height:5px;background-color:silver;&quot;&gt;&lt;/td&gt;&lt;td style=&quot;height:5px;background-color:silver;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
    {/foreach}
&lt;/tbody&gt;
&lt;/table&gt;
{/if}</code></pre></div><p>Smartytag auf der Seite:<br />{CompanyDirectory summarytemplate=&quot;Institutionen-test&quot; category=&quot;Institutionen&quot; lang=&quot;de_DE&quot;}</p><p>Ich nutz(t)e Categories um verschieden Sachen als Point in dem Map zu bekommen</p><p>Hoffentlich hilft es.</p><p>mfg<br />Jan</p>]]></description>
			<author><![CDATA[dummy@example.com (Janl)]]></author>
			<pubDate>Sun, 08 Dec 2013 17:08:01 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28891#p28891</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem CGGoogleMaps2]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28890#p28890</link>
			<description><![CDATA[<p>und wo hast du die kartenpunkte angelegt --&gt; hab dafür kein feld im backend!</p>]]></description>
			<author><![CDATA[dummy@example.com (PatriziaF)]]></author>
			<pubDate>Sun, 08 Dec 2013 16:55:36 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28890#p28890</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem CGGoogleMaps2]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28889#p28889</link>
			<description><![CDATA[<p>super. danke dir. genau das will ich haben ;-)</p>]]></description>
			<author><![CDATA[dummy@example.com (PatriziaF)]]></author>
			<pubDate>Sun, 08 Dec 2013 16:54:27 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28889#p28889</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem CGGoogleMaps2]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28888#p28888</link>
			<description><![CDATA[<p>auf<br /><a href="http://www.rainbach.at/index.php?page=ueber_rainbach" rel="nofollow">www.rainbach.at/index.php?page=ueber_rainbach</a><br />ist cggooglemaps und companydirectory im Einsatz, funktioniert auch noch nach ein Update.<br />Ich musste etwas im Template anpassen, melde es wenn ich es wieder gefunnden habe in diese Post.</p><p>gefunden<br />{$map-&gt;sv_radius:1000} geändert in {$map-&gt;sv_radius|default:1000}</p><p>mfg<br />Jan</p>]]></description>
			<author><![CDATA[dummy@example.com (Janl)]]></author>
			<pubDate>Sun, 08 Dec 2013 16:49:47 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28888#p28888</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem CGGoogleMaps2]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28887#p28887</link>
			<description><![CDATA[<p>bei ohne v2 hab ich es nicht mal geschafft kartenpunkte anzulegen. <br />:-(</p><p>janl was hast du da für einen trick angewandt?</p>]]></description>
			<author><![CDATA[dummy@example.com (PatriziaF)]]></author>
			<pubDate>Sun, 08 Dec 2013 16:45:18 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28887#p28887</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem CGGoogleMaps2]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28886#p28886</link>
			<description><![CDATA[<p>CGGooglemaps ohne 2 funktioniert noch, Version 2.4.7 auf CMSMS 1.11.9.</p><p>mach ein Downgrade.</p><p>mfg<br />Jan</p>]]></description>
			<author><![CDATA[dummy@example.com (Janl)]]></author>
			<pubDate>Sun, 08 Dec 2013 16:43:21 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28886#p28886</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem CGGoogleMaps2]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28885#p28885</link>
			<description><![CDATA[<p>das hab ich ja eh geschrieben ;-)</p><p>ich weiß nur nicht wie ich das problem lösen soll.<br />das kommt leider direkt vom modul.</p>]]></description>
			<author><![CDATA[dummy@example.com (PatriziaF)]]></author>
			<pubDate>Sun, 08 Dec 2013 16:39:38 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28885#p28885</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem CGGoogleMaps2]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28884#p28884</link>
			<description><![CDATA[<p>Element untersuchen hilft immer<br />JS Fehler<br />Uncaught TypeError: Object [object Object] has no method &#039;cggm2</p><p>Würde spontan meinen das&#160; auch ein div <br />#cggm_map_1&#039;<br />fehlt</p>]]></description>
			<author><![CDATA[dummy@example.com (czarnowski)]]></author>
			<pubDate>Sun, 08 Dec 2013 16:34:53 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28884#p28884</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem CGGoogleMaps2]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28883#p28883</link>
			<description><![CDATA[<p>gibt es alternativen?</p><p>bzw. ist CGGoogleMaps2 nicht schon auf API v3?<br />(da kam ja vor 1 woche erst ein update raus)</p><p>EDIT: hab grad nachgesehen in der Beschreibung --&gt;<br />This module provides a quick, convenient, yet flexible and extendable way to place google maps on a page providing a number of built in functions, and providing easy extendability for those familiar with Javascript, JQuery and the Google Maps V3 API</p><p>also dürfte das nicht das problem sein.</p>]]></description>
			<author><![CDATA[dummy@example.com (PatriziaF)]]></author>
			<pubDate>Sun, 08 Dec 2013 16:18:56 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28883#p28883</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem CGGoogleMaps2]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28882#p28882</link>
			<description><![CDATA[<p><a href="http://forum.cmsmadesimple.de/viewtopic.php?id=3541" rel="nofollow">http://forum.cmsmadesimple.de/viewtopic.php?id=3541</a></p>]]></description>
			<author><![CDATA[dummy@example.com (czarnowski)]]></author>
			<pubDate>Sun, 08 Dec 2013 16:14:05 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28882#p28882</guid>
		</item>
		<item>
			<title><![CDATA[Problem CGGoogleMaps2]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28880#p28880</link>
			<description><![CDATA[<p>Hallo liebe CMSler,</p><p>ich habe leider ein Problem mit dem Modul CGGoogleMaps2: <br />er lädt mir die Map gar nicht.<br />Folgender Fehler tritt auf: obj.cggm2 is not a function</p><p>ich hab CMSMS 1.11.8 im Einsatz mit CGGoogleMaps2 0.98.2<br />sowie CGExtensions 1.38 und CGSimpleSmarty 1.7</p><p>Sonstige Module:<br />CMSMailer &#160; &#160; &#160; &#160; 5.2.1<br />CMSPrinting &#160; &#160; &#160; &#160; 1.0.5<br />FileManager &#160; &#160; &#160; &#160; 1.4.3<br />MenuManager &#160; &#160; &#160; &#160; 1.8.6<br />MicroTiny &#160; &#160; &#160; &#160; 1.2.5<br />ModuleManager &#160; &#160; &#160; &#160; 1.5.5<br />News &#160; &#160; &#160; &#160; 2.13<br />Search &#160; &#160; &#160; &#160; 1.7.10<br />ThemeManager &#160; &#160; &#160; &#160; 1.1.8<br />MleCMS &#160; &#160; &#160; &#160; 1.11.4</p><p><a href="http://trapa-neu.webdots.at/index.php?page=company-directory" rel="nofollow">http://trapa-neu.webdots.at/index.php?p … -directory</a><br />Benutzer:editor<br />pw:kiska01</p><p>wäre euch sehr dankbar für feedback!</p><p>DANKE u LG<br />Patrizia</p><p>PS: ist nur eine demo-umgebung - also design&amp;co einfach ausblenden</p>]]></description>
			<author><![CDATA[dummy@example.com (PatriziaF)]]></author>
			<pubDate>Sun, 08 Dec 2013 12:47:32 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28880#p28880</guid>
		</item>
	</channel>
</rss>
