<?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=1284&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Informationen für CMS/made simple / [GELÖST] Gallery & CGSmartImage // Smarty-Hilfe]]></title>
		<link>http://www.cmsmadesimple.de/forum/viewtopic.php?id=1284</link>
		<description><![CDATA[Die aktuellsten Beiträge in [GELÖST] Gallery & CGSmartImage // Smarty-Hilfe.]]></description>
		<lastBuildDate>Thu, 15 Sep 2011 09:56:19 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [GELÖST] Gallery & CGSmartImage // Smarty-Hilfe]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=11324#p11324</link>
			<description><![CDATA[<p>Nach ausgiebigem Schlaf und zwei Kaffee geht es dann doch! :-))</p><div class="codebox"><pre><code>…
{CGSmartImage [b]src=$image-&gt;thumb[/b] …}
…</code></pre></div><p>Vielleicht sucht ja mal jemand danach :-))<br />Andreas</p>]]></description>
			<author><![CDATA[dummy@example.com (amh)]]></author>
			<pubDate>Thu, 15 Sep 2011 09:56:19 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=11324#p11324</guid>
		</item>
		<item>
			<title><![CDATA[[GELÖST] Gallery & CGSmartImage // Smarty-Hilfe]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=11299#p11299</link>
			<description><![CDATA[<p>Servus Zusammen,<br />ich versuche Gallery &amp; CGSmartImage zu verheiraten, scheitere aber an meinen Smarty-Fähigkeiten :-( Kann mir bitte jemand einen Tipp geben wie ich die Bilder (Array, oder?) an CGSmartImage übergebe?</p><div class="codebox"><pre><code>[== smarty ==]
{assign var=&#039;files&#039; value=$images}
&lt;ul id=&quot;simpleGallery&quot;&gt;
{foreach from=$files item=file}
&lt;li&gt;
    &lt;img src=&quot;{CGSmartImage src=$file alias1=&quot;test&quot;}&quot; alt=&quot;{$image-&gt;titlename}&quot; {if !empty($image-&gt;comment)} title=&quot;{$image-&gt;comment}&quot;{/if} /&gt;
    {if !empty($image-&gt;comment)}&lt;span&gt;{$image-&gt;comment}&lt;/span&gt;{/if}
&lt;/li&gt;
{/foreach}
&lt;/ul&gt;</code></pre></div><p>Da kommt bei mir eine weiße Seite :-(</p><p>Entnommen habe ich das der Hilfe des Moduls:</p><div class="codebox"><pre><code>[== smarty ==]
{assign var=&#039;files&#039; value=&#039;uploads/album/*.jpg&#039;|glob}

{if count($files)}

{foreach from=$files item=&#039;file&#039;}
  {CGSmartImage src=$file filter_rotate=90,0 filter_watermark=1 filter_resize=&#039;h,500&#039; notag=1 noembed=1}&quot;&gt;
  {CGSmartImage src=$file filter_rotate=90,0 filter_grayscale=1 filter_watermark=1 filter_resize=&#039;h,150&#039;}
{/foreach}

{/if}</code></pre></div><p>Vielen Dank für Tipps<br />Andreas</p>]]></description>
			<author><![CDATA[dummy@example.com (amh)]]></author>
			<pubDate>Wed, 14 Sep 2011 14:04:43 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=11299#p11299</guid>
		</item>
	</channel>
</rss>
