<?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: Upload images for usage in TinyMCE</title>
	<atom:link href="http://www.web-development-blog.com/archives/upload-images-for-usage-in-tinymce/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.web-development-blog.com/archives/upload-images-for-usage-in-tinymce/</link>
	<description>Read about Website Development, Online Marketing and Web Hosting</description>
	<lastBuildDate>Wed, 08 Feb 2012 09:27:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/upload-images-for-usage-in-tinymce/#comment-127668</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Fri, 05 Aug 2011 14:53:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/?p=163#comment-127668</guid>
		<description>If you can open the image.php via the browser and the array shows up, the list should be okay.
Strange is that anything else seems to work, do you have any public URL you can show me?</description>
		<content:encoded><![CDATA[<p>If you can open the image.php via the browser and the array shows up, the list should be okay.<br />
Strange is that anything else seems to work, do you have any public URL you can show me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobby</title>
		<link>http://www.web-development-blog.com/archives/upload-images-for-usage-in-tinymce/#comment-127667</link>
		<dc:creator>Bobby</dc:creator>
		<pubDate>Fri, 05 Aug 2011 14:46:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/?p=163#comment-127667</guid>
		<description>So my images are stored on;
C:\xampp\htdocs\cms1\admin\media

and the directory in the php is;

$dir = $_SERVER[&#039;DOCUMENT_ROOT&#039;].&#039;/cms1/admin/media/&#039;;

Would that be correct?</description>
		<content:encoded><![CDATA[<p>So my images are stored on;<br />
C:\xampp\htdocs\cms1\admin\media</p>
<p>and the directory in the php is;</p>
<p>$dir = $_SERVER['DOCUMENT_ROOT'].&#8217;/cms1/admin/media/&#8217;;</p>
<p>Would that be correct?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobby</title>
		<link>http://www.web-development-blog.com/archives/upload-images-for-usage-in-tinymce/#comment-127666</link>
		<dc:creator>Bobby</dc:creator>
		<pubDate>Fri, 05 Aug 2011 14:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/?p=163#comment-127666</guid>
		<description>Hi Olaf,

I have placed the image.php into the list folder. As you can see in the following syntax;

// Drop lists for link/image/media/template dialogs
template_external_list_url : &quot;lists/template_list.js&quot;,
external_link_list_url : &quot;lists/link_list.js&quot;,
external_image_list_url : &quot;lists/images.php&quot;,
media_external_list_url : &quot;lists/media_list.js&quot;,

It&#039;s still having the same problem.

Any other suggestions?
Appreciated for the help Olaf</description>
		<content:encoded><![CDATA[<p>Hi Olaf,</p>
<p>I have placed the image.php into the list folder. As you can see in the following syntax;</p>
<p>// Drop lists for link/image/media/template dialogs<br />
template_external_list_url : &#8220;lists/template_list.js&#8221;,<br />
external_link_list_url : &#8220;lists/link_list.js&#8221;,<br />
external_image_list_url : &#8220;lists/images.php&#8221;,<br />
media_external_list_url : &#8220;lists/media_list.js&#8221;,</p>
<p>It&#8217;s still having the same problem.</p>
<p>Any other suggestions?<br />
Appreciated for the help Olaf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/upload-images-for-usage-in-tinymce/#comment-127664</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Fri, 05 Aug 2011 13:02:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/?p=163#comment-127664</guid>
		<description>I&#039;m sure your code is fine, but you need to check the path for the image list.
Put the image.php file into the &quot;lists&quot; directory and update the setting in your JS code (remove also the duplicate setting)</description>
		<content:encoded><![CDATA[<p>I&#8217;m sure your code is fine, but you need to check the path for the image list.<br />
Put the image.php file into the &#8220;lists&#8221; directory and update the setting in your JS code (remove also the duplicate setting)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobby</title>
		<link>http://www.web-development-blog.com/archives/upload-images-for-usage-in-tinymce/#comment-127662</link>
		<dc:creator>Bobby</dc:creator>
		<pubDate>Fri, 05 Aug 2011 12:57:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/?p=163#comment-127662</guid>
		<description>Hi Olaf,

This is the syntax for the List conntection the image.php
http://pastebin.com/embed_js.php?i=dA40g2GN

This is the syntax for the upload form;
http://pastebin.com/embed_js.php?i=ypmTrcbd

And as I am working on he local machine on xampp the folder directory as follows for the image to be stored in;
C:\xampp\htdocs\cms1\admin\media</description>
		<content:encoded><![CDATA[<p>Hi Olaf,</p>
<p>This is the syntax for the List conntection the image.php<br />
<a href="http://pastebin.com/embed_js.php?i=dA40g2GN" >http://pastebin.com/embed_js.php?i=dA40g2GN</a></p>
<p>This is the syntax for the upload form;<br />
<a href="http://pastebin.com/embed_js.php?i=ypmTrcbd" >http://pastebin.com/embed_js.php?i=ypmTrcbd</a></p>
<p>And as I am working on he local machine on xampp the folder directory as follows for the image to be stored in;<br />
C:\xampp\htdocs\cms1\admin\media</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/upload-images-for-usage-in-tinymce/#comment-127661</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Fri, 05 Aug 2011 12:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/?p=163#comment-127661</guid>
		<description>Hi Bobby,

the code looks good, maybe you need to check the pathes to the image lists? 
and is this entry valid? &lt;code&gt;external_image_list_url : &quot;images.php&quot;,&lt;/code&gt;
I have noticed you have two setting for this URL</description>
		<content:encoded><![CDATA[<p>Hi Bobby,</p>
<p>the code looks good, maybe you need to check the pathes to the image lists?<br />
and is this entry valid? <code>external_image_list_url : "images.php",</code><br />
I have noticed you have two setting for this URL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobby</title>
		<link>http://www.web-development-blog.com/archives/upload-images-for-usage-in-tinymce/#comment-127660</link>
		<dc:creator>Bobby</dc:creator>
		<pubDate>Fri, 05 Aug 2011 11:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/?p=163#comment-127660</guid>
		<description>Hi Olaf,

Here&#039;s the link of the syntax;

 http://pastebin.com/embed_js.php?i=5UDnTMTb

Appreciated for the help</description>
		<content:encoded><![CDATA[<p>Hi Olaf,</p>
<p>Here&#8217;s the link of the syntax;</p>
<p> <a href="http://pastebin.com/embed_js.php?i=5UDnTMTb" >http://pastebin.com/embed_js.php?i=5UDnTMTb</a></p>
<p>Appreciated for the help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/upload-images-for-usage-in-tinymce/#comment-127655</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Fri, 05 Aug 2011 09:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/?p=163#comment-127655</guid>
		<description>Do you enabled the adv. image plugin in your JS code snippet? Maybe you can post your code to pastebin and share this link here?</description>
		<content:encoded><![CDATA[<p>Do you enabled the adv. image plugin in your JS code snippet? Maybe you can post your code to pastebin and share this link here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobby</title>
		<link>http://www.web-development-blog.com/archives/upload-images-for-usage-in-tinymce/#comment-127654</link>
		<dc:creator>Bobby</dc:creator>
		<pubDate>Fri, 05 Aug 2011 09:29:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/?p=163#comment-127654</guid>
		<description>Hi Olaf,

All I see is the following;

var tinyMCEImageList = new Array(
	// Name, URL
	[&quot;Logo 1&quot;, &quot;media/logo.jpg&quot;],
	[&quot;Logo 2 Over&quot;, &quot;media/logo_over.jpg&quot;],
	//Select image from database cms1 from a table called file_table

Kind Regards and appreciated for the help</description>
		<content:encoded><![CDATA[<p>Hi Olaf,</p>
<p>All I see is the following;</p>
<p>var tinyMCEImageList = new Array(<br />
	// Name, URL<br />
	["Logo 1", "media/logo.jpg"],<br />
	["Logo 2 Over", "media/logo_over.jpg"],<br />
	//Select image from database cms1 from a table called file_table</p>
<p>Kind Regards and appreciated for the help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/upload-images-for-usage-in-tinymce/#comment-127649</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Thu, 04 Aug 2011 16:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/?p=163#comment-127649</guid>
		<description>Hi Bobby,

what do you see if you open the file list using your browser?
(the file where you have all these code: var tinyMCEImageList = new Array([&quot;Logo&quot;, &quot;logo.jpg&quot;]);)</description>
		<content:encoded><![CDATA[<p>Hi Bobby,</p>
<p>what do you see if you open the file list using your browser?<br />
(the file where you have all these code: var tinyMCEImageList = new Array(["Logo", "logo.jpg"]);)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Database Caching 26/36 queries in 0.021 seconds using disk: basic
Object Caching 474/478 objects using disk: basic
Content Delivery Network via cdn.web-development-blog.com

Served from: www.web-development-blog.com @ 2012-02-08 10:29:44 -->
