<?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=4410&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Informationen für CMS/made simple / [GELÖST] Menü-Template unser Forum]]></title>
		<link>http://www.cmsmadesimple.de/forum/viewtopic.php?id=4410</link>
		<description><![CDATA[Die aktuellsten Beiträge in [GELÖST] Menü-Template unser Forum.]]></description>
		<lastBuildDate>Tue, 02 Jun 2015 07:52:02 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [GELÖST] Menü-Template unser Forum]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=35294#p35294</link>
			<description><![CDATA[<p>Hallo) Danke für die Aktualisierung!!</p>]]></description>
			<author><![CDATA[dummy@example.com (sam_venchester)]]></author>
			<pubDate>Tue, 02 Jun 2015 07:52:02 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=35294#p35294</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Menü-Template unser Forum]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=34874#p34874</link>
			<description><![CDATA[<p>Keine Ursache - viel Erfolg dann noch!</p>]]></description>
			<author><![CDATA[dummy@example.com (cyberman)]]></author>
			<pubDate>Thu, 14 May 2015 12:50:19 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=34874#p34874</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Menü-Template unser Forum]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=34870#p34870</link>
			<description><![CDATA[<p>Es läuft!!!</p><p>Danke tausend Mal&#160; <img src="http://www.cmsmadesimple.de/forum/plugins/ezbbc/style/smilies/lol.png" alt="lol" /></p>]]></description>
			<author><![CDATA[dummy@example.com (GoGo)]]></author>
			<pubDate>Thu, 14 May 2015 12:05:07 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=34870#p34870</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Menü-Template unser Forum]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=34868#p34868</link>
			<description><![CDATA[<p>Pack das Javascript mal komplett in einen literal Block</p><p><a href="http://www.smarty.net/docs/en/language.function.literal.tpl" rel="nofollow">http://www.smarty.net/docs/en/language. … iteral.tpl</a></p>]]></description>
			<author><![CDATA[dummy@example.com (cyberman)]]></author>
			<pubDate>Thu, 14 May 2015 12:00:19 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=34868#p34868</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Menü-Template unser Forum]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=34865#p34865</link>
			<description><![CDATA[<p>Hi,<br />Menütemplate habe ich ausgetauscht. Trotzdem läuft nicht. </p><br /><p>Ich kann die Seiten-Template gar nicht um Anweisungn für Superfish ergänzen, beim Speichern kommt folgende&#160; Fehlermeldung:</p><div class="codebox"><pre><code>Syntax error in template &quot;template:appdata;tmp_template&quot; on line 40 &quot;$(document).ready(function(){$(&#039;ul.sf-menu&#039;).superfish({delay:1000,animation:{opacity:&#039;show&#039;,height:&#039;show&#039;},speed:&#039;fast&#039;,autoArrows:false,dropShadows:false});});&quot; - Unexpected &quot;(&quot;, expected one of: &quot;{&quot; , &quot;identifier&quot;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (GoGo)]]></author>
			<pubDate>Thu, 14 May 2015 11:56:44 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=34865#p34865</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Menü-Template unser Forum]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=34861#p34861</link>
			<description><![CDATA[<p>Füg den geposteten Code mal direkt im Seiten-Template VOR dem schließenden body Tag ein.</p><p>Das Template für den MenuManager sieht so aus</p><div class="codebox"><pre class="vscroll"><code>{strip}
{if $count &gt; 0}
&lt;ul class=&quot;clearfix sf-menu&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;type == &#039;sectionheader&#039; AND $node-&gt;parent != true}
	&lt;li&gt;&lt;span class=&quot;sectionheader&quot;&gt;{$node-&gt;menutext}&lt;/span&gt;

{elseif $node-&gt;type == &#039;sectionheader&#039; AND $node-&gt;parent == true}
	&lt;li class=&quot;selected&quot;&gt;&lt;span class=&quot;sectionheader&quot;&gt;{$node-&gt;menutext}&lt;/span&gt;

{elseif $node-&gt;type != &#039;sectionheader&#039; AND ($node-&gt;current == true OR $node-&gt;parent == true)}
	&lt;li&gt;&lt;a class=&quot;selected&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}{if $node-&gt;target != &#039;&#039;} 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; AND $node-&gt;current != true AND $node-&gt;parent == true}
	&lt;li&gt;&lt;a class=&quot;selected&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}{if $node-&gt;target != &#039;&#039;} target=&quot;{$node-&gt;target}&quot;{/if}&gt;&lt;span&gt;{$node-&gt;menutext}&lt;/span&gt;&lt;/a&gt;

{elseif $node-&gt;children_exist == true}
	&lt;li&gt;&lt;a class=&quot;parent&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}{if $node-&gt;target != &#039;&#039;} target=&quot;{$node-&gt;target}&quot;{/if}&gt;&lt;span&gt;{$node-&gt;menutext}&lt;/span&gt;&lt;/a&gt;

{elseif $node-&gt;children_exist == true AND $node-&gt;current == true}
	&lt;li&gt;&lt;a class=&quot;selected&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}{if $node-&gt;target != &#039;&#039;} target=&quot;{$node-&gt;target}&quot;{/if} class=&quot;parent&quot;&gt;{$node-&gt;menutext}&lt;/a&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;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-1}&lt;/li&gt;
&lt;/ul&gt;
{/if}
{/strip}</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (cyberman)]]></author>
			<pubDate>Thu, 14 May 2015 10:53:20 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=34861#p34861</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Menü-Template unser Forum]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=34858#p34858</link>
			<description><![CDATA[<p>Hi! Danke für die Hilfe!</p><p>Hier der Link:<br /><a href="http://cms.kleingaertnerin.net/" rel="nofollow">Spielplatz</a> </p><p>Ich vermute, die Menütemplate ist zerhackt. Ich kanndie drite script-Zeile nicht einfügen, ich bekomme folgende Fehlermeldung:</p><p><strong>string(187) &quot;Smarty error: [in tpl_body:23 line 29]: syntax error: unrecognized tag: $(&#039;ul.sf-menu&#039;).superfish({delay:1000,animation:{opacity:&#039;show&#039;,height:&#039;show&#039; (Smarty_Compiler.class.php, line 446)&quot; string(111) &quot;Smarty error: [in tpl_body:23 line 29]: syntax error: unrecognized tag &#039;&#039; (Smarty_Compiler.class.php, line 590)&quot; </strong></p><p>Welche Menütemplate wäre dafür geeignet?</p>]]></description>
			<author><![CDATA[dummy@example.com (GoGo)]]></author>
			<pubDate>Thu, 14 May 2015 10:03:49 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=34858#p34858</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Menü-Template unser Forum]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=34825#p34825</link>
			<description><![CDATA[<p>Link?</p>]]></description>
			<author><![CDATA[dummy@example.com (cyberman)]]></author>
			<pubDate>Wed, 13 May 2015 08:05:14 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=34825#p34825</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Menü-Template unser Forum]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=34824#p34824</link>
			<description><![CDATA[<p>Vielen Dank, aber es geht immer noch nicht&#160; <img src="http://www.cmsmadesimple.de/forum/plugins/ezbbc/style/smilies/neutral.png" alt="neutral" /> <br />Ich habe alles genau so wie auf der Website. Sowas blödes!</p><p>Ich suche dringend ein Menü, das auch für iPhone und iPad geeingnet ist.</p>]]></description>
			<author><![CDATA[dummy@example.com (GoGo)]]></author>
			<pubDate>Wed, 13 May 2015 07:59:17 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=34824#p34824</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Menü-Template unser Forum]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=34822#p34822</link>
			<description><![CDATA[<div class="quotebox"><cite>GoGo schrieb:</cite><blockquote><div><p>Fehlt mir der supefish.min.js?</p></div></blockquote></div><p>Mindestens <img src="http://www.cmsmadesimple.de/forum/plugins/ezbbc/style/smilies/wink.png" alt="wink" />.</p><p>Das muss drin sein</p><div class="codebox"><pre><code>    &lt;script type=&quot;text/javascript&quot; src=&quot;https://cdnjs.cloudflare.com/ajax/libs/jquery/1.6.1/jquery.min.js&quot;&gt;&lt;/script&gt;
    &lt;script type=&quot;text/javascript&quot; src=&quot;https://cdnjs.cloudflare.com/ajax/libs/superfish/1.7.4/superfish.min.js&quot;&gt;&lt;/script&gt;
    {literal}&lt;script type=&quot;text/javascript&quot;&gt;
 
$(document).ready(function(){$(&#039;ul.sf-menu&#039;).superfish({delay:1000,animation:{opacity:&#039;show&#039;,height:&#039;show&#039;},speed:&#039;fast&#039;,autoArrows:false,dropShadows:false});});&lt;/script&gt;{/literal}</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (cyberman)]]></author>
			<pubDate>Wed, 13 May 2015 07:46:47 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=34822#p34822</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Menü-Template unser Forum]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=34820#p34820</link>
			<description><![CDATA[<p>Naja, ich habe die CSS genommen, farblich angepasst, Menü-Template auch. Auf dem Desktop funktioniert prima, nur iPad will nicht. Das alles wegen :hover auf mobile Geräten habe ich auch gelesen, also daran kann es nicht liegen. Ich denke, mir fehlt ein Script. Habe gerade noch mal den Quelcode gesehen. Fehlt mir der supefish.min.js?</p>]]></description>
			<author><![CDATA[dummy@example.com (GoGo)]]></author>
			<pubDate>Wed, 13 May 2015 07:28:50 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=34820#p34820</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Menü-Template unser Forum]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=34815#p34815</link>
			<description><![CDATA[<p>Was genau hast du denn auf deiner Spielwiese gemacht?</p><p>Hast du dir den Quellcode der Seite genau angesehen?</p>]]></description>
			<author><![CDATA[dummy@example.com (cyberman)]]></author>
			<pubDate>Wed, 13 May 2015 02:56:45 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=34815#p34815</guid>
		</item>
		<item>
			<title><![CDATA[[GELÖST] Menü-Template unser Forum]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=34814#p34814</link>
			<description><![CDATA[<p>Hallo Leute,<br />ich wollte das schöne orangene Hauptmenü vom CMSms-Forum ausprobieren. Im Original funktioniert es wunderbar auch aud iPad und iPhone. Auf meiner Spielwiese leider nicht. <br />Brauche ich noch eine Javascript-Datei?</p><p>Schöne Grüße!</p>]]></description>
			<author><![CDATA[dummy@example.com (GoGo)]]></author>
			<pubDate>Tue, 12 May 2015 21:03:49 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=34814#p34814</guid>
		</item>
	</channel>
</rss>
