<?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: TinyBrowser - File Manager for TinyMCE</title>
	<atom:link href="http://www.john-lai.com/2009/06/19/tinybrowser-file-manager-for-tinymce/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.john-lai.com/2009/06/19/tinybrowser-file-manager-for-tinymce/</link>
	<description>work of life</description>
	<pubDate>Thu, 29 Jul 2010 13:57:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John Lai</title>
		<link>http://www.john-lai.com/2009/06/19/tinybrowser-file-manager-for-tinymce/comment-page-1/#comment-10857</link>
		<dc:creator>John Lai</dc:creator>
		<pubDate>Tue, 13 Apr 2010 16:58:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.john-lai.com/?p=421#comment-10857</guid>
		<description>Hey Melvis, not sure what might be going on.   Looks like you're already familiar with the config_tinybrowser.php.  Maybe you need to change permissions to 777 for all your image upload directories.  LInes you might find relevant are:

// Default is rtrim($_SERVER['DOCUMENT_ROOT'],'/') (suitable when using absolute paths, but can be set to '' if using relative paths)
$tinybrowser['docroot'] = rtrim($_SERVER['DOCUMENT_ROOT'],'/');

// Folder permissions for Unix servers only
$tinybrowser['unixpermissions'] = 0777;

// File upload paths (set to absolute by default)
$tinybrowser['path']['image'] = TINYMCE_IMAGE_PATH; // Image files location - also creates a '_thumbs' subdirectory within this path to hold the image thumbnails
$tinybrowser['path']['media'] = TINYMCE_MEDIA_PATH; // Media files location
$tinybrowser['path']['file']  = TINYMCE_FILE_PATH; // Other files location

// File link paths - these are the paths that get passed back to TinyMCE or your application (set to equal the upload path by default)
$tinybrowser['link']['image'] = TINYMCE_IMAGE_URL; // Image links
$tinybrowser['link']['media'] = TINYMCE_MEDIA_URL; // Media links
$tinybrowser['link']['file']  = TINYMCE_FILE_URL; // Other file links

But you probably know all that already, so not sure what else i can do to help.

Thanks</description>
		<content:encoded><![CDATA[<p>Hey Melvis, not sure what might be going on.   Looks like you&#8217;re already familiar with the config_tinybrowser.php.  Maybe you need to change permissions to 777 for all your image upload directories.  LInes you might find relevant are:</p>
<p>// Default is rtrim($_SERVER['DOCUMENT_ROOT'],&#8217;/') (suitable when using absolute paths, but can be set to &#8221; if using relative paths)<br />
$tinybrowser['docroot'] = rtrim($_SERVER['DOCUMENT_ROOT'],&#8217;/');</p>
<p>// Folder permissions for Unix servers only<br />
$tinybrowser['unixpermissions'] = 0777;</p>
<p>// File upload paths (set to absolute by default)<br />
$tinybrowser['path']['image'] = TINYMCE_IMAGE_PATH; // Image files location - also creates a &#8216;_thumbs&#8217; subdirectory within this path to hold the image thumbnails<br />
$tinybrowser['path']['media'] = TINYMCE_MEDIA_PATH; // Media files location<br />
$tinybrowser['path']['file']  = TINYMCE_FILE_PATH; // Other files location</p>
<p>// File link paths - these are the paths that get passed back to TinyMCE or your application (set to equal the upload path by default)<br />
$tinybrowser['link']['image'] = TINYMCE_IMAGE_URL; // Image links<br />
$tinybrowser['link']['media'] = TINYMCE_MEDIA_URL; // Media links<br />
$tinybrowser['link']['file']  = TINYMCE_FILE_URL; // Other file links</p>
<p>But you probably know all that already, so not sure what else i can do to help.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Melvis</title>
		<link>http://www.john-lai.com/2009/06/19/tinybrowser-file-manager-for-tinymce/comment-page-1/#comment-10846</link>
		<dc:creator>Melvis</dc:creator>
		<pubDate>Mon, 12 Apr 2010 16:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.john-lai.com/?p=421#comment-10846</guid>
		<description>I recently uploaded the site to I've been working on to its host and disappointingly It doesn't work.  It looks to be OK and I get the message saying a folder has been created, but when I look on the host it hasn't.

When I upload a file again all looks well, but nothing gets uploaded and I just get that red cross missing image thing.  If I manually upload the file and the thumb after manually creating the folders, it appears ok.  So it does look like I'm pointing at the right folders.

I'm pretty sure this is a problem with my hosting service and there's probably a config file (that I don't need access to) that needs changing, however any ideas would be very appreciated.</description>
		<content:encoded><![CDATA[<p>I recently uploaded the site to I&#8217;ve been working on to its host and disappointingly It doesn&#8217;t work.  It looks to be OK and I get the message saying a folder has been created, but when I look on the host it hasn&#8217;t.</p>
<p>When I upload a file again all looks well, but nothing gets uploaded and I just get that red cross missing image thing.  If I manually upload the file and the thumb after manually creating the folders, it appears ok.  So it does look like I&#8217;m pointing at the right folders.</p>
<p>I&#8217;m pretty sure this is a problem with my hosting service and there&#8217;s probably a config file (that I don&#8217;t need access to) that needs changing, however any ideas would be very appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Melvis</title>
		<link>http://www.john-lai.com/2009/06/19/tinybrowser-file-manager-for-tinymce/comment-page-1/#comment-9948</link>
		<dc:creator>Melvis</dc:creator>
		<pubDate>Sun, 21 Feb 2010 14:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.john-lai.com/?p=421#comment-9948</guid>
		<description>Hi Ivana,

I think I had a similar issue in IE6.  I narrowed it down to using PHP requires and includes.  TinyBrowser doesn't seem to like them.  I was getting a grey box with just the header tabs.

I wrote all my code directly into config_tinybrowser.php and [fingers crossed] all looks well.</description>
		<content:encoded><![CDATA[<p>Hi Ivana,</p>
<p>I think I had a similar issue in IE6.  I narrowed it down to using PHP requires and includes.  TinyBrowser doesn&#8217;t seem to like them.  I was getting a grey box with just the header tabs.</p>
<p>I wrote all my code directly into config_tinybrowser.php and [fingers crossed] all looks well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Lai</title>
		<link>http://www.john-lai.com/2009/06/19/tinybrowser-file-manager-for-tinymce/comment-page-1/#comment-9752</link>
		<dc:creator>John Lai</dc:creator>
		<pubDate>Mon, 08 Feb 2010 18:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.john-lai.com/?p=421#comment-9752</guid>
		<description>HI Ivana, it's difficult for me to troubleshoot without seeing exactly what you're seeing on your computer.  NOt many pepole use Opera, so I wouldn't have experince with that.

If you're using IE6, i say abandon it.  Too many things could go wrong with that browser.  For IE7 and above, check to make sure you have the latest javascript dependencies.  For example, if your tiny browser uses other js files like prototype.js or scriptaculous.js, download the latest version for those files.

NOt sure what else I can suggest unless you provide more details. Thanks</description>
		<content:encoded><![CDATA[<p>HI Ivana, it&#8217;s difficult for me to troubleshoot without seeing exactly what you&#8217;re seeing on your computer.  NOt many pepole use Opera, so I wouldn&#8217;t have experince with that.</p>
<p>If you&#8217;re using IE6, i say abandon it.  Too many things could go wrong with that browser.  For IE7 and above, check to make sure you have the latest javascript dependencies.  For example, if your tiny browser uses other js files like prototype.js or scriptaculous.js, download the latest version for those files.</p>
<p>NOt sure what else I can suggest unless you provide more details. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivana</title>
		<link>http://www.john-lai.com/2009/06/19/tinybrowser-file-manager-for-tinymce/comment-page-1/#comment-9741</link>
		<dc:creator>Ivana</dc:creator>
		<pubDate>Mon, 08 Feb 2010 13:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.john-lai.com/?p=421#comment-9741</guid>
		<description>Hi John,
I have installed also tinyBrowser plugin for TinyMce, and it's working great in Firefox, but not in Opera and IE! When I open that page that have editor, it's like editor hasn't been loaded at all, I see only the basic textarea box. Any hint?</description>
		<content:encoded><![CDATA[<p>Hi John,<br />
I have installed also tinyBrowser plugin for TinyMce, and it&#8217;s working great in Firefox, but not in Opera and IE! When I open that page that have editor, it&#8217;s like editor hasn&#8217;t been loaded at all, I see only the basic textarea box. Any hint?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Lai</title>
		<link>http://www.john-lai.com/2009/06/19/tinybrowser-file-manager-for-tinymce/comment-page-1/#comment-9658</link>
		<dc:creator>John Lai</dc:creator>
		<pubDate>Wed, 03 Feb 2010 00:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.john-lai.com/?p=421#comment-9658</guid>
		<description>Yes, but you'll need to do a little bit of back end coding.  TinyBrowser comes with some PHP files where one of the configuration files has you specify file upload path.  You will want to make this value a variable based on who the user is.</description>
		<content:encoded><![CDATA[<p>Yes, but you&#8217;ll need to do a little bit of back end coding.  TinyBrowser comes with some PHP files where one of the configuration files has you specify file upload path.  You will want to make this value a variable based on who the user is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Melvis</title>
		<link>http://www.john-lai.com/2009/06/19/tinybrowser-file-manager-for-tinymce/comment-page-1/#comment-9582</link>
		<dc:creator>Melvis</dc:creator>
		<pubDate>Sat, 30 Jan 2010 17:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.john-lai.com/?p=421#comment-9582</guid>
		<description>Hi Jon,

Would TinyBrowser be any good for a multi user website, such as a blogging site where each user registers and want's to upload there own images?

Regards

M</description>
		<content:encoded><![CDATA[<p>Hi Jon,</p>
<p>Would TinyBrowser be any good for a multi user website, such as a blogging site where each user registers and want&#8217;s to upload there own images?</p>
<p>Regards</p>
<p>M</p>
]]></content:encoded>
	</item>
</channel>
</rss>
