<?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=97&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Informationen für CMS/made simple / EnhancedXSPF Drag and Drop]]></title>
		<link>http://www.cmsmadesimple.de/forum/viewtopic.php?id=97</link>
		<description><![CDATA[Die aktuellsten Beiträge in EnhancedXSPF Drag and Drop.]]></description>
		<lastBuildDate>Tue, 14 Dec 2010 14:20:13 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: EnhancedXSPF Drag and Drop]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=572#p572</link>
			<description><![CDATA[<p>Du must dir die Stelle suchen wo xajax im Module initalisiert wird </p><p> new xajax();</p><p>danach </p><p>$xajax-&gt;setFlag(&#039;debug&#039;,true);</p><p>wenn $xajax die Variable ist, in der die Klasse enthalten ist, ansonsten $xajax ändern.</p>]]></description>
			<author><![CDATA[dummy@example.com (piratos)]]></author>
			<pubDate>Tue, 14 Dec 2010 14:20:13 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=572#p572</guid>
		</item>
		<item>
			<title><![CDATA[Re: EnhancedXSPF Drag and Drop]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=569#p569</link>
			<description><![CDATA[<p>Danke für Eure Hilfe - ich habe das Ganze jetzt spasseshalber einfach mal in einem anderen System verbaut (1.8.2), und da läuft das Drag and Drop problemlos, ich geh daher davon aus, dass es sich bei dem Fehler um eine Inkompatibiltät System/Modul handelt. Zur Not würde ich die Seite dann doch mit dem 1.8.2 umsetzen.</p><p>Den Xajax-Debug würd ich mir gern trotzdem anschaun, weiss aber nicht, wie den Debug-Modus aktivieren kann.</p>]]></description>
			<author><![CDATA[dummy@example.com (conceptbay)]]></author>
			<pubDate>Tue, 14 Dec 2010 14:09:23 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=569#p569</guid>
		</item>
		<item>
			<title><![CDATA[Re: EnhancedXSPF Drag and Drop]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=565#p565</link>
			<description><![CDATA[<div class="quotebox"><cite>cyberman schrieb:</cite><blockquote><div><p>Hast du mal in den Quelltext der Webseite reingeschaut, womit dieser Drag&#039;n Drop Effect &quot;erzeugt&quot; wird?</p><p>Dürfte ja vermutlich irgend eine Ajax-Technik sein. Angenommen, es wird xajax verwendet, steht dies unter der 1.9.x nicht mehr zur Verfügung, weil mit dieser Version auf jquery umgestellt wurde ...</p></div></blockquote></div><p>Die Information ist ein Windei von CG - Xajax wird nicht nur mitgeliefert sondern auch überall verwendet und das auch in der aktuellen Version.</p><p>Hier mal ein Auszug aus listcontent.php</p><div class="codebox"><pre><code>define(&#039;XAJAX_DEFAULT_CHAR_ENCODING&#039;, $config[&#039;admin_encoding&#039;]);


require_once(dirname(dirname(__FILE__)) . &#039;/lib/xajax/xajax_core/xajax.inc.php&#039;);
$xajax = new xajax();
$xajax-&gt;register(XAJAX_FUNCTION,&#039;content_list_ajax&#039;);
$xajax-&gt;register(XAJAX_FUNCTION,&#039;content_setactive&#039;);
$xajax-&gt;register(XAJAX_FUNCTION,&#039;content_setinactive&#039;);
$xajax-&gt;register(XAJAX_FUNCTION,&#039;content_setdefault&#039;);
$xajax-&gt;register(XAJAX_FUNCTION,&#039;content_expandall&#039;);
$xajax-&gt;register(XAJAX_FUNCTION,&#039;content_collapseall&#039;);
$xajax-&gt;register(XAJAX_FUNCTION,&#039;content_toggleexpand&#039;);
$xajax-&gt;register(XAJAX_FUNCTION,&#039;content_move&#039;);
$xajax-&gt;register(XAJAX_FUNCTION,&#039;content_delete&#039;);
$xajax-&gt;register(XAJAX_FUNCTION,&#039;reorder_display_list&#039;);
$xajax-&gt;register(XAJAX_FUNCTION,&#039;reorder_process&#039;);
$xajax-&gt;processRequest();
$headtext = $xajax-&gt;getJavascript($config[&#039;root_url&#039;] . &#039;/lib/xajax&#039;).&quot;\n&quot;;
................</code></pre></div><p>Xajax (wie ajax auch) reagiert sehr empfindlich auf Whitespaces deswegen würde ich Xajax mal auf debug setzen und mal schauen was abläuft.</p>]]></description>
			<author><![CDATA[dummy@example.com (piratos)]]></author>
			<pubDate>Tue, 14 Dec 2010 12:57:20 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=565#p565</guid>
		</item>
		<item>
			<title><![CDATA[Re: EnhancedXSPF Drag and Drop]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=559#p559</link>
			<description><![CDATA[<p>Hast du mal in den Quelltext der Webseite reingeschaut, womit dieser Drag&#039;n Drop Effect &quot;erzeugt&quot; wird?</p><p>Dürfte ja vermutlich irgend eine Ajax-Technik sein. Angenommen, es wird xajax verwendet, steht dies unter der 1.9.x nicht mehr zur Verfügung, weil mit dieser Version auf jquery umgestellt wurde ...</p>]]></description>
			<author><![CDATA[dummy@example.com (cyberman)]]></author>
			<pubDate>Tue, 14 Dec 2010 12:22:37 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=559#p559</guid>
		</item>
		<item>
			<title><![CDATA[EnhancedXSPF Drag and Drop]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=557#p557</link>
			<description><![CDATA[<p>Hallo zusammen,</p><p>ich bin gerade dabei, den EnhancedXSPF-Player auf einer Seite einzubinden.<br />Die Installation/Konfiguration funktioniert, nur kann ich keine Songs per Drag and Drop in die Playlists einfügen.</p><p>Der entsprechende Mauszeiger erscheint zwar über den einzelnen vorhandenen Tracks, diese lassen sich aber nicht dazu bringen, ihren Hintern in die Playlist zu bewegen.</p><p>Hier mal ein Screenshot: <br /><span class="postimg"><img src="http://conceptbay.de/uploads/images/enhanced.jpg" alt="enhanced.jpg" /></span></p><p>Ich habe die CMSMS-Version 1.91 laufen und die Version EnhancedXSPF-0.5.2.</p><p>Hat jemand eine Idee (ich nehme auch eine brauchbare Alternative ;-) ), wie ich das lösen kann?</p>]]></description>
			<author><![CDATA[dummy@example.com (conceptbay)]]></author>
			<pubDate>Tue, 14 Dec 2010 10:48:30 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=557#p557</guid>
		</item>
	</channel>
</rss>
