<?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=3937&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Informationen für CMS/made simple / [GELÖST] Bootstrap und Menu-Manager]]></title>
		<link>http://www.cmsmadesimple.de/forum/viewtopic.php?id=3937</link>
		<description><![CDATA[Die aktuellsten Beiträge in [GELÖST] Bootstrap und Menu-Manager.]]></description>
		<lastBuildDate>Wed, 28 May 2014 10:18:37 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [GELÖST] Bootstrap und Menu-Manager]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=31163#p31163</link>
			<description><![CDATA[<p>OK. Danke.<br />Funktioniert grundsätzlich. <br />Muss ich mir noch ein bisschen zurecht fummeln. </p><p>Mit dem Seitenattribut war mir neu. Cool.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolwalca)]]></author>
			<pubDate>Wed, 28 May 2014 10:18:37 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=31163#p31163</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Bootstrap und Menu-Manager]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=31146#p31146</link>
			<description><![CDATA[<p>Ich poste dir mal mein Menüscript für die Sidebar ähnlich <a href="http://wrapbootstrap.com/preview/WB0TFD2S0" rel="nofollow">http://wrapbootstrap.com/preview/WB0TFD2S0</a> </p><br /><div class="codebox"><pre class="vscroll"><code>[== Smarty ==]
{if $count &gt; 0}
    &lt;ul class=&quot;sidebar&quot;&gt;
    {foreach from=$nodelist item=node}
        {if $node-&gt;depth &gt; $node-&gt;prevdepth}
            {repeat string=&#039;&lt;ul class=&quot;dropdown-menu animated fadeInLeft&quot;&gt;&#039; times=$node-&gt;depth-$node-&gt;prevdepth}
        {elseif $node-&gt;depth &lt; $node-&gt;prevdepth}{repeat string=&#039;&lt;/li&gt;&lt;/ul&gt;&#039; times=$node-&gt;prevdepth-$node-&gt;depth}
            &lt;/li&gt;
        {elseif $node-&gt;index &gt; 0}
            &lt;/li&gt;
        {/if}
    
        {$classes=&#039;&#039;}
        {if $node-&gt;parent == true or $node-&gt;current == true}
            {$classes=&#039;active&#039;}
            {if $node-&gt;parent== true}
                {$classes=$classes|cat:&#039; parent&#039;}
            {/if}
        {/if}
    
        {if $node-&gt;type == &#039;sectionheader&#039;}
            {if $node-&gt;haschildren == true}
                &lt;li class=&quot;dropdown {$classes}&quot;&gt;&lt;a class=&quot;dropdown-toggle {$classes}&quot; data-toggle=&quot;dropdown&quot;&gt;{$node-&gt;extra1}&lt;span class=&quot;sidebar-text&quot;&gt;{$node-&gt;menutext}&lt;/span&gt;&lt;/a&gt;
            {else}
                &lt;li&gt;{$node-&gt;extra1} &lt;span class=&quot;sidebar-text&quot;&gt;{$node-&gt;menutext}&lt;/span&gt;&lt;/li&gt;
            {/if}
        {elseif $node-&gt;type == &#039;separator&#039;}
            &lt;li class=&quot;divider&quot;&gt;
        {elseif $node-&gt;haschildren == true}
            &lt;li class=&quot;dropdown {$classes}&quot;&gt;&lt;a class=&quot;dropdown-toggle {$classes}&quot; data-toggle=&quot;dropdown&quot; {if $node-&gt;target}target=&quot;{$node-&gt;target}&quot; {/if} href=&quot;{$node-&gt;url}&quot;&gt;{$node-&gt;extra1}&lt;span class=&quot;sidebar-text&quot;&gt;{$node-&gt;menutext}&lt;/span&gt;&lt;/a&gt;
        {elseif $node-&gt;parent == true || $node-&gt;current == true}
            &lt;li&gt;&lt;a href=&quot;{$node-&gt;url}&quot; class=&quot;{$classes}&quot;&gt;{$node-&gt;extra1} {$node-&gt;menutext}&lt;/a&gt; 
        {else}
            &lt;li class=&quot;{$classes}&quot;&gt;&lt;a class=&quot;{$classes}&quot; {if $node-&gt;target}target=&quot;{$node-&gt;target}&quot; {/if} href=&quot;{$node-&gt;url}&quot;&gt;{$node-&gt;extra1}&lt;span  class=&quot;sidebar-text&quot;&gt;{$node-&gt;menutext}&lt;/span&gt;&lt;/a&gt;
        {/if}
    {/foreach}
    {repeat string=&#039;&lt;/li&gt;&lt;/ul&gt;&#039; times=$node-&gt;depth-1}
    &lt;/li&gt;
    &lt;/ul&gt;
{/if}</code></pre></div><p>Zusätzliches Seitenattribut 1 der jeweiligen Inhaltsseite kannst du dann den Code für die Symbole angeben... z.B. für die Font-Awesome: &lt;i class=&quot;sidebar-icon fa fa-money&quot;&gt;&lt;/i&gt;. Das CSS kannst du dir ja aus dem Quelltext des Templates kopieren und nach bedarf anpassen.</p>]]></description>
			<author><![CDATA[dummy@example.com (Tranquillius)]]></author>
			<pubDate>Tue, 27 May 2014 19:03:15 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=31146#p31146</guid>
		</item>
		<item>
			<title><![CDATA[[GELÖST] Bootstrap und Menu-Manager]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=31122#p31122</link>
			<description><![CDATA[<p>Moin zusammen, </p><p>ich bin lange um das Thema responsives Webdesign herumgeschlichen und kürzlich endlich das erste Projekt damit angegangen. Man kann das ganze ja per Hand coden oder eben auf die sogenannten Frameworks setzen. Ich habe mich für letztere Variante und für Bootstrap entschieden.</p><p>Mein Vorgehen: Ich klicke mir auf der Seite <a href="http://www.layoutit.com/" rel="nofollow">Layoutit</a> meine Grundstruktur zusammen wie ich sie mir vorher überlegt habe, lade den Code herunter: index.html, fonts, js, less und css (bootstrap-theme.css, bootstrap.css, und eine leere styles.css in in die meine eigenen Formatierungen kommen). Ersetze in bootstrap.css:</p><div class="codebox"><pre><code>[== CSS ==]
@font-face {
  font-family: &#039;Glyphicons Halflings&#039;;
  src: url(&#039;../fonts/glyphicons-halflings-regular.eot&#039;);
  src: url(&#039;../fonts/glyphicons-halflings-regular.eot?#iefix&#039;) format(&#039;embedded-opentype&#039;), url(&#039;../fonts/glyphicons-halflings-regular.woff&#039;) format(&#039;woff&#039;), url(&#039;../fonts/glyphicons-halflings-regular.ttf&#039;) format(&#039;truetype&#039;), url(&#039;../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular&#039;) format(&#039;svg&#039;);
}</code></pre></div><p>durch</p><div class="codebox"><pre><code>[== CSS ==]
@font-face {   font-family: &#039;Glyphicons Halflings&#039;;   src: url([[root_url]]/fonts/glyphicons-halflings-regular.eot);   src: url([[root_url]]/fonts/glyphicons-halflings-regular.eot?#iefix) format(&#039;embedded-opentype&#039;), url([[root_url]]/fonts/glyphicons-halflings-regular.woff) format(&#039;woff&#039;), url([[root_url]]/fonts/glyphicons-halflings-regular.ttf) format(&#039;truetype&#039;), url([[root_url]]/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format(&#039;svg&#039;); }</code></pre></div><p>dann klappt`s auch mit den Glyphicons.</p><p>Ansonsten nur die index.html anpassen {menu}, {content} etc. und schon läuft es.<br />Geht relativ schnell und die seite ist responsiv. Klappt wunderbar. </p><p>Ich habe leider noch folgendes Problem: Mit dem Menue:<br />Es gibt auf der Seite <a href="http://bootsnipp.com/snippets/featured/multi-level-navbar-menu" rel="nofollow">Bootsnippets</a> schicke, responsive Menues die ich gerne einfügen und benutzen würde. Nur weiß ich nicht wie ich´s dem Menuemanager beibringen soll. Jemand einen Tipp für einen Programmier/Smarty-Laien?<br />das HTML sieht so aus:</p><div class="codebox"><pre class="vscroll"><code>[== HTML ==]
&lt;div class=&quot;navbar navbar-default navbar-fixed-top&quot; role=&quot;navigation&quot;&gt;
    &lt;div class=&quot;container&quot;&gt;
        &lt;div class=&quot;navbar-header&quot;&gt;
            &lt;button type=&quot;button&quot; class=&quot;navbar-toggle&quot; data-toggle=&quot;collapse&quot; data-target=&quot;.navbar-collapse&quot;&gt;
                &lt;span class=&quot;sr-only&quot;&gt;Toggle navigation&lt;/span&gt;
                &lt;span class=&quot;icon-bar&quot;&gt;&lt;/span&gt;
                &lt;span class=&quot;icon-bar&quot;&gt;&lt;/span&gt;
                &lt;span class=&quot;icon-bar&quot;&gt;&lt;/span&gt;
            &lt;/button&gt;
            &lt;a class=&quot;navbar-brand&quot; href=&quot;#&quot;&gt;NavBar&lt;/a&gt;
        &lt;/div&gt;
        &lt;div class=&quot;collapse navbar-collapse&quot;&gt;
            &lt;ul class=&quot;nav navbar-nav navbar-right&quot;&gt;
                &lt;li&gt;&lt;a href=&quot;https://github.com/fontenele/bootstrap-navbar-dropdowns&quot; target=&quot;_blank&quot;&gt;GitHub Project&lt;/a&gt;&lt;/li&gt;
            &lt;/ul&gt;
            &lt;ul class=&quot;nav navbar-nav&quot;&gt;
                &lt;li class=&quot;active&quot;&gt;&lt;a href=&quot;#&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;
                    &lt;a href=&quot;#&quot; class=&quot;dropdown-toggle&quot; data-toggle=&quot;dropdown&quot;&gt;Menu 1 &lt;b class=&quot;caret&quot;&gt;&lt;/b&gt;&lt;/a&gt;
                    &lt;ul class=&quot;dropdown-menu multi-level&quot;&gt;
                        &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Action&lt;/a&gt;&lt;/li&gt;
                        &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Another action&lt;/a&gt;&lt;/li&gt;
                        &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Something else here&lt;/a&gt;&lt;/li&gt;
                        &lt;li class=&quot;divider&quot;&gt;&lt;/li&gt;
                        &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Separated link&lt;/a&gt;&lt;/li&gt;
                        &lt;li class=&quot;divider&quot;&gt;&lt;/li&gt;
                        &lt;li&gt;&lt;a href=&quot;#&quot;&gt;One more separated link&lt;/a&gt;&lt;/li&gt;
                        &lt;li class=&quot;dropdown-submenu&quot;&gt;
                            &lt;a href=&quot;#&quot; class=&quot;dropdown-toggle&quot; data-toggle=&quot;dropdown&quot;&gt;Dropdown&lt;/a&gt;
                            &lt;ul class=&quot;dropdown-menu&quot;&gt;
                                &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Action&lt;/a&gt;&lt;/li&gt;
                                &lt;li class=&quot;dropdown-submenu&quot;&gt;
                                    &lt;a href=&quot;#&quot; class=&quot;dropdown-toggle&quot; data-toggle=&quot;dropdown&quot;&gt;Dropdown&lt;/a&gt;
                                    &lt;ul class=&quot;dropdown-menu&quot;&gt;
                                        &lt;li class=&quot;dropdown-submenu&quot;&gt;
                                            &lt;a href=&quot;#&quot; class=&quot;dropdown-toggle&quot; data-toggle=&quot;dropdown&quot;&gt;Dropdown&lt;/a&gt;
                                            &lt;ul class=&quot;dropdown-menu&quot;&gt;
                                                &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Action&lt;/a&gt;&lt;/li&gt;
                                                &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Another action&lt;/a&gt;&lt;/li&gt;
                                                &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Something else here&lt;/a&gt;&lt;/li&gt;
                                                &lt;li class=&quot;divider&quot;&gt;&lt;/li&gt;
                                                &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Separated link&lt;/a&gt;&lt;/li&gt;
                                                &lt;li class=&quot;divider&quot;&gt;&lt;/li&gt;
                                                &lt;li&gt;&lt;a href=&quot;#&quot;&gt;One more separated link&lt;/a&gt;&lt;/li&gt;
                                            &lt;/ul&gt;
                                        &lt;/li&gt;
                                    &lt;/ul&gt;
                                &lt;/li&gt;
                            &lt;/ul&gt;
                        &lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/li&gt;
                &lt;li&gt;
                    &lt;a href=&quot;#&quot; class=&quot;dropdown-toggle&quot; data-toggle=&quot;dropdown&quot;&gt;Menu 2 &lt;b class=&quot;caret&quot;&gt;&lt;/b&gt;&lt;/a&gt;
                    &lt;ul class=&quot;dropdown-menu&quot;&gt;
                        &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Action&lt;/a&gt;&lt;/li&gt;
                        &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Another action&lt;/a&gt;&lt;/li&gt;
                        &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Something else here&lt;/a&gt;&lt;/li&gt;
                        &lt;li class=&quot;divider&quot;&gt;&lt;/li&gt;
                        &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Separated link&lt;/a&gt;&lt;/li&gt;
                        &lt;li class=&quot;divider&quot;&gt;&lt;/li&gt;
                        &lt;li&gt;&lt;a href=&quot;#&quot;&gt;One more separated link&lt;/a&gt;&lt;/li&gt;
                        &lt;li class=&quot;dropdown-submenu&quot;&gt;
                            &lt;a href=&quot;#&quot; class=&quot;dropdown-toggle&quot; data-toggle=&quot;dropdown&quot;&gt;Dropdown&lt;/a&gt;
                            &lt;ul class=&quot;dropdown-menu&quot;&gt;
                                &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Action&lt;/a&gt;&lt;/li&gt;
                                &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Another action&lt;/a&gt;&lt;/li&gt;
                                &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Something else here&lt;/a&gt;&lt;/li&gt;
                                &lt;li class=&quot;divider&quot;&gt;&lt;/li&gt;
                                &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Separated link&lt;/a&gt;&lt;/li&gt;
                                &lt;li class=&quot;divider&quot;&gt;&lt;/li&gt;
                                &lt;li class=&quot;dropdown-submenu&quot;&gt;
                                    &lt;a href=&quot;#&quot; class=&quot;dropdown-toggle&quot; data-toggle=&quot;dropdown&quot;&gt;Dropdown&lt;/a&gt;
                                    &lt;ul class=&quot;dropdown-menu&quot;&gt;
                                        &lt;li class=&quot;dropdown-submenu&quot;&gt;
                                            &lt;a href=&quot;#&quot; class=&quot;dropdown-toggle&quot; data-toggle=&quot;dropdown&quot;&gt;Dropdown&lt;/a&gt;
                                            &lt;ul class=&quot;dropdown-menu&quot;&gt;
                                                &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Action&lt;/a&gt;&lt;/li&gt;
                                                &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Another action&lt;/a&gt;&lt;/li&gt;
                                                &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Something else here&lt;/a&gt;&lt;/li&gt;
                                                &lt;li class=&quot;divider&quot;&gt;&lt;/li&gt;
                                                &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Separated link&lt;/a&gt;&lt;/li&gt;
                                                &lt;li class=&quot;divider&quot;&gt;&lt;/li&gt;
                                                &lt;li&gt;&lt;a href=&quot;#&quot;&gt;One more separated link&lt;/a&gt;&lt;/li&gt;
                                            &lt;/ul&gt;
                                        &lt;/li&gt;
                                    &lt;/ul&gt;
                                &lt;/li&gt;
                            &lt;/ul&gt;
                        &lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/li&gt;
            &lt;/ul&gt;
        &lt;/div&gt;&lt;!--/.nav-collapse --&gt;
    &lt;/div&gt;
&lt;/div&gt;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (rolwalca)]]></author>
			<pubDate>Tue, 27 May 2014 10:03:45 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=31122#p31122</guid>
		</item>
	</channel>
</rss>
