<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Integrating FCKEditor FileManager in CKEditor</title>
	<atom:link href="http://www.mixedwaves.com/2010/02/integrating-fckeditor-filemanager-in-ckeditor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mixedwaves.com/2010/02/integrating-fckeditor-filemanager-in-ckeditor/</link>
	<description>in the waves of life</description>
	<lastBuildDate>Fri, 03 Feb 2012 21:23:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Penuel</title>
		<link>http://www.mixedwaves.com/2010/02/integrating-fckeditor-filemanager-in-ckeditor/comment-page-4/#comment-3095</link>
		<dc:creator>Penuel</dc:creator>
		<pubDate>Thu, 02 Feb 2012 09:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.mixedwaves.com/?p=38#comment-3095</guid>
		<description>Hi Raj, Please make sure you changed the domains and path to match your domains. Also make sure you set the path in UserFiles variable in config.php. You can find instructions about it in the tutorial.</description>
		<content:encoded><![CDATA[<p>Hi Raj, Please make sure you changed the domains and path to match your domains. Also make sure you set the path in UserFiles variable in config.php. You can find instructions about it in the tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://www.mixedwaves.com/2010/02/integrating-fckeditor-filemanager-in-ckeditor/comment-page-4/#comment-3094</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Thu, 02 Feb 2012 09:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mixedwaves.com/?p=38#comment-3094</guid>
		<description>Hi Penuel,

I am thankful to for your script. I am able to upload images from upload option but i am unable to upload images from image info or link option. Because when i clicked brose option in images info or link tab it is showing your directory structure, because you gave your online link for browse option. But I want to view my directory structure, then only i can upload my images in my server. Can you please tel me where i need to change to see my directory structure..

Thanks Inadvance...

Raj Kiran</description>
		<content:encoded><![CDATA[<p>Hi Penuel,</p>
<p>I am thankful to for your script. I am able to upload images from upload option but i am unable to upload images from image info or link option. Because when i clicked brose option in images info or link tab it is showing your directory structure, because you gave your online link for browse option. But I want to view my directory structure, then only i can upload my images in my server. Can you please tel me where i need to change to see my directory structure..</p>
<p>Thanks Inadvance&#8230;</p>
<p>Raj Kiran</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://www.mixedwaves.com/2010/02/integrating-fckeditor-filemanager-in-ckeditor/comment-page-4/#comment-3092</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Wed, 01 Feb 2012 14:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mixedwaves.com/?p=38#comment-3092</guid>
		<description>Hi Penuel,

I am thankful to you for providing this code. I have downloaded your code and tried in my local system. The image uploading is working only when i am uploading from upload tab, but it is not working for image info and link.  Because i think you gave in demo.html the following code..
 filebrowserBrowseUrl :&#039;js/ckeditor/filemanager/browser/default/browser.html?Connector=http://kodemaster.co.cc/filemanager_in_ckeditor/js/ckeditor/filemanager/connectors/php/connector.php&#039;,
                    filebrowserImageBrowseUrl : &#039;js/ckeditor/filemanager/browser/default/browser.html?Type=Image&amp;Connector=http://kodemaster.co.cc/filemanager_in_ckeditor/js/ckeditor/filemanager/connectors/php/connector.php&#039;,
                    filebrowserFlashBrowseUrl :&#039;js/ckeditor/filemanager/browser/default/browser.html?Type=Flash&amp;Connector=http://kodemaster.co.cc/filemanager_in_ckeditor/js/ckeditor/filemanager/connectors/php/connector.php&#039;,

So it is showing your online image  directory structure. But when i tried to change it to my local image directory structure it is not working.

So can you please help me in this issue. When i click Imageinfo browse or link browser button it has to show my local directory structure. So how i have to do this..

Thanks Inadvance...

Raj</description>
		<content:encoded><![CDATA[<p>Hi Penuel,</p>
<p>I am thankful to you for providing this code. I have downloaded your code and tried in my local system. The image uploading is working only when i am uploading from upload tab, but it is not working for image info and link.  Because i think you gave in demo.html the following code..<br />
 filebrowserBrowseUrl :&#8217;js/ckeditor/filemanager/browser/default/browser.html?Connector=http://kodemaster.co.cc/filemanager_in_ckeditor/js/ckeditor/filemanager/connectors/php/connector.php&#8217;,<br />
                    filebrowserImageBrowseUrl : &#8216;js/ckeditor/filemanager/browser/default/browser.html?Type=Image&amp;Connector=http://kodemaster.co.cc/filemanager_in_ckeditor/js/ckeditor/filemanager/connectors/php/connector.php&#8217;,<br />
                    filebrowserFlashBrowseUrl :&#8217;js/ckeditor/filemanager/browser/default/browser.html?Type=Flash&amp;Connector=http://kodemaster.co.cc/filemanager_in_ckeditor/js/ckeditor/filemanager/connectors/php/connector.php&#8217;,</p>
<p>So it is showing your online image  directory structure. But when i tried to change it to my local image directory structure it is not working.</p>
<p>So can you please help me in this issue. When i click Imageinfo browse or link browser button it has to show my local directory structure. So how i have to do this..</p>
<p>Thanks Inadvance&#8230;</p>
<p>Raj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Penuel</title>
		<link>http://www.mixedwaves.com/2010/02/integrating-fckeditor-filemanager-in-ckeditor/comment-page-4/#comment-3083</link>
		<dc:creator>Penuel</dc:creator>
		<pubDate>Fri, 20 Jan 2012 17:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.mixedwaves.com/?p=38#comment-3083</guid>
		<description>@Deric, I am not sure which feature are you talking about.</description>
		<content:encoded><![CDATA[<p>@Deric, I am not sure which feature are you talking about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Penuel</title>
		<link>http://www.mixedwaves.com/2010/02/integrating-fckeditor-filemanager-in-ckeditor/comment-page-4/#comment-3082</link>
		<dc:creator>Penuel</dc:creator>
		<pubDate>Fri, 20 Jan 2012 17:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mixedwaves.com/?p=38#comment-3082</guid>
		<description>Thanks Patrick, Glad it has been useful</description>
		<content:encoded><![CDATA[<p>Thanks Patrick, Glad it has been useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.mixedwaves.com/2010/02/integrating-fckeditor-filemanager-in-ckeditor/comment-page-4/#comment-3080</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Fri, 20 Jan 2012 15:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mixedwaves.com/?p=38#comment-3080</guid>
		<description>Thanks for your hard work and an easy to follow tutorial.

Worked like a charm!</description>
		<content:encoded><![CDATA[<p>Thanks for your hard work and an easy to follow tutorial.</p>
<p>Worked like a charm!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deric</title>
		<link>http://www.mixedwaves.com/2010/02/integrating-fckeditor-filemanager-in-ckeditor/comment-page-4/#comment-3079</link>
		<dc:creator>Deric</dc:creator>
		<pubDate>Wed, 18 Jan 2012 18:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.mixedwaves.com/?p=38#comment-3079</guid>
		<description>Hi Penuel,

Thanks for the tutorial! Great one!

I have installed and it work well, except for in page/Custom toolbar, doesn&#039;t this support custom toolbar?</description>
		<content:encoded><![CDATA[<p>Hi Penuel,</p>
<p>Thanks for the tutorial! Great one!</p>
<p>I have installed and it work well, except for in page/Custom toolbar, doesn&#8217;t this support custom toolbar?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Penuel</title>
		<link>http://www.mixedwaves.com/2010/02/integrating-fckeditor-filemanager-in-ckeditor/comment-page-4/#comment-3064</link>
		<dc:creator>Penuel</dc:creator>
		<pubDate>Fri, 30 Dec 2011 14:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mixedwaves.com/?p=38#comment-3064</guid>
		<description>Its not supported. The tutorial is about integrating the FCKeditor file manager with new CKEditor, but you can enhance the filebrowser or may try to integrate the newer version of filebrowser that has the functionality you require.</description>
		<content:encoded><![CDATA[<p>Its not supported. The tutorial is about integrating the FCKeditor file manager with new CKEditor, but you can enhance the filebrowser or may try to integrate the newer version of filebrowser that has the functionality you require.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Foo</title>
		<link>http://www.mixedwaves.com/2010/02/integrating-fckeditor-filemanager-in-ckeditor/comment-page-4/#comment-3063</link>
		<dc:creator>Foo</dc:creator>
		<pubDate>Fri, 30 Dec 2011 14:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.mixedwaves.com/?p=38#comment-3063</guid>
		<description>Great site,

however, one major problem is left untouched: the rightclick menu that normaly should pop up, and gives you options like rename or delete, plus a few other image informations, isn&#039;t there.

I downloaded the working demo and just changed the config and paths. Is this function left out, or is it a problem on my site? I wonder, that noone else has brought up this isue.</description>
		<content:encoded><![CDATA[<p>Great site,</p>
<p>however, one major problem is left untouched: the rightclick menu that normaly should pop up, and gives you options like rename or delete, plus a few other image informations, isn&#8217;t there.</p>
<p>I downloaded the working demo and just changed the config and paths. Is this function left out, or is it a problem on my site? I wonder, that noone else has brought up this isue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.mixedwaves.com/2010/02/integrating-fckeditor-filemanager-in-ckeditor/comment-page-4/#comment-3051</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 20 Dec 2011 05:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.mixedwaves.com/?p=38#comment-3051</guid>
		<description>Penuel,
Thank you SO much for this awesome tutorial.  I was beating my head against a wall for most of the night while trying to figure out ckEditor&#039;s documentation.
I was able to implement the GetUrlParam function and the edited OpenFile function (I used the previous version with my fckEditor implementation).
I built a custom image browser that goes through my database table of uploaded images and simply builds a link using the function OpenFile(&#039;url_to_image&#039;).
It works like a charm now!
Thanks again!</description>
		<content:encoded><![CDATA[<p>Penuel,<br />
Thank you SO much for this awesome tutorial.  I was beating my head against a wall for most of the night while trying to figure out ckEditor&#8217;s documentation.<br />
I was able to implement the GetUrlParam function and the edited OpenFile function (I used the previous version with my fckEditor implementation).<br />
I built a custom image browser that goes through my database table of uploaded images and simply builds a link using the function OpenFile(&#8216;url_to_image&#8217;).<br />
It works like a charm now!<br />
Thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

