<?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: Image Upload Plugin for TinyMce</title>
	<atom:link href="http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/feed/" rel="self" type="application/rss+xml" />
	<link>http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/</link>
	<description></description>
	<lastBuildDate>Tue, 06 Dec 2011 19:12:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Arjun</title>
		<link>http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/comment-page-6/#comment-193981</link>
		<dc:creator>Arjun</dc:creator>
		<pubDate>Mon, 06 Sep 2010 13:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/#comment-193981</guid>
		<description>we have problem with tinymce ibrowser plugin we have writting following code 





	tinyMCE.init({
		mode : &quot;textareas&quot;,
		theme : &quot;advanced&quot;,
		elements: &quot;template_content&quot;,
		theme_advanced_buttons2 : &quot;cut,ibrowser&quot;,
		plugins : &quot;ibrowser&quot;,
		theme_advanced_buttons2_add : &quot;ibrowser&quot;,
	});



	
	
	


but not display image uploader icon on the tinyMce tool bar ??</description>
		<content:encoded><![CDATA[<p>we have problem with tinymce ibrowser plugin we have writting following code </p>
<p>	tinyMCE.init({<br />
		mode : &#8220;textareas&#8221;,<br />
		theme : &#8220;advanced&#8221;,<br />
		elements: &#8220;template_content&#8221;,<br />
		theme_advanced_buttons2 : &#8220;cut,ibrowser&#8221;,<br />
		plugins : &#8220;ibrowser&#8221;,<br />
		theme_advanced_buttons2_add : &#8220;ibrowser&#8221;,<br />
	});</p>
<p>but not display image uploader icon on the tinyMce tool bar ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arjun</title>
		<link>http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/comment-page-5/#comment-193980</link>
		<dc:creator>Arjun</dc:creator>
		<pubDate>Mon, 06 Sep 2010 13:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/#comment-193980</guid>
		<description>i have problem with tinyMce ibrowser plugin i have set up my code as below




	tinyMCE.init({
		mode : &quot;textareas&quot;,
		theme : &quot;advanced&quot;,
		elements: &quot;template_content&quot;,
		theme_advanced_buttons2 : &quot;cut,ibrowser&quot;,
		plugins : &quot;ibrowser&quot;,
		theme_advanced_buttons2_add : &quot;ibrowser&quot;,
	});



	
	
	


But not display open image uploader popup ??</description>
		<content:encoded><![CDATA[<p>i have problem with tinyMce ibrowser plugin i have set up my code as below</p>
<p>	tinyMCE.init({<br />
		mode : &#8220;textareas&#8221;,<br />
		theme : &#8220;advanced&#8221;,<br />
		elements: &#8220;template_content&#8221;,<br />
		theme_advanced_buttons2 : &#8220;cut,ibrowser&#8221;,<br />
		plugins : &#8220;ibrowser&#8221;,<br />
		theme_advanced_buttons2_add : &#8220;ibrowser&#8221;,<br />
	});</p>
<p>But not display open image uploader popup ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: constanza lópez</title>
		<link>http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/comment-page-5/#comment-193930</link>
		<dc:creator>constanza lópez</dc:creator>
		<pubDate>Fri, 04 Jun 2010 20:45:51 +0000</pubDate>
		<guid isPermaLink="false">http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/#comment-193930</guid>
		<description>Create directories How do you do it through the interface?</description>
		<content:encoded><![CDATA[<p>Create directories How do you do it through the interface?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Owens</title>
		<link>http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/comment-page-5/#comment-193878</link>
		<dc:creator>Nick Owens</dc:creator>
		<pubDate>Fri, 09 Apr 2010 00:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/#comment-193878</guid>
		<description>You have my gratitude for working on this and publishing it to the world.  This saved me a few days worth of programming I had planned to provide a basic upload/gallery and I got this full-featured gallery from you for free.

It was a big help, easy to install, and even easier to customize.  Of course I have different users and it took all of about 15 mins to have the code create new folders for the user if their&#039;s doesn&#039;t exist, disable the &quot;up directory&quot; button, add some security so users can&#039;t get around browsing above their folder, and voila.

Thank you, thank you!</description>
		<content:encoded><![CDATA[<p>You have my gratitude for working on this and publishing it to the world.  This saved me a few days worth of programming I had planned to provide a basic upload/gallery and I got this full-featured gallery from you for free.</p>
<p>It was a big help, easy to install, and even easier to customize.  Of course I have different users and it took all of about 15 mins to have the code create new folders for the user if their&#8217;s doesn&#8217;t exist, disable the &#8220;up directory&#8221; button, add some security so users can&#8217;t get around browsing above their folder, and voila.</p>
<p>Thank you, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patecon</title>
		<link>http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/comment-page-5/#comment-193869</link>
		<dc:creator>patecon</dc:creator>
		<pubDate>Wed, 31 Mar 2010 11:48:40 +0000</pubDate>
		<guid isPermaLink="false">http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/#comment-193869</guid>
		<description>McimageManager 3.1.0.4: http://www.mediafire.com/?eefyofymg3d 

copy directory imagemanager into jscripts\tiny_mce\plugins
 
plugins : &quot;imagemanager&quot;,
theme_advanced_buttons1: &quot;insertimage&quot;
file_browser_callback : &quot;mcImageManager.filebrowserCallBack&quot;,</description>
		<content:encoded><![CDATA[<p>McimageManager 3.1.0.4: <a href="http://www.mediafire.com/?eefyofymg3d" rel="nofollow">http://www.mediafire.com/?eefyofymg3d</a> </p>
<p>copy directory imagemanager into jscripts\tiny_mce\plugins</p>
<p>plugins : &#8220;imagemanager&#8221;,<br />
theme_advanced_buttons1: &#8220;insertimage&#8221;<br />
file_browser_callback : &#8220;mcImageManager.filebrowserCallBack&#8221;,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patecon</title>
		<link>http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/comment-page-5/#comment-193868</link>
		<dc:creator>patecon</dc:creator>
		<pubDate>Wed, 31 Mar 2010 09:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/#comment-193868</guid>
		<description>Message: &#039;ib&#039; is null or not an object
Line: 23
Char: 5
Code: 0
URI: http://localhost/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin.js</description>
		<content:encoded><![CDATA[<p>Message: &#8216;ib&#8217; is null or not an object<br />
Line: 23<br />
Char: 5<br />
Code: 0<br />
URI: <a href="http://localhost/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin.js" rel="nofollow">http://localhost/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin.js</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/comment-page-5/#comment-193863</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Fri, 26 Mar 2010 16:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/#comment-193863</guid>
		<description>oops, the above link got cut off, it should be:
http://www.cjboco.com/projects.cfm/project/cj-file-browser/</description>
		<content:encoded><![CDATA[<p>oops, the above link got cut off, it should be:<br />
<a href="http://www.cjboco.com/projects.cfm/project/cj-file-browser/" rel="nofollow">http://www.cjboco.com/projects.cfm/project/cj-file-browser/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/comment-page-5/#comment-193862</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Fri, 26 Mar 2010 16:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/#comment-193862</guid>
		<description>I just released version 3.0 of my CJ File Browser for ColdFusion. It&#039;s free and I tried to make it so you can either modify or delve into the code to figure out how to make your own. Even though it was designed for ColdFusion, you could easily modify it to swap out the ColdFusion engine (It&#039;s uses a ColdFusion Component (CFC) to handle the file management, but the front-end interface is using AJAX calls through JavaScript). Here&#039;s a brief list of all the features:

* jQuery is handling all of the interface and controls.
* A ColdFusion component (CFC) is handling all of the file management. (You could easily port this to something else)
* An XML file is being used to handle security restrictions. 
* CSS is used to handle the look &amp; feel
* TinyMCE can be initiated with variables that are passed to CJ File Browser. 
* You can now use it in Standalone mode (you&#039;ll need to tweak the code a bit)

Hope you like. You can get it by visiting the project page here: http://www.cjboco.com/projects.cfm/project/cj-file...</description>
		<content:encoded><![CDATA[<p>I just released version 3.0 of my CJ File Browser for ColdFusion. It&#8217;s free and I tried to make it so you can either modify or delve into the code to figure out how to make your own. Even though it was designed for ColdFusion, you could easily modify it to swap out the ColdFusion engine (It&#8217;s uses a ColdFusion Component (CFC) to handle the file management, but the front-end interface is using AJAX calls through JavaScript). Here&#8217;s a brief list of all the features:</p>
<p>* jQuery is handling all of the interface and controls.<br />
* A ColdFusion component (CFC) is handling all of the file management. (You could easily port this to something else)<br />
* An XML file is being used to handle security restrictions.<br />
* CSS is used to handle the look &amp; feel<br />
* TinyMCE can be initiated with variables that are passed to CJ File Browser.<br />
* You can now use it in Standalone mode (you&#8217;ll need to tweak the code a bit)</p>
<p>Hope you like. You can get it by visiting the project page here: <a href="http://www.cjboco.com/projects.cfm/project/cj-file.." rel="nofollow">http://www.cjboco.com/projects.cfm/project/cj-file..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anon</title>
		<link>http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/comment-page-5/#comment-193636</link>
		<dc:creator>Anon</dc:creator>
		<pubDate>Tue, 27 Oct 2009 01:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/#comment-193636</guid>
		<description>No longer works with the new tinymce.. At least for me, it didn&#039;t.</description>
		<content:encoded><![CDATA[<p>No longer works with the new tinymce.. At least for me, it didn&#8217;t.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janice Kong</title>
		<link>http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/comment-page-5/#comment-193609</link>
		<dc:creator>Janice Kong</dc:creator>
		<pubDate>Tue, 06 Oct 2009 02:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/#comment-193609</guid>
		<description>I installed the latest iBrowser 1.3.9 for tinymce. I have done everything stated but the icon still does not appear. My OS is linux. 
I delete the iBrowser folder in the plugins and copy and paste it again there because I thought It will be cache problem.

I have a few plugins to use in tiny mce. At first the iBrowser is the last from the plugin list. Then I move it to the front like:
plugins : &#039;ibrowser,liststyle,table&#039;

Then in the firebug I can see it register the ibrowser plugin but cannot find the folder in plugins folder. Then I realize that it is due to the folder name! 
The folder in my plugins is &quot;iBrowser&quot; but the tinymce is looking for &quot;ibrowser&quot;. The capital B is causing the problem. After I change it to lower case the icon appear. I don&#039;t think this is a problem for windows users.</description>
		<content:encoded><![CDATA[<p>I installed the latest iBrowser 1.3.9 for tinymce. I have done everything stated but the icon still does not appear. My OS is linux.<br />
I delete the iBrowser folder in the plugins and copy and paste it again there because I thought It will be cache problem.</p>
<p>I have a few plugins to use in tiny mce. At first the iBrowser is the last from the plugin list. Then I move it to the front like:<br />
plugins : &#8216;ibrowser,liststyle,table&#8217;</p>
<p>Then in the firebug I can see it register the ibrowser plugin but cannot find the folder in plugins folder. Then I realize that it is due to the folder name!<br />
The folder in my plugins is &#8220;iBrowser&#8221; but the tinymce is looking for &#8220;ibrowser&#8221;. The capital B is causing the problem. After I change it to lower case the icon appear. I don&#8217;t think this is a problem for windows users.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

