<?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=2606&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Informationen für CMS/made simple / CGBlog Detailtemplate und Gallery]]></title>
		<link>http://www.cmsmadesimple.de/forum/viewtopic.php?id=2606</link>
		<description><![CDATA[Die aktuellsten Beiträge in CGBlog Detailtemplate und Gallery.]]></description>
		<lastBuildDate>Fri, 19 Oct 2012 15:22:03 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: CGBlog Detailtemplate und Gallery]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=21561#p21561</link>
			<description><![CDATA[<p>ja, die gallery funktioniert überall sonst, außer in diesem einen template.<br />die variablen haben auch alle den wert die sie haben sollen. wenn das bild ausgegeben werden soll, geschieht das auch. es hängt nur an der galerie.</p>]]></description>
			<author><![CDATA[dummy@example.com (leerraum)]]></author>
			<pubDate>Fri, 19 Oct 2012 15:22:03 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=21561#p21561</guid>
		</item>
		<item>
			<title><![CDATA[Re: CGBlog Detailtemplate und Gallery]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=21560#p21560</link>
			<description><![CDATA[<p>Hast du mal was anderes als die Gallery an dem Ort angegeben? Wird {if $gal != &#039;none&#039;} überhaupt korrekt abgerufen?</p>]]></description>
			<author><![CDATA[dummy@example.com (nockenfell)]]></author>
			<pubDate>Fri, 19 Oct 2012 15:08:57 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=21560#p21560</guid>
		</item>
		<item>
			<title><![CDATA[Re: CGBlog Detailtemplate und Gallery]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=21559#p21559</link>
			<description><![CDATA[<p>Zeigt Dir denn irgendein Template die Gallery an? <br />{cms_module module=&quot;Gallery&quot; ...} schon probiert?</p><p>Ansonsten klingt mir das verdächtig nach:<br /><a href="http://forum.cmsmadesimple.de/viewtopic.php?id=2546" rel="nofollow">http://forum.cmsmadesimple.de/viewtopic.php?id=2546</a></p>]]></description>
			<author><![CDATA[dummy@example.com (mike-r)]]></author>
			<pubDate>Fri, 19 Oct 2012 15:03:24 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=21559#p21559</guid>
		</item>
		<item>
			<title><![CDATA[CGBlog Detailtemplate und Gallery]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=21558#p21558</link>
			<description><![CDATA[<p>Hi,</p><p>ich hab CGBlog 1.9.8 und Gallery 1.6 auf CMSms 1.11.1 laufen. Ich möchte in der Detailansicht von CGBlog eine Gallery darstellen. Wenn ich das Gallery Tag aufrufe, passiert aber nichts. Unabhängig davon ob ich jetzt eine Variable für &#039;dir=&#039; angebe, oder ob ich den &#039;dir=&#039; fest reinschreibe.</p><div class="codebox"><pre><code>{assign var=&#039;gal&#039; value=&#039;none&#039;}
{assign var=&#039;object&#039; value=&#039;none&#039;}
{if isset($entry-&gt;fields)}
  {foreach from=$entry-&gt;fields item=&#039;field&#039;}
	{if $field-&gt;name == &#039;Bild&#039; &amp;&amp; $field-&gt;value != &#039;&#039;}
		{assign var=&#039;gal&#039; value=&#039;Bild&#039;}
		{assign var=&#039;object&#039; value=$field-&gt;value}
	{/if}
	{if $field-&gt;name == &#039;Pfad der Galerie&#039; &amp;&amp; $field-&gt;value != &#039;&#039;}
		{assign var=&#039;gal&#039; value=&#039;gal&#039;}
		{assign var=&#039;object&#039; value=$field-&gt;value}
	{/if}

  {/foreach}
{/if}
{if $gal != &#039;none&#039;}
&lt;div id=&quot;contentimage&quot;&gt;{Gallery dir=&#039;rabane&#039;}{if $gal == &#039;Bild&#039;}&lt;img src=&quot;uploads/cgblog/id{$entry-&gt;id}/{$object}&quot; /&gt;{elseif $gal == &#039;gal&#039;}{Gallery dir=&#039;rabane&#039;}{/if} object: {$object} / gal: {$gal}&lt;/div&gt;&lt;br/&gt;
{/if}
&lt;span class=&quot;headline&quot;&gt;{$entry-&gt;title|escape}&lt;/span&gt;

{if $entry-&gt;postdate}
&lt;span class=&quot;newsdate&quot;&gt;{$entry-&gt;postdate|cms_date_format}&lt;/span&gt;
{/if}</code></pre></div><p>Hat jemand eine Ahnung was ich da falsch mache? Das andere Smarty wird doch auch interpretiert, warum nicht das Gallery Tag? Der Debug hat auch keine Warnings oder Errors ausgegeben.</p><p>Danke<br />leerraum</p>]]></description>
			<author><![CDATA[dummy@example.com (leerraum)]]></author>
			<pubDate>Fri, 19 Oct 2012 13:48:46 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=21558#p21558</guid>
		</item>
	</channel>
</rss>
