<?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=1607&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Informationen für CMS/made simple / [GELÖST] Menü(-code) ausblenden wenn leer]]></title>
		<link>http://www.cmsmadesimple.de/forum/viewtopic.php?id=1607</link>
		<description><![CDATA[Die aktuellsten Beiträge in [GELÖST] Menü(-code) ausblenden wenn leer.]]></description>
		<lastBuildDate>Mon, 12 Dec 2011 16:13:11 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [GELÖST] Menü(-code) ausblenden wenn leer]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=13882#p13882</link>
			<description><![CDATA[<p>Das kannst du auch direkt im Menütemplate lösen. Hier hast du zur Verfügung ob das Menü Einträge enthält.</p><p>Entsprechend musst du auch die &lt;div class=&quot;sub&quot;&gt; dort reinpacken.</p><div class="codebox"><pre><code>=== MenuManager Template===
{if $count &gt; 0}
&lt;div class=&quot;sub&quot;&gt;

... der ganze Menutemplate teil

&lt;/div&gt;
{/if}</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (nockenfell)]]></author>
			<pubDate>Mon, 12 Dec 2011 16:13:11 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=13882#p13882</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Menü(-code) ausblenden wenn leer]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=13881#p13881</link>
			<description><![CDATA[<p>Arr, ich wusste doch dass ich das schon mal hatte, zwar nicht exakt die selbe Aufgabenstellung+Lösung, aber hiermit komme ich erstmal weiter: <br /><a href="http://forum.cmsmadesimple.de/viewtopic.php?id=685" rel="nofollow">http://forum.cmsmadesimple.de/viewtopic.php?id=685</a></p>]]></description>
			<author><![CDATA[dummy@example.com (mike-r)]]></author>
			<pubDate>Mon, 12 Dec 2011 16:10:50 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=13881#p13881</guid>
		</item>
		<item>
			<title><![CDATA[[GELÖST] Menü(-code) ausblenden wenn leer]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=13880#p13880</link>
			<description><![CDATA[<p>Ich hätte mal wieder gern ein kleines Brett vorm Kopf, und weiss nicht, wonach ich suchen muss. Afair hab ich sogar schonmal danach gefragt.<br />Ich möchte folgende Konstruktion:</p><div class="codebox"><pre><code>&lt;div class=&quot;sub&quot;&gt;
{menu  start_level=&quot;2&quot; number_of_levels=&quot;1&quot; collapse=&quot;1&quot;}
&lt;/div&gt;</code></pre></div><p>dahingehend umbauen, dass, wenn es keine sub-einträge gibt komplett ausblenden, also etwa der Art:</p><div class="codebox"><pre><code>{if menu&gt;0}
&lt;div class=&quot;sub&quot;&gt;
{menu  start_level=&quot;2&quot; number_of_levels=&quot;1&quot; collapse=&quot;1&quot;}
&lt;/div&gt;
{elseif}nix</code></pre></div><p>Wie muss meine Abfrage lauten? Oder sollte ich ganz anders vorgehen?</p>]]></description>
			<author><![CDATA[dummy@example.com (mike-r)]]></author>
			<pubDate>Mon, 12 Dec 2011 15:38:37 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=13880#p13880</guid>
		</item>
	</channel>
</rss>
