<?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=3740&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Informationen für CMS/made simple / Zusätzliches Submenu in Sidebar einbinden, auf 2 level reduzieren]]></title>
		<link>http://www.cmsmadesimple.de/forum/viewtopic.php?id=3740</link>
		<description><![CDATA[Die aktuellsten Beiträge in Zusätzliches Submenu in Sidebar einbinden, auf 2 level reduzieren.]]></description>
		<lastBuildDate>Sun, 16 Feb 2014 19:05:54 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Zusätzliches Submenu in Sidebar einbinden, auf 2 level reduzieren]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=29772#p29772</link>
			<description><![CDATA[<p>Vielen Dank!</p>]]></description>
			<author><![CDATA[dummy@example.com (marc164)]]></author>
			<pubDate>Sun, 16 Feb 2014 19:05:54 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=29772#p29772</guid>
		</item>
		<item>
			<title><![CDATA[Re: Zusätzliches Submenu in Sidebar einbinden, auf 2 level reduzieren]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=29764#p29764</link>
			<description><![CDATA[<div class="quotebox"><cite>marc164 schrieb:</cite><blockquote><div><p> aber das Menü wird doppelt ausgegeben.</p></div></blockquote></div><p>Logisch ... du rufst es ja auch zwei mal auf</p><div class="quotebox"><blockquote><div><p><span style="color: red">{menu start_level=&quot;3&quot;}</span><br />{* CSS classes used in this template: .activeparent - The top level parent when a child is the active/current page li.active0n h3 - n is the depth/level of the node. To style the active page for each level separately. The active page is not clickable. .clearfix - Used for the unclickable h3 to use the entire width of the li, just like the anchors. See the Tools stylesheet in the default CMSMS installation. li.sectionheader h3 - To style section header li.separator - To style the ruler for the separator *}&#160; </p><p>{if $count &gt; 0} <br />&lt;ul&gt; {foreach from=$nodelist item=node} {if $node-&gt;depth &gt; $node-&gt;prevdepth} {repeat string=&quot;<br />&#160; &lt;ul&gt;&quot; times=$node-&gt;depth-$node-&gt;prevdepth} {elseif $node-&gt;depth <br />&#160; &#160; &lt; $node-&gt;prevdepth} {repeat string=&quot;<br />&#160; &#160; &#160; &lt;/li&gt;<br />&#160; &lt;/ul&gt;&quot; times=$node-&gt;prevdepth-$node-&gt;depth} <br />&#160; &lt;/li&gt; {elseif $node-&gt;index &gt; 0}<br />&#160; &lt;/li&gt; {/if}&#160; {if $node-&gt;current == true} <br />&#160; &lt;li class=&quot;currentpage&quot;&gt;&lt;h3&gt;<br />&#160; &#160; &#160; &lt;dfn&gt;Current page is {$node-&gt;hierarchy}: <br />&#160; &#160; &#160; &lt;/dfn&gt;{$node-&gt;menutext}&lt;/h3&gt;&#160; {elseif $node-&gt;parent == true} <br />&#160; &#160; &lt;li class=&quot;activeparent&quot;&gt;<br />&#160; &#160; &#160; &lt;a class=&quot;activeparent&quot; href=&quot;{$node-&gt;url}&quot;{if $node-&gt;accesskey != &#039;&#039;} accesskey=&quot;{$node-&gt;accesskey}&quot;{/if}{if $node-&gt;tabindex != &#039;&#039;} tabindex=&quot;{$node-&gt;tabindex}&quot;{/if}{if $node-&gt;titleattribute != &#039;&#039;} title=&quot;{$node-&gt;titleattribute}&quot;{/if}&gt;<br />&#160; &#160; &#160; &#160; &lt;dfn&gt;{$node-&gt;hierarchy}: <br />&#160; &#160; &#160; &#160; &lt;/dfn&gt;{$node-&gt;menutext}&lt;/a&gt;&#160; {elseif $node-&gt;type == &#039;sectionheader&#039;} <br />&#160; &#160; &#160; &lt;li class=&quot;sectionheader&quot;&gt;{$node-&gt;menutext}&#160; {elseif $node-&gt;type == &#039;separator&#039;} <br />&#160; &#160; &#160; &#160; &lt;li class=&quot;separator&quot; style=&quot;list-style-type: none;&quot;&gt; <br />&#160; &#160; &#160; &#160; &#160; &lt;hr /&gt;&#160; {else} <br />&#160; &#160; &#160; &#160; &#160; &lt;li&gt;<br />&#160; &#160; &#160; &#160; &#160; &lt;a href=&quot;{$node-&gt;url}&quot;{if $node-&gt;accesskey != &#039;&#039;} accesskey=&quot;{$node-&gt;accesskey}&quot;{/if}{if $node-&gt;tabindex != &#039;&#039;} tabindex=&quot;{$node-&gt;tabindex}&quot;{/if}{if $node-&gt;titleattribute != &#039;&#039;} title=&quot;{$node-&gt;titleattribute}&quot;{/if}{if $node-&gt;target != &#039;&#039;} target=&quot;{$node-&gt;target}&quot;{/if}&gt;<br />&#160; &#160; &#160; &#160; &#160; &#160; &lt;dfn&gt;{$node-&gt;hierarchy}: <br />&#160; &#160; &#160; &#160; &#160; &#160; &lt;/dfn&gt;{$node-&gt;menutext}&lt;/a&gt;&#160; {/if}&#160; {/foreach} {repeat string=&quot;<br />&#160; &#160; &#160; &#160; &lt;/li&gt;<br />&lt;/ul&gt;&quot; times=$node-&gt;depth-1}<br />&lt;/li&gt; <br />&lt;/ul&gt; {/if}</p></div></blockquote></div><p>Der markierte Code darf nur 1x aufgerufen werden, in Normalfall im Haupt-Template - du hast ihn aber scheinbar noch mal im Menü-Template drin.</p>]]></description>
			<author><![CDATA[dummy@example.com (cyberman)]]></author>
			<pubDate>Sat, 15 Feb 2014 22:04:15 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=29764#p29764</guid>
		</item>
		<item>
			<title><![CDATA[Zusätzliches Submenu in Sidebar einbinden, auf 2 level reduzieren]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=29713#p29713</link>
			<description><![CDATA[<p>Guten Tag,<br />auf einer existierenden Seite möchte ich ein neues Template verwenden, aber das unterstützt nur 3 level submenus und ich habe schon 4. Die Seitenstruktur würde ich ungern ändern, wegen 404. Da es nur ein paar Seiten betrifft hatte ich angedacht, ein Menü einfach per Backend in die Sidebar zu setzen, hier als {menu template=&quot;menulevel3&quot;}. Die Beschränkung auf die letzten 2 level funktioniert, aber das Menü wird doppelt ausgegeben. Ich habe jetzt schon eine ganze Weile rumprobiert und auch hier im Forum leider nix passendes finden können. Der code sieht folgendermaßen aus:</p><div class="codebox"><pre class="vscroll"><code>{menu start_level=&quot;3&quot;}
{* CSS classes used in this template: .activeparent - The top level parent when a child is the active/current page li.active0n h3 - n is the depth/level of the node. To style the active page for each level separately. The active page is not clickable. .clearfix - Used for the unclickable h3 to use the entire width of the li, just like the anchors. See the Tools stylesheet in the default CMSMS installation. li.sectionheader h3 - To style section header li.separator - To style the ruler for the separator *}  

{if $count &gt; 0} 
&lt;ul&gt; {foreach from=$nodelist item=node} {if $node-&gt;depth &gt; $node-&gt;prevdepth} {repeat string=&quot;
  &lt;ul&gt;&quot; times=$node-&gt;depth-$node-&gt;prevdepth} {elseif $node-&gt;depth 
    &lt; $node-&gt;prevdepth} {repeat string=&quot;
      &lt;/li&gt;
  &lt;/ul&gt;&quot; times=$node-&gt;prevdepth-$node-&gt;depth} 
  &lt;/li&gt; {elseif $node-&gt;index &gt; 0}
  &lt;/li&gt; {/if}  {if $node-&gt;current == true} 
  &lt;li class=&quot;currentpage&quot;&gt;&lt;h3&gt;
      &lt;dfn&gt;Current page is {$node-&gt;hierarchy}: 
      &lt;/dfn&gt;{$node-&gt;menutext}&lt;/h3&gt;  {elseif $node-&gt;parent == true} 
    &lt;li class=&quot;activeparent&quot;&gt;
      &lt;a class=&quot;activeparent&quot; href=&quot;{$node-&gt;url}&quot;{if $node-&gt;accesskey != &#039;&#039;} accesskey=&quot;{$node-&gt;accesskey}&quot;{/if}{if $node-&gt;tabindex != &#039;&#039;} tabindex=&quot;{$node-&gt;tabindex}&quot;{/if}{if $node-&gt;titleattribute != &#039;&#039;} title=&quot;{$node-&gt;titleattribute}&quot;{/if}&gt;
        &lt;dfn&gt;{$node-&gt;hierarchy}: 
        &lt;/dfn&gt;{$node-&gt;menutext}&lt;/a&gt;  {elseif $node-&gt;type == &#039;sectionheader&#039;} 
      &lt;li class=&quot;sectionheader&quot;&gt;{$node-&gt;menutext}  {elseif $node-&gt;type == &#039;separator&#039;} 
        &lt;li class=&quot;separator&quot; style=&quot;list-style-type: none;&quot;&gt; 
          &lt;hr /&gt;  {else} 
          &lt;li&gt;
          &lt;a href=&quot;{$node-&gt;url}&quot;{if $node-&gt;accesskey != &#039;&#039;} accesskey=&quot;{$node-&gt;accesskey}&quot;{/if}{if $node-&gt;tabindex != &#039;&#039;} tabindex=&quot;{$node-&gt;tabindex}&quot;{/if}{if $node-&gt;titleattribute != &#039;&#039;} title=&quot;{$node-&gt;titleattribute}&quot;{/if}{if $node-&gt;target != &#039;&#039;} target=&quot;{$node-&gt;target}&quot;{/if}&gt;
            &lt;dfn&gt;{$node-&gt;hierarchy}: 
            &lt;/dfn&gt;{$node-&gt;menutext}&lt;/a&gt;  {/if}  {/foreach} {repeat string=&quot;
        &lt;/li&gt;
&lt;/ul&gt;&quot; times=$node-&gt;depth-1}
&lt;/li&gt; 
&lt;/ul&gt; {/if}</code></pre></div><p>Vielen Dank!<br />Markus</p>]]></description>
			<author><![CDATA[dummy@example.com (marc164)]]></author>
			<pubDate>Mon, 10 Feb 2014 10:21:02 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=29713#p29713</guid>
		</item>
	</channel>
</rss>
