?>
<?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>Matt Gibson &#187; activecollab</title>
	<atom:link href="http://www.mattgibson.ca/tags/activecollab/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattgibson.ca</link>
	<description>I'm one of those people radio shows call for obscure shit.</description>
	<lastBuildDate>Sat, 03 Dec 2011 19:30:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Adding TinyMCE to your ProjectPier or ActiveCollab Installation</title>
		<link>http://www.mattgibson.ca/2008/04/19/adding-tinymce-to-your-projectpier-or-activecollab-installation/</link>
		<comments>http://www.mattgibson.ca/2008/04/19/adding-tinymce-to-your-projectpier-or-activecollab-installation/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 20:59:14 +0000</pubDate>
		<dc:creator>Matt G</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ProjectPier]]></category>
		<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[activecollab]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[project management]]></category>
		<category><![CDATA[project managers]]></category>
		<category><![CDATA[tiny mce]]></category>
		<category><![CDATA[tinymce]]></category>

		<guid isPermaLink="false">http://www.mattgibson.ca/archives/105</guid>
		<description><![CDATA[Many of you are project managers, and may be using Activecollab or ProjectPier. We were tired of their lame editor, so we decided to add TinyMCE into our installed version, both for ease of client use, and internal use. The instructions are very simple. 1. Go to ProjectPier, grab the latest version (or svn) 2. [...]]]></description>
			<content:encoded><![CDATA[<p>Many of you are project managers, and may be using <a title="ActiveCollab" href="http://www.activecollab.com">Activecollab</a> or <a title="ProjectPier" href="http://www.mattgibson.ca/wp-admin/www.projectpier.org">ProjectPier</a>.</p>
<p>We were tired of their lame editor, so we decided to add <a title="TinyMCE" href="http://tinymce.moxiecode.com/">TinyMCE</a> into our installed version, both for ease of client use, and internal use.</p>
<p>The instructions are very simple.</p>
<p>1. Go to <a title="ProjectPier" href="http://www.mattgibson.ca/wp-admin/www.projectpier.org">ProjectPier</a>, grab the latest version (or svn)</p>
<p>2. Install <a title="ProjectPier" href="http://www.mattgibson.ca/wp-admin/www.projectpier.org">ProjectPier</a> as you would normally</p>
<p>3. Install any <a title="Projectpier Development" href="http://www.projectpier.org/development">custom patches</a> or <a title="Project Pier Addons" href="http://www.projectpier.org/forum">addons</a> to project pier.</p>
<p>4. Download <a title="TinyMCE" href="http://tinymce.moxiecode.com/">TinyMCE</a></p>
<p>5. Uncompress <a title="TinyMCE" href="http://tinymce.moxiecode.com/">TinyMCE</a>, and enter the newly extracted directory. You will see a javascript directory. Rename this to tiny_mce.</p>
<p>6. Copy your newly renamed &#8220;tiny_mce&#8221; directory to the root of your ProjectPier installation.</p>
<blockquote><p># cp -R tiny_mce /var/www/yoursite/htdocs/projectpier/</p></blockquote>
<p>7. Now, this is the only &#8220;complicated&#8221; part. Go into your ProjectPier installation directory, and then enter the applications directory. Like this.</p>
<blockquote><p># cd /var/www/yoursite/htdocs/projectpier/<br />
# cd application<br />
# cd layouts</p></blockquote>
<p>8. Now you&#8217;re going to want to edit three files</p>
<blockquote><p># nano administration.php dashboard.php project_website.php</p></blockquote>
<p>9. Now in these files, you&#8217;re going to want to add the include for tiny_mce. Add the following code after the last &#8220;add_javascript_to_page&#8221; line at the top of each file and then you are done.</p>
<blockquote><p>&lt;?php echo add_javascript_to_page(&#8216;dropdown.js&#8217;) ?&gt;<br />
&lt;script language=&#8221;javascript&#8221;  type=&#8221;text/javascript&#8221; src=&#8221;<a href="&quot;http://www.yoursite.com/projectpier/tiny_mce/tiny_mce.js&quot;">http://www.yoursite.com/projectpier/tiny_mce/tiny_mce.js&#8221;&gt;&lt;/script</a>&gt;<br />
&lt;script language=&#8221;javascript&#8221; type=&#8221;text/javascript&#8221;&gt;<br />
tinyMCE.init({<br />
force_p_newlines: &#8220;false&#8221;,<br />
forced_root_block : &#8221;,<br />
theme : &#8220;advanced&#8221;,<br />
mode : &#8220;textareas&#8221;<br />
});<br />
&lt;/script&gt;</p></blockquote>
<p>10. That&#8217;s It! You are finished adding TinyMCE to your Project Management Installation! It should look something like this.</p>
<p align="center"><img src="http://www.mattgibson.ca/wp-content/uploads/2008/04/capture.jpg" alt="Capture" width="400" height="291" /></p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattgibson.ca/2008/04/19/adding-tinymce-to-your-projectpier-or-activecollab-installation/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

