<?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=1058&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Informationen für CMS/made simple / [Frage] FormBuilder eigenes Formular Template]]></title>
		<link>http://www.cmsmadesimple.de/forum/viewtopic.php?id=1058</link>
		<description><![CDATA[Die aktuellsten Beiträge in [Frage] FormBuilder eigenes Formular Template.]]></description>
		<lastBuildDate>Wed, 20 Jul 2011 11:46:46 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [Frage] FormBuilder eigenes Formular Template]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=9352#p9352</link>
			<description><![CDATA[<p><strong>@nicmare</strong> danke für deine Hilfe :-)</p><p>Coole Sache was man mit auslesen kann <img src="http://www.cmsmadesimple.de/forum/plugins/ezbbc/style/smilies/smile.png" alt="smile" /><br />&lt;pre&gt;{$fields|@print_r}&lt;/pre&gt;</p><p>Einzelne Elemente aus eine Gurppe rausholen {<span style="color: red">$extras</span>-&gt;input[0]-&gt;input} {<span style="color: red">$extras</span>-&gt;input[0]-&gt;name} wobei <span style="color: red">$extras</span> der alias der Gruppe ist.</p><p>Ganze Gruppe mit Schleife ausgeben geht dann so :-)</p><br /><div class="codebox"><pre><code>{foreach from=$fields item=entry}
       {section name=numloop loop=$entry-&gt;input}
          &lt;div class=&quot;ankaufc&quot;&gt;  {[color=red]$extras[/color]-&gt;input[numloop]-&gt;input} {[color=red]$extras[/color]-&gt;input[numloop]-&gt;name} &lt;/div&gt;
      {/section}


{/foreach}</code></pre></div><p>Hab wieder was neues dazugelernt DANKE</p>]]></description>
			<author><![CDATA[dummy@example.com (AL-d82)]]></author>
			<pubDate>Wed, 20 Jul 2011 11:46:46 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=9352#p9352</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Frage] FormBuilder eigenes Formular Template]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=9344#p9344</link>
			<description><![CDATA[<p>öffne mal den quelltext der seite, dann siehst du den print besser. oder schreibe &lt;pre&gt;&lt;/pre&gt; drum herum.<br />dann hast du auch die formatierung</p>]]></description>
			<author><![CDATA[dummy@example.com (nicmare)]]></author>
			<pubDate>Wed, 20 Jul 2011 10:42:17 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=9344#p9344</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Frage] FormBuilder eigenes Formular Template]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=9339#p9339</link>
			<description><![CDATA[<p>Verstehe nur Bahnhof&#160; <img src="http://www.cmsmadesimple.de/forum/plugins/ezbbc/style/smilies/tongue.png" alt="tongue" /> <br />Mit [type] kann ich aber in meinem Template nicht definieren welche der Kontrollkästchen-Gruppe angezeigt werden soll.?&#160; Oder bin ich <img src="http://www.cmsmadesimple.de/forum/plugins/ezbbc/style/smilies/cool.png" alt="cool" />&#160; (blind)</p><p>Wie bekomme ich es hin, dass ich an dieser einen Stelle wo Ausstattung steht auch nur die Gruppe Extras angezeigt wird ohne das es noch die 2. Gruppe test mit 1aa, 2aa, 3aa mit anängt</p><p><strong>@ amh:</strong></p><p>Ja ist ein fertiges Modul nennt sich<br />Vehicle Listing <a href="http://dev.cmsmadesimple.org/projects/auto" rel="nofollow">http://dev.cmsmadesimple.org/projects/auto</a><br />ist echt cool das Modul. habe die Templates angepasst</p>]]></description>
			<author><![CDATA[dummy@example.com (AL-d82)]]></author>
			<pubDate>Wed, 20 Jul 2011 08:49:18 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=9339#p9339</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Frage] FormBuilder eigenes Formular Template]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=9338#p9338</link>
			<description><![CDATA[<p>off-topic: Wie hast Du denn die Fahrzeug-Suche gemacht? Ist das ein fertiges Modul?</p><p>Kompliment!</p>]]></description>
			<author><![CDATA[dummy@example.com (amh)]]></author>
			<pubDate>Wed, 20 Jul 2011 08:43:25 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=9338#p9338</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Frage] FormBuilder eigenes Formular Template]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=9335#p9335</link>
			<description><![CDATA[<p>Was nicmare meint ist:<br />[type] =&gt; - Feldeinstellungen Start<br />[type] =&gt; Kontrollkästchen-Gruppe<br />[type] =&gt; Listenfeld<br />…<br />Einfach im Browser bei der Ausgabe nach [type] suchen.</p><p>Und wenn die Seite mehrsprachig ist, oder das System auf englisch eingestellt, müsstest Du die Sprachversionen auch abfangen.</p><p>Viele Grüße Andreas</p><p>An diesem Template bin ich auch schon gescheitert :-( Ich hätte gern eine vernünftige (Uni-form) Ausgabe, die sich auch sehen lassen kann. :-(</p>]]></description>
			<author><![CDATA[dummy@example.com (amh)]]></author>
			<pubDate>Wed, 20 Jul 2011 08:38:06 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=9335#p9335</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Frage] FormBuilder eigenes Formular Template]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=9333#p9333</link>
			<description><![CDATA[<p>@nicmare danke Erstmal für die Antwort</p><p>Irgendwie komme ich da nicht weiter. mit {$fields|@print_r} auch nicht hmm die Syntax müsste man verstehen <img src="http://www.cmsmadesimple.de/forum/plugins/ezbbc/style/smilies/monkey.png" alt="monkey" /> <img src="http://www.cmsmadesimple.de/forum/plugins/ezbbc/style/smilies/monkey.png" alt="monkey" /> </p><p>hier die Seite um die es geht:<br /><a href="http://www.damjanovic-omnibushandel.de/cms/index.php?page=Ankauf_de" rel="nofollow">http://www.damjanovic-omnibushandel.de/ … =Ankauf_de</a></p><p>Mein Problem ist wenn ich mehrere <br />Kontrollkästchen-Gruppen habe werden die aneinander gehängt.</p><p>Die eine Gruppe heißt Extras und die andere test</p><p>Nun wird zuerst die Extras ausgegeben und dann sofort test ( 1aaa, 2aaa, 3aaa)</p><div class="codebox"><pre><code>{foreach from=$fields item=entry}        {section name=numloop loop=$entry-&gt;input}           {$entry-&gt;input[numloop]-&gt;input} {$entry-&gt;input[numloop]-&gt;name}       {/section}</code></pre></div><p>wie kann ich bestimmen das an dieser einen stelle nur&#160; Extras angezeigt wird?<br />Man muss doch das irgendwie zuweisen können?</p>]]></description>
			<author><![CDATA[dummy@example.com (AL-d82)]]></author>
			<pubDate>Wed, 20 Jul 2011 08:20:48 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=9333#p9333</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Frage] FormBuilder eigenes Formular Template]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=9332#p9332</link>
			<description><![CDATA[<p>einfach mal {$fields|@print_r} machen dann siehst du wie die heißen. kommt auch drauf an in welcher sprache der formbuilder ausgegeben wird.<br />bei mir sieht das so aus:</p><div class="codebox"><pre><code>{if $entry-&gt;type == &quot;Check Box Group&quot; OR $entry-&gt;type == &quot;Kontrollk&amp;auml;stchen-Gruppe&quot;}hier die Anweisung…{/if}</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (nicmare)]]></author>
			<pubDate>Wed, 20 Jul 2011 07:47:53 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=9332#p9332</guid>
		</item>
		<item>
			<title><![CDATA[[Frage] FormBuilder eigenes Formular Template]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=9330#p9330</link>
			<description><![CDATA[<p>Hallo ich komme nicht weiter :-(<br />Will ein eigenes Formular Template erstellen,<br />Die Normalen Felder wie Textfeld... sind ja leicht anzuzeigen<br />Ort: {$Ort-&gt;input}</p><p>Aber wie fügt man eine spezielle Kontrollkästchen-Gruppe</p><div class="codebox"><pre><code>{foreach from=$fields item=entry}
       {section name=numloop loop=$entry-&gt;input}
          {$entry-&gt;input[numloop]-&gt;input} {$entry-&gt;input[numloop]-&gt;name}
      {/section}</code></pre></div><p>So werden alle Kontrollkästchen-Gruppen angezeigt </p><p>Beispiel: 1. Kontrollkästchen-Gruppe = farben 2. Kontrollkästchen-Gruppe = form</p><p>es liestet zuerst Kontrollkästchen-Gruppe = farben und dann die Kontrollkästchen-Gruppe = form</p><p>Hab es so probiert:</p><div class="codebox"><pre><code>{foreach from=$farben item=entry}
       {section name=numloop loop=$entry-&gt;input}
          {$entry-&gt;input[numloop]-&gt;input} {$entry-&gt;input[numloop]-&gt;name}
      {/section}</code></pre></div><p>Nichts wird angezeigt :-(</p><p>Als Hilfe steht ja field-&gt;input-&gt;name and field-&gt;input-&gt;inputs aber damit weiß ich leider nichts anzufangen :-(</p><div class="codebox"><pre><code>{foreach from=$fields-&gt;farben item=entry}
       {section name=numloop loop=$entry-&gt;input}
          {$entry-&gt;input[numloop]-&gt;input} {$entry-&gt;input[numloop]-&gt;name}
      {/section}</code></pre></div><p>Nichts wird angezeigt...</p><p>Kann mir bitte vielleicht einer helfen wie ich einzelne Kontrollkästchen-Gruppen aufrufen kann?<br />DANKE.. </p><p>Greez AL</p>]]></description>
			<author><![CDATA[dummy@example.com (AL-d82)]]></author>
			<pubDate>Tue, 19 Jul 2011 22:41:34 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=9330#p9330</guid>
		</item>
	</channel>
</rss>
