<?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"
	>
<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>
	<pubDate>Thu, 03 Jul 2008 22:52:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: iti</title>
		<link>http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/#comment-192778</link>
		<dc:creator>iti</dc:creator>
		<pubDate>Tue, 01 Jul 2008 11:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/#comment-192778</guid>
		<description>Merl solution works for me FF3:
add var not where stated (see Merl post),
but here - editor_plugin.js:

				// Internal image object like a flash placeholder
				if (ed.dom.getAttrib(e, 'class').indexOf('mceItem') != -1)
					return;
//fix for ff3
                        var ib = iBrowser_GetIb();

do not forget to change the common.js as above in Merl post.

if you need a full tiny_mce+ibrowser module for website baker, go to: http://forum.websitebaker2.org/index.php/topic,10183.0.html for download
cheers
Iti</description>
		<content:encoded><![CDATA[<p>Merl solution works for me FF3:<br />
add var not where stated (see Merl post),<br />
but here - editor_plugin.js:</p>
<p>				// Internal image object like a flash placeholder<br />
				if (ed.dom.getAttrib(e, &#8216;class&#8217;).indexOf(&#8217;mceItem&#8217;) != -1)<br />
					return;<br />
//fix for ff3<br />
                        var ib = iBrowser_GetIb();</p>
<p>do not forget to change the common.js as above in Merl post.</p>
<p>if you need a full tiny_mce+ibrowser module for website baker, go to: <a href="http://forum.websitebaker2.org/index.php/topic,10183.0.html" rel="nofollow">http://forum.websitebaker2.org/index.php/topic,10183.0.html</a> for download<br />
cheers<br />
Iti</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lynne</title>
		<link>http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/#comment-192773</link>
		<dc:creator>Lynne</dc:creator>
		<pubDate>Mon, 23 Jun 2008 21:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/#comment-192773</guid>
		<description>OK, so here's my issue: 

I turn on ibrowser, and my XP/FF2 machine is fine. But my client's machine (sometimes Vista, sometimes Mac, on FF, IE, whatever) can't see the whole textarea TinyMCE WYSIWYG once I enable ibrowser. Using TinyMCE 3.0.8. Before I didn't do the whole copy tinyMCE3.0_editor_plugin.js  twice and call it editor_plugin.js and editor_plugin_src.js thing, BUT I just tried that and it still doesn't work. Any ideas?</description>
		<content:encoded><![CDATA[<p>OK, so here&#8217;s my issue: </p>
<p>I turn on ibrowser, and my XP/FF2 machine is fine. But my client&#8217;s machine (sometimes Vista, sometimes Mac, on FF, IE, whatever) can&#8217;t see the whole textarea TinyMCE WYSIWYG once I enable ibrowser. Using TinyMCE 3.0.8. Before I didn&#8217;t do the whole copy tinyMCE3.0_editor_plugin.js  twice and call it editor_plugin.js and editor_plugin_src.js thing, BUT I just tried that and it still doesn&#8217;t work. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/#comment-192772</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Mon, 23 Jun 2008 14:23:22 +0000</pubDate>
		<guid isPermaLink="false">http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/#comment-192772</guid>
		<description>Can't get the plugin to work in Safari. I tried Merl's fix (see comment above), but Safari still won't recognize the ib variable.

I'm guessing it's a security issue in Safari. The common.js file, with the ib variable, is loaded and it DOES execute (I tried putting an alert in there), but editor_plugin.js can't access any functions or variables from it. Strange.

If anyone has a fix for this, please leave a comment for the rest of us.</description>
		<content:encoded><![CDATA[<p>Can&#8217;t get the plugin to work in Safari. I tried Merl&#8217;s fix (see comment above), but Safari still won&#8217;t recognize the ib variable.</p>
<p>I&#8217;m guessing it&#8217;s a security issue in Safari. The common.js file, with the ib variable, is loaded and it DOES execute (I tried putting an alert in there), but editor_plugin.js can&#8217;t access any functions or variables from it. Strange.</p>
<p>If anyone has a fix for this, please leave a comment for the rest of us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Merl</title>
		<link>http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/#comment-192768</link>
		<dc:creator>Merl</dc:creator>
		<pubDate>Fri, 20 Jun 2008 18:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/#comment-192768</guid>
		<description>Hi there!

This is a neat plug-in, but I was having some problems with Firefox 3. Couldn't open the dialog from tinyMCE 3.0.

The problem seems to be related to some firefox namespace, where the ib variable isn't available back in the tinyMCE3.0_editor_plugin.js. The common.js file loads just fine, and everything is happening in the correct order, but I couldn't seem to get a hold of the ib variable after the inclusion of the common.js file.

I made a temporary fix localy (Only tested with IE7 + FF3):

Added the following to interface/common.js directly after “var ib = new iBrowser;”:
function iBrowser_GetIb() { return ib; }

The following was added below: “tinymce.ScriptLoader.load(url + '/interface/common.js');”:
var ib = iBrowser_GetIb();


Keep up the good work =)</description>
		<content:encoded><![CDATA[<p>Hi there!</p>
<p>This is a neat plug-in, but I was having some problems with Firefox 3. Couldn&#8217;t open the dialog from tinyMCE 3.0.</p>
<p>The problem seems to be related to some firefox namespace, where the ib variable isn&#8217;t available back in the tinyMCE3.0_editor_plugin.js. The common.js file loads just fine, and everything is happening in the correct order, but I couldn&#8217;t seem to get a hold of the ib variable after the inclusion of the common.js file.</p>
<p>I made a temporary fix localy (Only tested with IE7 + FF3):</p>
<p>Added the following to interface/common.js directly after “var ib = new iBrowser;”:<br />
function iBrowser_GetIb() { return ib; }</p>
<p>The following was added below: “tinymce.ScriptLoader.load(url + &#8216;/interface/common.js&#8217;);”:<br />
var ib = iBrowser_GetIb();</p>
<p>Keep up the good work =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ironman</title>
		<link>http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/#comment-192665</link>
		<dc:creator>Ironman</dc:creator>
		<pubDate>Thu, 05 Jun 2008 10:45:03 +0000</pubDate>
		<guid isPermaLink="false">http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/#comment-192665</guid>
		<description>thanks, this helped me :)</description>
		<content:encoded><![CDATA[<p>thanks, this helped me :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/#comment-192657</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 04 Jun 2008 11:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/#comment-192657</guid>
		<description>These setup instructions worked a treat - took just 30 mins cos I had the  “Error building image list!” -- fixed by reading the instructions properly. On this page  ( http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/ ) there is a picture in which the images are shown as filenames . In my installation the images are displayed as thumbnail so can anyone tell me how to show the images as filenames ?</description>
		<content:encoded><![CDATA[<p>These setup instructions worked a treat - took just 30 mins cos I had the  “Error building image list!” &#8212; fixed by reading the instructions properly. On this page  ( <a href="http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/" rel="nofollow">http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/</a> ) there is a picture in which the images are shown as filenames . In my installation the images are displayed as thumbnail so can anyone tell me how to show the images as filenames ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manu</title>
		<link>http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/#comment-192644</link>
		<dc:creator>manu</dc:creator>
		<pubDate>Tue, 03 Jun 2008 00:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/#comment-192644</guid>
		<description>I made a little snippet for those who don't want to add the absolute path everywhere. This basically determines the absolute path of the site.


$pathArray = explode("/",$_SERVER['SCRIPT_NAME']);
$pathFolderNumbers = count($pathArray)-1;
for($i = 0;$i&#60;$pathFolderNumbers;$i++)
   $pathToThis.= $pathArray[$i]."/";
echo $pathToThis;  

Then just work it out relative. Works for me, and it's much easier to keep track. (basically no need to).</description>
		<content:encoded><![CDATA[<p>I made a little snippet for those who don&#8217;t want to add the absolute path everywhere. This basically determines the absolute path of the site.</p>
<p>$pathArray = explode(&#8221;/&#8221;,$_SERVER['SCRIPT_NAME']);<br />
$pathFolderNumbers = count($pathArray)-1;<br />
for($i = 0;$i&lt;$pathFolderNumbers;$i++)<br />
   $pathToThis.= $pathArray[$i].&#8221;/&#8221;;<br />
echo $pathToThis;  </p>
<p>Then just work it out relative. Works for me, and it&#8217;s much easier to keep track. (basically no need to).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Koch</title>
		<link>http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/#comment-192627</link>
		<dc:creator>Brad Koch</dc:creator>
		<pubDate>Thu, 29 May 2008 17:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/#comment-192627</guid>
		<description>Looks pretty awesome.  I just wish it was LGPL instead though.  I can't use something that's been GPL'd because that would require my company to release the entire application.  Guess I'll have to find another solution.</description>
		<content:encoded><![CDATA[<p>Looks pretty awesome.  I just wish it was LGPL instead though.  I can&#8217;t use something that&#8217;s been GPL&#8217;d because that would require my company to release the entire application.  Guess I&#8217;ll have to find another solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adil</title>
		<link>http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/#comment-192612</link>
		<dc:creator>Adil</dc:creator>
		<pubDate>Tue, 27 May 2008 11:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/#comment-192612</guid>
		<description>hello folks,

i want to use i Browser with tinyMCE with jsp.
tinyMCE works great, but i'm not sure if i can use iBrowser with jsp

thanks in advance</description>
		<content:encoded><![CDATA[<p>hello folks,</p>
<p>i want to use i Browser with tinyMCE with jsp.<br />
tinyMCE works great, but i&#8217;m not sure if i can use iBrowser with jsp</p>
<p>thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Coppard</title>
		<link>http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/#comment-192594</link>
		<dc:creator>Adam Coppard</dc:creator>
		<pubDate>Wed, 21 May 2008 19:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://pascal.vanhecke.info/2005/08/25/image-upload-plugin-for-tinymce/#comment-192594</guid>
		<description>Few questions:

1) tinyMCE.editor_plugin.js file, where is it?
2)what path do the image galleries take? are they the root of the ibrowser plugins or what? I have done ../../../../images (which i am assuming would take me to the folder in the same dir as the jscripts folder of TinyMCE.

TIA</description>
		<content:encoded><![CDATA[<p>Few questions:</p>
<p>1) tinyMCE.editor_plugin.js file, where is it?<br />
2)what path do the image galleries take? are they the root of the ibrowser plugins or what? I have done ../../../../images (which i am assuming would take me to the folder in the same dir as the jscripts folder of TinyMCE.</p>
<p>TIA</p>
]]></content:encoded>
	</item>
</channel>
</rss>
