<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ItHowTo.ro &#187; Archiv</title>
	<atom:link href="http://www.ithowto.ro/tag/archiv/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ithowto.ro</link>
	<description>Blogging about IT Stuff by ESSERIO</description>
	<lastBuildDate>Wed, 30 Nov 2011 09:13:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Error:  data.dircontent is undefined [***] plugins/Archiv/php/fileLoader.php?file=javascript 165 tinymce archiv</title>
		<link>http://www.ithowto.ro/2010/03/error-data-dircontent-is-undefined-pluginsarchivphpfileloader-phpfilejavascript-165-tinymce-archiv/</link>
		<comments>http://www.ithowto.ro/2010/03/error-data-dircontent-is-undefined-pluginsarchivphpfileloader-phpfilejavascript-165-tinymce-archiv/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 07:54:18 +0000</pubDate>
		<dc:creator>gkoo</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[Archiv]]></category>
		<category><![CDATA[tinyMce]]></category>

		<guid isPermaLink="false">http://www.ithowto.ro/?p=133</guid>
		<description><![CDATA[I really needed a file and image manager plugin for tinyMCE. As most of you know the official tinyMCE file manager isn&#8217;t free so after a few searches i ran over Archiv. Archiv is a very nice and free image manager. You can find the official website here. The plugin is easy to integrate but [...]]]></description>
			<content:encoded><![CDATA[<p>I really needed a file and image manager plugin for tinyMCE. As most of you know the official tinyMCE file manager isn&#8217;t free so after a few searches i ran over Archiv. Archiv is a very nice and free image manager. You can find the official website <a href="http://archiv.pwnd.nl/" target="_blank">here</a>.</p>
<p>The plugin is easy to integrate but a little tricky to configure. There are 2 places where you need to edit:</p>
<p>1) The tinyMCE init function where you&#8217;ll have to add:</p>
<p><em>tinyMCE.init({<br />
mode : &#8220;textareas&#8221;,<br />
theme : &#8220;advanced&#8221;,<br />
plugins : &#8220;Archiv&#8221;,<br />
Archiv_settings_file : &#8220;/abs/path/to/config.php&#8221;,<br />
theme_advanced_buttons1_add : &#8220;Archiv_files,Archiv_images&#8221;<br />
});</em><br />
2) The config file of the plugin in which the paths are required to be full paths not relative but i&#8217;ve tricked them like this:</p>
<p><em># full path to upload files to and show files from<br />
&#8216;upload_path&#8217;            =&gt; $_SERVER['DOCUMENT_ROOT']. &#8216;uploaded/&#8217;,<br />
# full URI to upload directory<br />
&#8216;upload_uri&#8217;            =&gt; &#8216;http://&#8217;. $_SERVER['HTTP_HOST']. &#8216;/uploaded/&#8217;,</em></p>
<p>This should get you up and running. Tune the rest of the config options to suit your needs and enjoy this wonderful plugin. Many thanks to the authors.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithowto.ro/2010/03/error-data-dircontent-is-undefined-pluginsarchivphpfileloader-phpfilejavascript-165-tinymce-archiv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

