<?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=3800&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Informationen für CMS/made simple / [GELÖST] News-Modul: Extra-Feld mit Link zur Galerie]]></title>
		<link>http://www.cmsmadesimple.de/forum/viewtopic.php?id=3800</link>
		<description><![CDATA[Die aktuellsten Beiträge in [GELÖST] News-Modul: Extra-Feld mit Link zur Galerie.]]></description>
		<lastBuildDate>Sun, 16 Mar 2014 15:18:58 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [GELÖST] News-Modul: Extra-Feld mit Link zur Galerie]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=30145#p30145</link>
			<description><![CDATA[<p>Schau dir mal die Hilfe des CGSimpleSmarty Moduls an. Mit dem Modul ist es möglich, einen Link auf eine Modulaktion und damit auf die Anzeige einer Galerie zu erstellen.</p>]]></description>
			<author><![CDATA[dummy@example.com (cyberman)]]></author>
			<pubDate>Sun, 16 Mar 2014 15:18:58 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=30145#p30145</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] News-Modul: Extra-Feld mit Link zur Galerie]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=30143#p30143</link>
			<description><![CDATA[<p>Hallo zusammen, </p><p>hat hierzu jemand eine Idee?</p><p>Vielen Dank!</p>]]></description>
			<author><![CDATA[dummy@example.com (olihc)]]></author>
			<pubDate>Sun, 16 Mar 2014 13:35:45 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=30143#p30143</guid>
		</item>
		<item>
			<title><![CDATA[[GELÖST] News-Modul: Extra-Feld mit Link zur Galerie]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=30081#p30081</link>
			<description><![CDATA[<p>Hallo zusammen, </p><p>ich habe im Newsmodul ein zusätzliches Feld &quot;Galerie_Link&quot; erstellt. In dieses möchte ich die Galerie-URL zu einem bestimmten Artikel manuell einfügen. Da es nicht immer zu jeder News eine Galerie geben wird, soll im Zusammenfassungstemplate abgefragt werden, ob in dem Feld ein Wert steht. Falls ja, soll direkt neben dem &quot;moreurl&quot;-Button eine zweite Box mit der entsprechenden &quot;Galerie_Link&quot;-URL erstellt werden. Wie kann ich das am besten umsetzen? Hier mein aktueller Code für das Summary-Template:</p><div class="codebox"><pre class="vscroll"><code>[== PHP ==]
                                                                                                                                                                                                                  &lt;!-- Start News Display Template --&gt;
&lt;div id=&quot;NewsBanner&quot;&gt;
{foreach from=$items item=entry}
&lt;div class=&quot;NewsSummary clearfix&quot;&gt;

&lt;div class=&quot;NewsSummaryLink&quot;&gt;
&lt;a href=&quot;{$entry-&gt;moreurl}&quot; title=&quot;{$entry-&gt;title|cms_escape:htmlall}&quot;&gt;{$entry-&gt;title|cms_escape}&lt;/a&gt;
&lt;/div&gt;

&lt;div class=&quot;NewsSummaryRow&quot;&gt;
{if $entry-&gt;postdate}
	&lt;div class=&quot;NewsSummaryPostdate&quot;&gt;
		{$entry-&gt;postdate|cms_date_format}
	&lt;/div&gt;
{/if}
&lt;/div&gt;

{if $entry-&gt;summary}
	&lt;div class=&quot;NewsSummarySummary&quot;&gt;
		{eval var=$entry-&gt;summary}
	&lt;/div&gt;

	&lt;div class=&quot;NewsSummaryMorelink clear&quot;&gt;
		{$entry-&gt;morelink}
	&lt;/div&gt;

{else if $entry-&gt;content}

	&lt;div class=&quot;NewsSummaryContent&quot;&gt;
		{eval var=$entry-&gt;content}
	&lt;/div&gt;
{/if}

{if isset($entry-&gt;extra)}
    &lt;div class=&quot;NewsSummaryExtra&quot;&gt;
        {eval var=$entry-&gt;extra}
	{* {cms_module module=&#039;Uploads&#039; mode=&#039;simpleurl&#039; upload_id=$entry-&gt;extravalue} *}
    &lt;/div&gt;
{/if}
{if isset($entry-&gt;fields)}
  {foreach from=$entry-&gt;fields item=&#039;field&#039;}
     &lt;div class=&quot;NewsSummaryField&quot;&gt;
        {if $field-&gt;type == &#039;file&#039;}
          &lt;img src=&quot;{$entry-&gt;file_location}/{$field-&gt;value}&quot;/&gt;
        {else}
          {$field-&gt;name}:&amp;nbsp;{eval var=$field-&gt;value}
        {/if}
     &lt;/div&gt;
  {/foreach}
{/if}

&lt;/div&gt;
{/foreach}
&lt;/div&gt;
&lt;!-- End News Display Template --&gt;</code></pre></div><p>Oder gibt es einen viel leichteren Weg, ohne bspw. ein Extra-Feld anzulegen?</p><p>Vielen Dank!</p>]]></description>
			<author><![CDATA[dummy@example.com (olihc)]]></author>
			<pubDate>Mon, 10 Mar 2014 19:26:58 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=30081#p30081</guid>
		</item>
	</channel>
</rss>
