<?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=1513&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Informationen für CMS/made simple / [GELÖST] Variablen als Parameter für AdvancedContent]]></title>
		<link>http://www.cmsmadesimple.de/forum/viewtopic.php?id=1513</link>
		<description><![CDATA[Die aktuellsten Beiträge in [GELÖST] Variablen als Parameter für AdvancedContent.]]></description>
		<lastBuildDate>Tue, 22 Nov 2011 20:44:37 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [GELÖST] Variablen als Parameter für AdvancedContent]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=13153#p13153</link>
			<description><![CDATA[<p>Ohje, manche Themen lese ich eben auch nicht. Das Tag kann ich ja direkt ausführen. Danke!</p>]]></description>
			<author><![CDATA[dummy@example.com (Foaly*)]]></author>
			<pubDate>Tue, 22 Nov 2011 20:44:37 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=13153#p13153</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Variablen als Parameter für AdvancedContent]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=13147#p13147</link>
			<description><![CDATA[<p><a href="http://forum.cmsmadesimple.de/viewtopic.php?id=934" rel="nofollow">http://forum.cmsmadesimple.de/viewtopic.php?id=934</a></p>]]></description>
			<author><![CDATA[dummy@example.com (NaN)]]></author>
			<pubDate>Tue, 22 Nov 2011 20:17:52 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=13147#p13147</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Variablen als Parameter für AdvancedContent]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=13146#p13146</link>
			<description><![CDATA[<div class="codebox"><pre><code>{content block=&quot;feu_groups&quot; label=&quot;Berechtigungen&quot; description=&quot;Folgende Benutzergruppen haben Zugriff auf diesen Inhalt:&quot; assign=&quot;feu_groups&quot; required=&quot;true&quot; block_type=&quot;select_multiple&quot; size=4 items=&quot;:::$feu_list_groups:::&quot; values=&quot;:::$feu_list_group_ids:::&quot; smarty=&quot;true&quot;}</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (nicmare)]]></author>
			<pubDate>Tue, 22 Nov 2011 19:45:45 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=13146#p13146</guid>
		</item>
		<item>
			<title><![CDATA[[GELÖST] Variablen als Parameter für AdvancedContent]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=13137#p13137</link>
			<description><![CDATA[<p>Hallo,</p><p>ich versuche, im Backend eine Mehrfachauswahl für Benutzergruppen zu schaffen. Folgend das Tag, das ich dazu verwende:</p><div class="codebox"><pre><code>[== Smarty ==]
{content block=&quot;feu_groups&quot; label=&quot;Berechtigungen&quot; description=&quot;Folgende Benutzergruppen haben Zugriff auf diesen Inhalt:&quot; assign=&quot;feu_groups&quot; required=true block_type=&quot;select_multiple&quot; size=4 items=$feu_list_groups values=$feu_list_group_ids}</code></pre></div><p>Obwohl die Variablen eine korrekt mit &quot;|&quot; separierte Liste der Benutzergruppen bzw. deren ID beinhalten, wird im Backend nur der Variablenname im Input angezeigt. Muss das so sein?</p><p>Anmerkung: So befülle ich die Variablen:</p><div class="codebox"><pre><code>[== Smarty ==]
{feu_groups get=&quot;groupname&quot; assign=&quot;feu_list_groups&quot;}{feu_groups get=&quot;id&quot; assign=&quot;feu_list_group_ids&quot;}</code></pre></div><div class="codebox"><pre><code>[== PHP (UDT) ==]
$db = cmsms()-&gt;GetDb();
$smarty = cmsms()-&gt;GetSmarty();

$groups = $db-&gt;GetOne(&#039;SELECT GROUP_CONCAT(&#039; . $params[&#039;get&#039;] . &#039; SEPARATOR \&#039;|\&#039;) AS groups FROM &#039; . cms_db_prefix() . &#039;module_feusers_groups&#039;);
$smarty-&gt;assign($params[&#039;assign&#039;], $groups);</code></pre></div><p>Vielen Dank!</p>]]></description>
			<author><![CDATA[dummy@example.com (Foaly*)]]></author>
			<pubDate>Tue, 22 Nov 2011 15:23:11 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=13137#p13137</guid>
		</item>
	</channel>
</rss>
