<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[TinyMCE Forum - Ibrowser works, partially]]></title>
		<link>http://www.tinymce.com/forum/viewtopic.php?id=497</link>
		<description><![CDATA[The most recent posts in Ibrowser works, partially.]]></description>
		<lastBuildDate>Thu, 14 Apr 2005 11:46:15 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Ibrowser works, partially]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=1434#p1434</link>
			<description><![CDATA[<div class="quotebox"><blockquote><p>actually, i solved one problem: </p><p>OK. I know very little about how tinyMCE works (as I&#039;m sure you worked out!), but it was obviously a problem with the language setting. I played around a bit and found that if I renamed the langs/uk.js file to langs/en.js and made the corresponding change in the editor_plugin.js file (tinyMCE.importPluginLanguagePack(&#039;ibrowser&#039;, &#039;en,de&#039;), it worked perfectly. Don&#039;t ask me why, it just seemed like a sensible thing to try having read the tinyMCE docs about language settings.</p></blockquote></div><p>tinymce recently changed the language file from uk.js to en.js - that was the problem - glad it works now for you</p>]]></description>
			<author><![CDATA[dummy@example.com (mmjaeger)]]></author>
			<pubDate>Thu, 14 Apr 2005 11:46:15 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=1434#p1434</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ibrowser works, partially]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=1428#p1428</link>
			<description><![CDATA[<p>actually, i solved one problem: </p><p>OK. I know very little about how tinyMCE works (as I&#039;m sure you worked out!), but it was obviously a problem with the language setting. I played around a bit and found that if I renamed the langs/uk.js file to langs/en.js and made the corresponding change in the editor_plugin.js file (tinyMCE.importPluginLanguagePack(&#039;ibrowser&#039;, &#039;en,de&#039;), it worked perfectly. Don&#039;t ask me why, it just seemed like a sensible thing to try having read the tinyMCE docs about language settings.</p>]]></description>
			<author><![CDATA[dummy@example.com (rsc82)]]></author>
			<pubDate>Thu, 14 Apr 2005 01:11:00 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=1428#p1428</guid>
		</item>
		<item>
			<title><![CDATA[Ibrowser works, partially]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=1427#p1427</link>
			<description><![CDATA[<p>I have been playing with tinymce the entire evening and i stumbled across a plugin called ibrowser. This is really a great plugin. I installed it and after a few hours of fiddling i got this far: </p><p>it opens the ibrowser plugin when i select the ibrowser button in tinyMCE (which btw is called {$lang_ibrowser_desc} which means it has not read the language file)</p><p>I CAN select images, upload images and delete images</p><p>i CAN&#039;t change width / height propertise<br />I DON&#039;t see the language files... </p><p>I think the problem has something to do with &quot;editor_plugin.js&quot; since that file holds the path to the language files AND the extra function for width / height etc. which i can&#039;t use.</p><p>Can anyone help me out? </p><p>Here is the error: </p><div class="codebox"><pre><code>An error has occured on this page

Line 195
Char 13
Syntax Error
Code: 0

URL: http://localhost/tinymce/jscripts/tiny_mce/plugins/ibrowser/ibrowser.php</code></pre></div><p>My config looks like this: </p><div class="codebox"><pre><code>// ================================================
// v.1.0, 2004-10-04
// ================================================

// edit:
// Plugin seems to work in nearly all browsers now
// sk@mandarin-medien.de (2005)

// directory where tinymce files are located
$tinyMCE_dir = &#039;\rockdesign\conservationcareFinal\classes\jscontenteditor\tinymce\jscripts\tiny_mce\&#039;;

// base url for images
$tinyMCE_base_url = &#039;http://localhost&#039;;

$tinyMCE_DOC_url = &#039;C:/wamp/&#039;;

$SCRIPT_NAME=str_replace(&quot;//&quot;,&quot;/&quot;,str_replace(&quot;\&quot;,&quot;/&quot;,$_SERVER[&quot;SCRIPT_NAME&quot;])); 
$SCRIPT_FILENAME=str_replace(&quot;//&quot;,&quot;/&quot;,str_replace(&quot;\&quot;,&quot;/&quot;,$_SERVER[&quot;SCRIPT_FILENAME&quot;])); 

$HTTP_SERVER_VARS[&#039;DOCUMENT_ROOT&#039;]=substr($SCRIPT_FILENAME,0,strlen($SCRIPT_FILENAME)-strlen($SCRIPT_NAME)); 

unset($SCRIPT_NAME); 
unset($SCRIPT_FILENAME); 
 

// image library related config

// allowed extentions for uploaded image files
$tinyMCE_valid_imgs = array(&#039;gif&#039;, &#039;jpg&#039;, &#039;jpeg&#039;, &#039;png&#039;);

// allow upload in image library
$tinyMCE_upload_allowed = true;

// allow delete in image library
$tinyMCE_img_delete_allowed = true;

// image libraries
$tinyMCE_imglibs = array(
  array(
    &#039;value&#039;   =&gt; &#039;/images/&#039;,
    &#039;text&#039;    =&gt; &#039;Images&#039;,
  )
);
// file to include in img_library.php (useful for setting $tinyMCE_imglibs dynamically
// $tinyMCE_imglib_include = &#039;&#039;;</code></pre></div><p>Any help is appreciated. I really enjoy working with this editor and i would love to use it in future projects...</p><p>- Roderik&nbsp; <img src="http://www.tinymce.com/forum/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (rsc82)]]></author>
			<pubDate>Thu, 14 Apr 2005 01:01:02 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=1427#p1427</guid>
		</item>
	</channel>
</rss>
