<?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: Tinymce with TinyBrowser for Elgg 1.0</title>
	<atom:link href="http://openedweb.com/blog/2008/10/05/tinymce-with-tinybrowser-for-elgg-10/feed/" rel="self" type="application/rss+xml" />
	<link>http://openedweb.com/blog/2008/10/05/tinymce-with-tinybrowser-for-elgg-10/</link>
	<description>Education and Technology</description>
	<lastBuildDate>Sun, 22 Jan 2012 03:29:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Richard Webb</title>
		<link>http://openedweb.com/blog/2008/10/05/tinymce-with-tinybrowser-for-elgg-10/comment-page-1/#comment-42453</link>
		<dc:creator>Richard Webb</dc:creator>
		<pubDate>Sun, 02 Oct 2011 14:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://openedweb.com/blog/?p=410#comment-42453</guid>
		<description>Thanks for this - 
I wanted to try the TinyBrowser to see if it suits my need but the author doesn&#039;t have a trial version available and your download contains it ;-)
Just copy out the tinybrowser subfolder from the plugins directory and follow the included readme.txt for help how to get it working , very easy.
I&#039;m trialling it for a small website I&#039;m working on and so far it works very well and obviously will purchase the proper version if and when I put it into production.</description>
		<content:encoded><![CDATA[<p>Thanks for this &#8211;<br />
I wanted to try the TinyBrowser to see if it suits my need but the author doesn&#8217;t have a trial version available and your download contains it <img src='http://openedweb.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
Just copy out the tinybrowser subfolder from the plugins directory and follow the included readme.txt for help how to get it working , very easy.<br />
I&#8217;m trialling it for a small website I&#8217;m working on and so far it works very well and obviously will purchase the proper version if and when I put it into production.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doris</title>
		<link>http://openedweb.com/blog/2008/10/05/tinymce-with-tinybrowser-for-elgg-10/comment-page-1/#comment-35247</link>
		<dc:creator>doris</dc:creator>
		<pubDate>Wed, 29 Jun 2011 10:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://openedweb.com/blog/?p=410#comment-35247</guid>
		<description>Hi there,

does anybody have a solution when the error:
 r is undefined
(line 1)tiny_mce.js is received when clicking on the files icon

IE9 is more precise:

SCRIPT5007: Unable to get value of the property &#039;apply&#039;: object is null or undefined 
tiny_mce.js, line 1 character 143324

where it says:

return r.apply(q&#124;&#124;p,Array.prototype.slice.call(arguments,1))

Any feedback would be very much appreciated we are now delayed in project delivery, what we thought is a piece of cake, turned out to be a major obstacle.</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>does anybody have a solution when the error:<br />
 r is undefined<br />
(line 1)tiny_mce.js is received when clicking on the files icon</p>
<p>IE9 is more precise:</p>
<p>SCRIPT5007: Unable to get value of the property &#8216;apply&#8217;: object is null or undefined<br />
tiny_mce.js, line 1 character 143324</p>
<p>where it says:</p>
<p>return r.apply(q||p,Array.prototype.slice.call(arguments,1))</p>
<p>Any feedback would be very much appreciated we are now delayed in project delivery, what we thought is a piece of cake, turned out to be a major obstacle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://openedweb.com/blog/2008/10/05/tinymce-with-tinybrowser-for-elgg-10/comment-page-1/#comment-21205</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 30 Aug 2010 17:52:01 +0000</pubDate>
		<guid isPermaLink="false">http://openedweb.com/blog/?p=410#comment-21205</guid>
		<description>Thanks. I haven&#039;t worked with Elgg and Tinymce/TinyBrowser in awhile, but this post still gets quite a few hits. Thanks for helping others out!</description>
		<content:encoded><![CDATA[<p>Thanks. I haven&#8217;t worked with Elgg and Tinymce/TinyBrowser in awhile, but this post still gets quite a few hits. Thanks for helping others out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J Greene</title>
		<link>http://openedweb.com/blog/2008/10/05/tinymce-with-tinybrowser-for-elgg-10/comment-page-1/#comment-21195</link>
		<dc:creator>J Greene</dc:creator>
		<pubDate>Mon, 30 Aug 2010 02:38:50 +0000</pubDate>
		<guid isPermaLink="false">http://openedweb.com/blog/?p=410#comment-21195</guid>
		<description>You know, this is an old post, but given that I found it today when I ran into the &quot;Unable to create the ‘/images/’ directory – please check your permissions.&quot; issue mentioned by several people in the post, I thought I would give the fix.

On some servers, the path to that images directory may not be the same path that the script is running from, which turned out to be the cause of our particular problem, and the answer is to find it out and update the config file.

First things first. Browse to where you installed the program and find the &quot;cache&quot; directory. Open it up and create the folder &quot;images&quot; and set the permissions to 777

Open up the new images folder and create a folder called &quot;_thumbs&quot; and also set the permissions to 777.

Now open up a plain text editor like notepad and put in this text:

&lt;?php
echo $_SERVER[&#039;DOCUMENT_ROOT&#039;].&quot;&quot;;
echo $_SERVER[&#039;SCRIPT_FILENAME&#039;];

Save it with a simple name like &quot;get_path.php&quot; and upload it to the &quot;images&quot; folder.

Open up the file in your browser. For the example&#039;s sake, we&#039;ll say that it&#039;s in the &quot;news&quot; folder, so the URL would be like this:

http://www.somesite.com/news/cache/images/get_path.php

The FIRST line you see is the absolute path to the document root.
The SECOND line is the exact location of the file you are currently running.

In our case, those two lines weren&#039;t the same, and that was what caused the problem.

I saw something like this:

/home/somesite/public_html
/home/anothersite/news/cache/images/get_path.php

In a plain text editor like notepad, open the file &quot;config_tinybrowser.php&quot;. It&#039;s located in  /template/jscript/tiny_mce/plugins/tinybrowser/

on line 45 or so you will see 

$tinybrowser[&#039;docroot&#039;] = rtrim($_SERVER[&#039;DOCUMENT_ROOT&#039;],&#039;/&#039;);

comment out this line by putting two slashes in front:

//$tinybrowser[&#039;docroot&#039;] = rtrim($_SERVER[&#039;DOCUMENT_ROOT&#039;],&#039;/&#039;);

and then, just below it put the corrected line. For our example,  it will be

$tinybrowser[&#039;docroot&#039;] = &#039;/home/anothersite&#039;;

Remember, you have to update that to the information for your server, just the part up to the actual folder the application is in, without a trailing slash.

Save the file and upload it.

Log into the application from your browser and go to settings

In the section &quot;Script URL&quot;, put the path to your application, skipping the section you put in the config file and stopping at the &quot;cache&quot; folder.  In our example, that would be the folder &quot;/news/&quot; You&#039;ll have to adjust it for your server.

Save, and try uploading again.</description>
		<content:encoded><![CDATA[<p>You know, this is an old post, but given that I found it today when I ran into the &#8220;Unable to create the ‘/images/’ directory – please check your permissions.&#8221; issue mentioned by several people in the post, I thought I would give the fix.</p>
<p>On some servers, the path to that images directory may not be the same path that the script is running from, which turned out to be the cause of our particular problem, and the answer is to find it out and update the config file.</p>
<p>First things first. Browse to where you installed the program and find the &#8220;cache&#8221; directory. Open it up and create the folder &#8220;images&#8221; and set the permissions to 777</p>
<p>Open up the new images folder and create a folder called &#8220;_thumbs&#8221; and also set the permissions to 777.</p>
<p>Now open up a plain text editor like notepad and put in this text:</p>
<p>&lt;?php<br />
echo $_SERVER[&#039;DOCUMENT_ROOT&#039;].&quot;&#8221;;<br />
echo $_SERVER['SCRIPT_FILENAME'];</p>
<p>Save it with a simple name like &#8220;get_path.php&#8221; and upload it to the &#8220;images&#8221; folder.</p>
<p>Open up the file in your browser. For the example&#8217;s sake, we&#8217;ll say that it&#8217;s in the &#8220;news&#8221; folder, so the URL would be like this:</p>
<p><a href="http://www.somesite.com/news/cache/images/get_path.php" rel="nofollow">http://www.somesite.com/news/cache/images/get_path.php</a></p>
<p>The FIRST line you see is the absolute path to the document root.<br />
The SECOND line is the exact location of the file you are currently running.</p>
<p>In our case, those two lines weren&#8217;t the same, and that was what caused the problem.</p>
<p>I saw something like this:</p>
<p>/home/somesite/public_html<br />
/home/anothersite/news/cache/images/get_path.php</p>
<p>In a plain text editor like notepad, open the file &#8220;config_tinybrowser.php&#8221;. It&#8217;s located in  /template/jscript/tiny_mce/plugins/tinybrowser/</p>
<p>on line 45 or so you will see </p>
<p>$tinybrowser['docroot'] = rtrim($_SERVER['DOCUMENT_ROOT'],&#8217;/');</p>
<p>comment out this line by putting two slashes in front:</p>
<p>//$tinybrowser['docroot'] = rtrim($_SERVER['DOCUMENT_ROOT'],&#8217;/');</p>
<p>and then, just below it put the corrected line. For our example,  it will be</p>
<p>$tinybrowser['docroot'] = &#8216;/home/anothersite&#8217;;</p>
<p>Remember, you have to update that to the information for your server, just the part up to the actual folder the application is in, without a trailing slash.</p>
<p>Save the file and upload it.</p>
<p>Log into the application from your browser and go to settings</p>
<p>In the section &#8220;Script URL&#8221;, put the path to your application, skipping the section you put in the config file and stopping at the &#8220;cache&#8221; folder.  In our example, that would be the folder &#8220;/news/&#8221; You&#8217;ll have to adjust it for your server.</p>
<p>Save, and try uploading again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anu Jagadeesh</title>
		<link>http://openedweb.com/blog/2008/10/05/tinymce-with-tinybrowser-for-elgg-10/comment-page-1/#comment-14533</link>
		<dc:creator>Anu Jagadeesh</dc:creator>
		<pubDate>Fri, 06 Nov 2009 07:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://openedweb.com/blog/?p=410#comment-14533</guid>
		<description>DO we have a latest version of the plugin working in elgg 1.6.1</description>
		<content:encoded><![CDATA[<p>DO we have a latest version of the plugin working in elgg 1.6.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scott</title>
		<link>http://openedweb.com/blog/2008/10/05/tinymce-with-tinybrowser-for-elgg-10/comment-page-1/#comment-7764</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Mon, 22 Jun 2009 23:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://openedweb.com/blog/?p=410#comment-7764</guid>
		<description>Hello,

This looks like a good plugin. However, I cannot get the &quot;upload&quot; tab to work. When I click the Upload tab I get nothing, just a blank area. Therefor I cannot upload any images, the reason I installed this plugin. Any ideas?

Thannks in advance.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>This looks like a good plugin. However, I cannot get the &#8220;upload&#8221; tab to work. When I click the Upload tab I get nothing, just a blank area. Therefor I cannot upload any images, the reason I installed this plugin. Any ideas?</p>
<p>Thannks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Edminster</title>
		<link>http://openedweb.com/blog/2008/10/05/tinymce-with-tinybrowser-for-elgg-10/comment-page-1/#comment-5308</link>
		<dc:creator>Matt Edminster</dc:creator>
		<pubDate>Mon, 20 Apr 2009 10:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://openedweb.com/blog/?p=410#comment-5308</guid>
		<description>Sorry .. that was meant for Ciaphas.</description>
		<content:encoded><![CDATA[<p>Sorry .. that was meant for Ciaphas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Edminster</title>
		<link>http://openedweb.com/blog/2008/10/05/tinymce-with-tinybrowser-for-elgg-10/comment-page-1/#comment-5307</link>
		<dc:creator>Matt Edminster</dc:creator>
		<pubDate>Mon, 20 Apr 2009 10:41:35 +0000</pubDate>
		<guid isPermaLink="false">http://openedweb.com/blog/?p=410#comment-5307</guid>
		<description>Nigel, you need to include the styles you want allowed to a line in the tinymce/views/default/input/longtext.php file. The line is called &quot;extended_valid_elements&quot;. Use the notation &quot;tag[attribute&#124;attribute&#124;attribute]&quot; e.g., &quot;a[name&#124;href&#124;target&#124;title]&quot;</description>
		<content:encoded><![CDATA[<p>Nigel, you need to include the styles you want allowed to a line in the tinymce/views/default/input/longtext.php file. The line is called &#8220;extended_valid_elements&#8221;. Use the notation &#8220;tag[attribute|attribute|attribute]&#8221; e.g., &#8220;a[name|href|target|title]&#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nigel Carr</title>
		<link>http://openedweb.com/blog/2008/10/05/tinymce-with-tinybrowser-for-elgg-10/comment-page-1/#comment-5080</link>
		<dc:creator>Nigel Carr</dc:creator>
		<pubDate>Sat, 11 Apr 2009 08:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://openedweb.com/blog/?p=410#comment-5080</guid>
		<description>Dear Steve - thanks for your help - I will eneable the embed mod and try to find a way of reducing the image size default, whch was the main reason for using your plugin..

Thanks again</description>
		<content:encoded><![CDATA[<p>Dear Steve &#8211; thanks for your help &#8211; I will eneable the embed mod and try to find a way of reducing the image size default, whch was the main reason for using your plugin..</p>
<p>Thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://openedweb.com/blog/2008/10/05/tinymce-with-tinybrowser-for-elgg-10/comment-page-1/#comment-5044</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 10 Apr 2009 10:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://openedweb.com/blog/?p=410#comment-5044</guid>
		<description>This was developed for Elgg 1.0. Elgg 1.5 is substantially different as several changes were made to tinymce and the handling of file uploads. Elgg 1.5 with the embed mod enabled does much of what this plugin did and handles the files better.</description>
		<content:encoded><![CDATA[<p>This was developed for Elgg 1.0. Elgg 1.5 is substantially different as several changes were made to tinymce and the handling of file uploads. Elgg 1.5 with the embed mod enabled does much of what this plugin did and handles the files better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nigel Carr</title>
		<link>http://openedweb.com/blog/2008/10/05/tinymce-with-tinybrowser-for-elgg-10/comment-page-1/#comment-5042</link>
		<dc:creator>Nigel Carr</dc:creator>
		<pubDate>Fri, 10 Apr 2009 09:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://openedweb.com/blog/?p=410#comment-5042</guid>
		<description>Hi - Just downloaded your tinybrowser in Elgg 1.5 activated it and all works OK untill I try to download a file.

The message The &#039;/useruploads/images/&#039; directory has been successfully created appears  -  but when I try to download another popup with the massage &#039;Status 406 error when uploading&#039; appears 

Any help to solve this is appreciated

I am using Vista and elgg v1.5

Thanks for your help</description>
		<content:encoded><![CDATA[<p>Hi &#8211; Just downloaded your tinybrowser in Elgg 1.5 activated it and all works OK untill I try to download a file.</p>
<p>The message The &#8216;/useruploads/images/&#8217; directory has been successfully created appears  &#8211;  but when I try to download another popup with the massage &#8216;Status 406 error when uploading&#8217; appears </p>
<p>Any help to solve this is appreciated</p>
<p>I am using Vista and elgg v1.5</p>
<p>Thanks for your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ciaphas</title>
		<link>http://openedweb.com/blog/2008/10/05/tinymce-with-tinybrowser-for-elgg-10/comment-page-1/#comment-3039</link>
		<dc:creator>Ciaphas</dc:creator>
		<pubDate>Sat, 10 Jan 2009 10:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://openedweb.com/blog/?p=410#comment-3039</guid>
		<description>is there any way that we can stop TinyMCE from stripping out in-line styles? I have been all over the Internet and I can not seem to find a way to do it. I think it might have something to do with Tidy-html; I can not find a reference to it in the mod/TinyMCE folder. If you could point me in the correct direction I would greatly appreciate it.</description>
		<content:encoded><![CDATA[<p>is there any way that we can stop TinyMCE from stripping out in-line styles? I have been all over the Internet and I can not seem to find a way to do it. I think it might have something to do with Tidy-html; I can not find a reference to it in the mod/TinyMCE folder. If you could point me in the correct direction I would greatly appreciate it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

