<?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=44&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Informationen für CMS/made simple / [GELÖST] Doppelte Menues]]></title>
		<link>http://www.cmsmadesimple.de/forum/viewtopic.php?id=44</link>
		<description><![CDATA[Die aktuellsten Beiträge in [GELÖST] Doppelte Menues.]]></description>
		<lastBuildDate>Mon, 15 Nov 2010 18:50:02 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [GELÖST] Doppelte Menues]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=110#p110</link>
			<description><![CDATA[<p>Danke für die Blumen&#160; <img src="http://www.cmsmadesimple.de/forum/plugins/ezbbc/style/smilies/cool.png" alt="cool" />&#160; ... </p><p>Wie die Anweisungen ins Template rein kommen, kann ich dir allerdings auch nicht sagen - allerdings solltest du ggf. drüber nachdenken, deinen Kunden als &quot;Editor&quot; einzustufen oder ihm zumindest zwei Zugänge zur Verfügung stellen, einen fürs Tagesgeschäft und einen für die Administration. Als Editor hätte er automatisch keine Berechtigungen mehr, Veränderungen im Template vorzunehmen&#160; <img src="http://www.cmsmadesimple.de/forum/plugins/ezbbc/style/smilies/wink.png" alt="wink" /> .</p>]]></description>
			<author><![CDATA[dummy@example.com (cyberman)]]></author>
			<pubDate>Mon, 15 Nov 2010 18:50:02 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=110#p110</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Doppelte Menues]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=109#p109</link>
			<description><![CDATA[<p>ES funktioniert!<br />Es gibt echte Helden! Vielen vielen Dank&#160; <img src="http://www.cmsmadesimple.de/forum/plugins/ezbbc/style/smilies/hmm.png" alt="hmm" /> </p><p>Was mir allerdings völlig schleierhaft ist, wie können diese &quot;Serial&quot;-Anweisungen auf einmal auftauchen?<br />Ich kann mir nicht vorstellen, dass der Kunde dort herumgewuschtelt hat.</p><p>Liebe Grüsse, Thomas</p>]]></description>
			<author><![CDATA[dummy@example.com (thomasj)]]></author>
			<pubDate>Mon, 15 Nov 2010 13:51:18 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=109#p109</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Doppelte Menues]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=105#p105</link>
			<description><![CDATA[<p>Da wurde der MenüManager zwei mal aufgerufen ... alles, was zwischen den SERIAL Aufrufen zu sehen ist, sollte mit dem MenuManager-Template &quot;Leaves : leaveshoriz&quot; identisch sein.</p><p>Würde daher vorschlagen, den kompletten SERIAL Block zu entfernen ...</p>]]></description>
			<author><![CDATA[dummy@example.com (cyberman)]]></author>
			<pubDate>Mon, 15 Nov 2010 10:35:29 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=105#p105</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Doppelte Menues]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=104#p104</link>
			<description><![CDATA[<p>Hi, danke für die schnelle Antwort:</p><p>das steht im Template:</p><div class="codebox"><pre class="vscroll"><code>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.1//EN&quot;
&quot;[url]http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd[/url]&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;de&quot;&gt;
&lt;head&gt;
&lt;title&gt;{sitename} &lt;/title&gt;
&lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html;charset=iso-8859-1&quot; /&gt;
&lt;meta name=&quot;description&quot; content=&quot;A &amp; M Kinzel Siebdruckmaschinen&quot; /&gt;
&lt;meta name=&quot;keywords&quot; content=&quot;Siebdruckmaschinen,Stanz- und Praegeanlagen,Sieb-Beschichtungsautomat,Heißtransferpressen &quot; /&gt;
&lt;meta name=&quot;author&quot; content=&quot;Kinzel - [url=http://www.kinzel-gmbh.com/\]http://www.kinzel-gmbh.com/\&quot;[/url] /&gt;
{stylesheet}
&lt;/head&gt;

&lt;body&gt;
&lt;div id=&quot;container&quot;&gt;
    &lt;div id=&quot;nav&quot;&gt;
    {cms_module module=&#039;menumanager&#039; template=&#039;Leaves : leaveshoriz&#039;   number_of_levels=&#039;1&#039; &quot;}
&lt;!-- SERIAL --&gt;
{* CSS classes used in this template:
.active - The active page in the horizontal menu (first level). 
.bullet_sectionheader - To style section header
hr.separator - To style the ruler for the separator *} 
{if $count &gt; 0}
&lt;ul id=&quot;primary-nav&quot;&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 or $node-&gt;parent == true}
&lt;li id=&quot;current&quot;&gt;&lt;a href=&quot;{$node-&gt;url}&quot;{if $node-&gt;target ne &quot;&quot;} target=&quot;{$node-&gt;target}&quot;{/if}&gt;&lt;span&gt;{$node-&gt;menutext}&lt;/span&gt;&lt;/a&gt;
{elseif $node-&gt;type == &#039;sectionheader&#039;}
&lt;li&gt;&lt;a href=&quot;{$node-&gt;url}&quot;&gt;&lt;span&gt;{$node-&gt;menutext}&lt;/span&gt;&lt;/a&gt;
{elseif $node-&gt;type == &#039;separator&#039;}
&lt;li style=&quot;list-style-type: none;&quot;&gt;&lt;hr class=&quot;separator&quot; /&gt;
{else}
&lt;li&gt;&lt;a href=&quot;{$node-&gt;url}&quot;{if $node-&gt;target ne &quot;&quot;} target=&quot;{$node-&gt;target}&quot;{/if}&gt;&lt;span&gt;{$node-&gt;menutext}&lt;/span&gt;&lt;/a&gt;{/if}
{/foreach}

{repeat string=&quot;&lt;/li&gt;&lt;/ul&gt;&quot; times=$node-&gt;depth-2}&lt;/li&gt;
&lt;/ul&gt;
{/if}

&lt;!-- /SERIAL --&gt;    


&lt;/div&gt;
    &lt;div id=&quot;breadcrumb&quot;&gt;
    {breadcrumbs delimiter=&#039;&amp;raquo;&#039; initial=&#039;1&#039;}
    &lt;/div&gt;&lt;div id=&quot;flagge&quot;&gt;&lt;a href=&quot;http://www.kinzel-gmbh.de/us&quot;&gt;&lt;img src=&quot;gb.gif&quot; alt=&quot;US&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/div&gt;
    &lt;div id=&quot;nav2&quot;&gt;
    {cms_module module=&#039;menumanager&#039; template=&#039;Leaves : paurvert&#039;   start_level=&#039;2&#039; collapse=&#039;1&#039;}
&lt;!-- SERIAL --&gt;
{* CSS classes used in this template:
.current - The current page in the vertical (local) menu. 
.bullet_sectionheader - To style section header
hr.separator - To style the ruler for the separator *} 
{if $count &gt; 0}
&lt;ul id=&quot;menuvert&quot; class=&quot;menu_vert&quot;&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;current&quot;&gt;&lt;a class=&quot;current&quot; href=&quot;{$node-&gt;url}&quot;{if $node-&gt;target ne &quot;&quot;} target=&quot;{$node-&gt;target}&quot;{/if}&gt;{$node-&gt;menutext}&lt;/a&gt;
{elseif $node-&gt;type == &#039;sectionheader&#039;}
&lt;li&gt;&lt;span class=&quot;bullet_sectionheader&quot;&gt;{$node-&gt;menutext}&lt;/span&gt;
{elseif $node-&gt;type == &#039;separator&#039;}
&lt;li style=&quot;list-style-type: none;&quot;&gt;&lt;hr class=&quot;separator&quot; /&gt;
{else}
&lt;li&gt;&lt;a href=&quot;{$node-&gt;url}&quot;{if $node-&gt;target ne &quot;&quot;} target=&quot;{$node-&gt;target}&quot;{/if}&gt;{$node-&gt;menutext}&lt;/a&gt;{/if}
{/foreach}

{repeat string=&quot;&lt;/li&gt;&lt;/ul&gt;&quot; times=$node-&gt;depth-2}&lt;/li&gt;
&lt;/ul&gt;
{/if}

&lt;!-- /SERIAL --&gt;    

&lt;/div&gt;
    &lt;div id=&quot;content&quot;&gt;
        &lt;div id=&quot;contentleft&quot;&gt;
        {content}
        &lt;/div&gt;
        
        &lt;div id=&quot;contentright&quot;&gt;
        &lt;h4&gt;{content block=&#039;rightside1title&#039; oneline=&#039;true&#039;}&lt;/h4&gt;
        {content block=&#039;rightside1&#039;}
        &lt;/div&gt;
        &lt;div id=&quot;content2&quot;&gt;
        &lt;h4&gt;{content block=&#039;rightside2title&#039; oneline=&#039;true&#039;}&lt;/h4&gt;
        {content block=&#039;rightside2&#039;}
        &lt;/div&gt;
        &lt;div style=&quot;clear:both&quot;&gt;&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;clear:both&quot;&gt;&lt;/div&gt;
    &lt;div id=&quot;footer&quot;&gt; {* Start Search *}
       &lt;div id=&quot;search&quot; style=&quot;float:right;&quot;&gt;
              {search}&lt;/div&gt; 
&lt;div style=&quot;text-align:left;float:left;padding-top:20px;&quot;&gt;&amp;nbsp;&amp;nbsp;A&amp;M KINZEL Siebdruckmaschinen Ltd. | Eckendorfer Str. 198 | D 33609 Bielefeld | &amp;copy; 2008 Kinzel  &amp;nbsp;
       &lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;clear:both&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (thomasj)]]></author>
			<pubDate>Mon, 15 Nov 2010 10:30:16 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=104#p104</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Doppelte Menues]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=91#p91</link>
			<description><![CDATA[<p>Kontrollier mal das Template, ob dort ein zweiter Aufruf des Menüs drin ist.</p><p>Im Quelltext ist dies durch den Eintrag &quot;serial&quot; gekennzeichnet&#160; <img src="http://www.cmsmadesimple.de/forum/plugins/ezbbc/style/smilies/hmm.png" alt="hmm" /> </p><div class="codebox"><pre><code>&lt;!-- SERIAL --&gt;
 
&lt;ul id=&quot;primary-nav&quot;&gt;

&lt;li id=&quot;current&quot;&gt;&lt;a href=&quot;http://www.kinzel-gmbh.de/&quot;&gt;&lt;span&gt;Unternehmen&lt;/span&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.kinzel-gmbh.de/index.php?page=siebdrucklinien&quot;&gt;&lt;span&gt;Produkte&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.kinzel-gmbh.de/index.php?page=gebrauchte&quot;&gt;&lt;span&gt;Gebrauchte&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.kinzel-gmbh.de/index.php?page=kontakt&quot;&gt;&lt;span&gt;Kontakt&lt;/span&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;!-- /SERIAL --&gt;</code></pre></div><p>Im übrigen solltest du aus Sicherheitsgründen mindestens auf 1.6.8 aktualisieren - seit der 1.4 wurden eine ganze Reihe gefährlicher Sicherheitslücken geschlossen. Aktuell ist die 1.9, würde aber aufgrund der bisherigen Fehlermeldungen zunächst auf der 1.8.2 bleiben und auf die 1.9.1 warten.</p>]]></description>
			<author><![CDATA[dummy@example.com (cyberman)]]></author>
			<pubDate>Sun, 14 Nov 2010 12:24:24 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=91#p91</guid>
		</item>
		<item>
			<title><![CDATA[[GELÖST] Doppelte Menues]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=90#p90</link>
			<description><![CDATA[<p>Hallo, ich habe ein Web mit Hilfe von Cms Madesimple Version 1.4.1 aufgesetzt.<br />Jetzt erscheinen die Menues auf einmal doppelt - und das, nachdem das Projekt seit circa 3 Monate abgeschlossen ist. <br />Mit ist das ein völliges Rätsel. Weiß überhaupt nicht weiter&#160; <img src="http://www.cmsmadesimple.de/forum/plugins/ezbbc/style/smilies/sad.png" alt="sad" /> <br />Wo kann ich ansetzen? Siehe <a href="http://www.kinzel-gmbh.de" rel="nofollow">http://www.kinzel-gmbh.de</a><br />Verzweifelte Grüsse, Thomas</p>]]></description>
			<author><![CDATA[dummy@example.com (thomasj)]]></author>
			<pubDate>Sun, 14 Nov 2010 11:25:19 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=90#p90</guid>
		</item>
	</channel>
</rss>
