<?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=842&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Informationen für CMS/made simple / [gelöst] MenuManager: Erstes und letztes Element finden]]></title>
		<link>http://www.cmsmadesimple.de/forum/viewtopic.php?id=842</link>
		<description><![CDATA[Die aktuellsten Beiträge in [gelöst] MenuManager: Erstes und letztes Element finden.]]></description>
		<lastBuildDate>Wed, 07 Sep 2011 19:44:48 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [gelöst] MenuManager: Erstes und letztes Element finden]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=11043#p11043</link>
			<description><![CDATA[<p>Mhh.<br />Ääh.<br />Kopfkratz.<br />Komme nicht klar damit.<br />Habe mir jetzt mal <a href="http://forum.cmsmadesimple.org/viewtopic.php?p=149046#p149046" rel="nofollow">http://forum.cmsmadesimple.org/viewtopi … 46#p149046</a> reingezogen: kein first, kein last.<br />Auch der Referenzcode von NaN paar Beiträge vorher: Nix.<br />Kann es sein, dass sich im Core mal wieder was geändert hat? </p><p>Um die Sache unnötig zu verkomplizieren, wäre ganz schnafte, wenn das auch bei &quot;Teil&quot;menüs laufen würde.<br />Mit Teilmenüs meine ich Konstrukte der Art:</p><div class="codebox"><pre><code>[== smarty ==]
{menu excludeprefix=&#039;blabla,impressum&#039;}
{menu items=&#039;blabla,impressum&#039;}</code></pre></div><p><strong>EDIT:</strong>:<br />Argh, erst Debug-mode anschalten, DANN Beitrag schreiben, nicht andersrum.<br />Nichtsdestotrotz suche ich trotzdem nach einer allgemeingültigen Methode, die ohne die Krücke klarkommt, den &quot;Seiten&quot; ein Extra zuzuweisen.</p>]]></description>
			<author><![CDATA[dummy@example.com (mike-r)]]></author>
			<pubDate>Wed, 07 Sep 2011 19:44:48 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=11043#p11043</guid>
		</item>
		<item>
			<title><![CDATA[Re: [gelöst] MenuManager: Erstes und letztes Element finden]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=7582#p7582</link>
			<description><![CDATA[<p>Für Smarty-Einsteiger - wichtig ist eigentlich nur, dass der foreach-Schleife der Parameter name mitgegeben wird, also</p><div class="codebox"><pre><code>[== Smarty ==]
{foreach from=$nodelist item=node name=&#039;menu&#039;}
...
{/foreach}</code></pre></div><p>Dann können die Variablen {$smarty.foreach.menu.first} und {$smarty.foreach.menu.last} für weitere Aktionen herangezogen werden.</p>]]></description>
			<author><![CDATA[dummy@example.com (cyberman)]]></author>
			<pubDate>Thu, 19 May 2011 13:42:16 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=7582#p7582</guid>
		</item>
		<item>
			<title><![CDATA[Re: [gelöst] MenuManager: Erstes und letztes Element finden]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=7581#p7581</link>
			<description><![CDATA[<p>stimmt! aber besserer link: <a href="http://www.smarty.net/docsv2/en/language.function.foreach.tpl#foreach.property.first" rel="nofollow">http://www.smarty.net/docsv2/en/languag … erty.first</a> (mit beispiel)<br />danke!</p>]]></description>
			<author><![CDATA[dummy@example.com (nicmare)]]></author>
			<pubDate>Thu, 19 May 2011 13:38:10 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=7581#p7581</guid>
		</item>
		<item>
			<title><![CDATA[Re: [gelöst] MenuManager: Erstes und letztes Element finden]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=7580#p7580</link>
			<description><![CDATA[<p>Ist ja auch eher eine Smarty-Sache <img src="http://www.cmsmadesimple.de/forum/plugins/ezbbc/style/smilies/wink.png" alt="wink" /></p><p><a href="http://www.smarty.net/docsv2/de/language.function.foreach.tpl#foreach.property.first" rel="nofollow">http://www.smarty.net/docsv2/de/languag … erty.first</a><br /><a href="http://www.smarty.net/docsv2/de/language.function.foreach.tpl#foreach.property.last" rel="nofollow">http://www.smarty.net/docsv2/de/languag … perty.last</a></p><p>Ergänzend dazu noch der Link auf den section-Bereich</p><p><a href="http://www.smarty.net/docsv2/de/language.function.section.tpl#section.property.first" rel="nofollow">http://www.smarty.net/docsv2/de/languag … erty.first</a></p><p>Anhand dessen ist die Funktionsweise nach meinem Empfinden besser erklärt.</p>]]></description>
			<author><![CDATA[dummy@example.com (cyberman)]]></author>
			<pubDate>Thu, 19 May 2011 13:36:13 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=7580#p7580</guid>
		</item>
		<item>
			<title><![CDATA[[gelöst] MenuManager: Erstes und letztes Element finden]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=7579#p7579</link>
			<description><![CDATA[<p>Ich habe die SuFu bemüht und mal ins Wiki geschaut aber wurde nicht fündig:<br />wie kann ich das erste und letzte item im MenuManager Template finden? möchte sows erreichen: &lt;li class=&quot;first&quot;&gt; und &lt;li class=&quot;last&quot;&gt;. <br />beim ersten mag es noch einfach sein: {if $node-&gt;index == 1}</p>]]></description>
			<author><![CDATA[dummy@example.com (nicmare)]]></author>
			<pubDate>Thu, 19 May 2011 13:29:58 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=7579#p7579</guid>
		</item>
	</channel>
</rss>
