<?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=4623&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Informationen für CMS/made simple / News zweispaltig]]></title>
		<link>http://www.cmsmadesimple.de/forum/viewtopic.php?id=4623</link>
		<description><![CDATA[Die aktuellsten Beiträge in News zweispaltig.]]></description>
		<lastBuildDate>Mon, 26 Oct 2015 07:45:29 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: News zweispaltig]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=36895#p36895</link>
			<description><![CDATA[<p>Oder so wie <a href="http://www.cmsmadesimple.de/forum/viewtopic.php?id=3785" rel="nofollow">hier</a>.<br />Also im Seitentemplate {news number=&#039;8&#039;} und dann die News-Container im CSS so formatieren, dass jeweils immer zwei nebeneinander passen.</p>]]></description>
			<author><![CDATA[dummy@example.com (NaN)]]></author>
			<pubDate>Mon, 26 Oct 2015 07:45:29 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=36895#p36895</guid>
		</item>
		<item>
			<title><![CDATA[Re: News zweispaltig]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=36891#p36891</link>
			<description><![CDATA[<p>Nicht im Newstemplate aber in Seitentemplate {news number=&#039;4&#039; }<br />in Spalte 2 {news number=&#039;4&#039; start=&#039;5&#039;}<br />dieselbe Newstemplate (summary) kan genutzt werden.</p><p>MfG<br />Jan</p>]]></description>
			<author><![CDATA[dummy@example.com (Janl)]]></author>
			<pubDate>Sun, 25 Oct 2015 15:45:57 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=36891#p36891</guid>
		</item>
		<item>
			<title><![CDATA[Re: News zweispaltig]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=36887#p36887</link>
			<description><![CDATA[<div class="quotebox"><cite>Janl schrieb:</cite><blockquote><div><p>Anzahl geht so<br />{news number=&#039;4&#039; }</p></div></blockquote></div><p>Aber das steht in meinem Template doch nirgends, trotzdem zeigt er 4 News und nicht alle .... </p><br /><div class="quotebox"><cite>Janl schrieb:</cite><blockquote><div><p>Es könnte in 2 Spalten , wo spalte 1 die erste 4 zeigt und Spalte 2 Nummer 5 bis einschliessend 8.</p></div></blockquote></div><p>Brauche ich dann zwei Templates? Oder regle ich das in einen Template?</p>]]></description>
			<author><![CDATA[dummy@example.com (Bonifaz)]]></author>
			<pubDate>Sun, 25 Oct 2015 15:14:59 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=36887#p36887</guid>
		</item>
		<item>
			<title><![CDATA[Re: News zweispaltig]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=36886#p36886</link>
			<description><![CDATA[<p>Anzahl geht so<br />{news number=&#039;4&#039; }</p><p>Es könnte in 2 Spalten , wo spalte 1 die erste 4 zeigt und Spalte 2 Nummer 5 bis einschliessend 8.<br />So steht es im Modul-Hilfe bei News<br /><em>start=&quot;0&quot; - Beginnt die Anzeige mit dem n-ten Eintrag – wird das Feld leer gelassen, wird mit dem ersten Eintrag begonnen.</em></p><p>MfG<br />Jan</p>]]></description>
			<author><![CDATA[dummy@example.com (Janl)]]></author>
			<pubDate>Sun, 25 Oct 2015 15:07:45 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=36886#p36886</guid>
		</item>
		<item>
			<title><![CDATA[News zweispaltig]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=36879#p36879</link>
			<description><![CDATA[<p>Moin moin!</p><p>ein Element auf der Hauptseite unserer WebSite ist die Vorschau der News. Das Template dazu sieht wie folgt aus: </p><div class="codebox"><pre class="vscroll"><code>{assign var=&#039;set_news&#039; value=&#039;1&#039;}
{capture assign=&quot;newspager&quot;}
{if $pagecount &gt; 1}
&lt;div class=&quot;pager&quot;&gt;&lt;ul class=&quot;clearfix&quot;&gt;
{if $pagenumber &gt; 1}
&lt;li&gt;{$firstpage}&lt;/li&gt;&lt;li&gt;{$prevpage}&lt;/li&gt;
{/if}
&lt;li&gt;{$pagetext} {$pagenumber} {$oftext} {$pagecount}&lt;/li&gt;
{if $pagenumber &lt; $pagecount}
&lt;li&gt;{$nextpage}&lt;/li&gt;&lt;li&gt;{$lastpage}&lt;/li&gt;
{/if}
&lt;/ul&gt;&lt;/div&gt;
{/if}
{/capture}
{$newspager}
&lt;div class=&quot;news&quot;&gt;
	&lt;div class=&quot;summary&quot;&gt;
		&lt;ul&gt;
{foreach from=$items item=entry name=foo}
			&lt;li{if $smarty.foreach.foo.last} class=&quot;last&quot;{/if}&gt;
				&lt;a href=&quot;{$entry-&gt;moreurl}&quot; title=&quot;{$entry-&gt;title|cms_escape:htmlall}&quot;&gt;
				&lt;span class=&quot;newstitle&quot;&gt;{$entry-&gt;title|cms_escape}&lt;/span&gt;
				&lt;span class=&quot;newsdesc&quot;&gt;{if $entry-&gt;summary}{$entry-&gt;summary|strip_tags|truncate:120}{else}{$entry-&gt;content|strip_tags|truncate:120}{/if}&lt;/span&gt;
				&lt;span class=&quot;newsdate&quot;&gt;{if $entry-&gt;postdate}{$entry-&gt;postdate|cms_date_format}{/if}&lt;/span&gt;&lt;span class=&quot;clear&quot;&gt;&lt;/span&gt;&lt;/a&gt;
			&lt;/li&gt;
{/foreach}
		&lt;/ul&gt;
	&lt;/div&gt;
&lt;a href=&quot;index.php?page=alte-berichte&quot; style=&quot;font-weight:bold;text-align:right;display:block;&quot;&gt;zum Archiv (ältere Berichte)&lt;/a&gt;
&lt;/div&gt;
{$newspager}</code></pre></div><p>Hier wird die Vorschau der letzten vier Berichte angezeigt (wobei ich gerade nicht weiß, wo man die Anzahl der angezeigten News einstellt). </p><p>Nun möchte unsere Schulleitung, dass wir statt einer Spalte Newsvorschau künftig <em>zwei </em>Spalten mit je vier News haben, so dass insgesamt die letzten acht News zu sehen sind. Ich habe gerade nicht die geringste Ahnung, wie man das machen könnte ... habt Ihr eine Idee?</p><br /><p>Schöne Grüße von der Elbe<br />Bonifaz</p>]]></description>
			<author><![CDATA[dummy@example.com (Bonifaz)]]></author>
			<pubDate>Sun, 25 Oct 2015 07:23:23 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=36879#p36879</guid>
		</item>
	</channel>
</rss>
