<?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: Open Atrium &#8211; Installation and WYSIWYG Editor Demonstration</title>
	<atom:link href="http://blog.iautomate.ca/2009/08/open-atrium-installation-and-wysiwyg-editor-demonstration/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.iautomate.ca/2009/08/open-atrium-installation-and-wysiwyg-editor-demonstration/</link>
	<description>Helping You With Today&#039;s Overload.</description>
	<lastBuildDate>Sat, 13 Aug 2011 17:43:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Nick</title>
		<link>http://blog.iautomate.ca/2009/08/open-atrium-installation-and-wysiwyg-editor-demonstration/comment-page-1/#comment-4236</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Fri, 29 Jul 2011 07:24:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iautomate.ca/?p=80#comment-4236</guid>
		<description>Nice presentation. Need more sound volume, next time, please.</description>
		<content:encoded><![CDATA[<p>Nice presentation. Need more sound volume, next time, please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Minisite Design</title>
		<link>http://blog.iautomate.ca/2009/08/open-atrium-installation-and-wysiwyg-editor-demonstration/comment-page-1/#comment-4132</link>
		<dc:creator>Minisite Design</dc:creator>
		<pubDate>Tue, 07 Jun 2011 13:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iautomate.ca/?p=80#comment-4132</guid>
		<description>Great video! It really adds me an insights on open atrium - installation and WYSIWYG editor. Thanks for sharing this post. It&#039;s really beneficial to the needy. &lt;a href=&quot;http://www.pixelofgenius&quot; rel=&quot;nofollow&quot;&gt;Minisite Design&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Great video! It really adds me an insights on open atrium &#8211; installation and WYSIWYG editor. Thanks for sharing this post. It&#8217;s really beneficial to the needy. <a href="http://www.pixelofgenius" rel="nofollow">Minisite Design</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://blog.iautomate.ca/2009/08/open-atrium-installation-and-wysiwyg-editor-demonstration/comment-page-1/#comment-4119</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sat, 04 Jun 2011 08:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iautomate.ca/?p=80#comment-4119</guid>
		<description>I used FCKEditor on my old forum. It&#039;s great!</description>
		<content:encoded><![CDATA[<p>I used FCKEditor on my old forum. It&#8217;s great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Kumar</title>
		<link>http://blog.iautomate.ca/2009/08/open-atrium-installation-and-wysiwyg-editor-demonstration/comment-page-1/#comment-2721</link>
		<dc:creator>Andrew Kumar</dc:creator>
		<pubDate>Fri, 26 Nov 2010 08:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iautomate.ca/?p=80#comment-2721</guid>
		<description>&lt;a href=&quot;#comment-13&quot; rel=&quot;nofollow&quot;&gt;@ Stefan&lt;/a&gt; 
 Works best if you use the following:
*.edit-shout</description>
		<content:encoded><![CDATA[<p><a href="#comment-13" rel="nofollow">@ Stefan</a><br />
 Works best if you use the following:<br />
*.edit-shout</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alain</title>
		<link>http://blog.iautomate.ca/2009/08/open-atrium-installation-and-wysiwyg-editor-demonstration/comment-page-1/#comment-722</link>
		<dc:creator>Alain</dc:creator>
		<pubDate>Thu, 18 Mar 2010 21:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iautomate.ca/?p=80#comment-722</guid>
		<description>&lt;a href=&quot;#comment-717&quot; rel=&quot;nofollow&quot;&gt;@Craig&lt;/a&gt; 
Thanks for providing your CSS suggestions!</description>
		<content:encoded><![CDATA[<p><a href="#comment-717" rel="nofollow">@Craig</a><br />
Thanks for providing your CSS suggestions!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://blog.iautomate.ca/2009/08/open-atrium-installation-and-wysiwyg-editor-demonstration/comment-page-1/#comment-717</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Wed, 17 Mar 2010 03:59:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iautomate.ca/?p=80#comment-717</guid>
		<description>ok. even better than editing the theme css file is this solution. Just add this code into the contrib/fckeditor/fckeditor.css file:

---------- CODE ----------&gt;

#edit-body ul {
	list-style-type: disc !important;
	margin-left: 10px !important;
	padding-left: 10px !important;
}

#edit-body ol {
	list-style-type: decimal !important;
	margin-left: 10px !important;
	padding-left: 10px !important;
}

---------- /CODE ----------&gt;

:)</description>
		<content:encoded><![CDATA[<p>ok. even better than editing the theme css file is this solution. Just add this code into the contrib/fckeditor/fckeditor.css file:</p>
<p>&#8212;&#8212;&#8212;- CODE &#8212;&#8212;&#8212;-&gt;</p>
<p>#edit-body ul {<br />
	list-style-type: disc !important;<br />
	margin-left: 10px !important;<br />
	padding-left: 10px !important;<br />
}</p>
<p>#edit-body ol {<br />
	list-style-type: decimal !important;<br />
	margin-left: 10px !important;<br />
	padding-left: 10px !important;<br />
}</p>
<p>&#8212;&#8212;&#8212;- /CODE &#8212;&#8212;&#8212;-&gt;</p>
<p>:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://blog.iautomate.ca/2009/08/open-atrium-installation-and-wysiwyg-editor-demonstration/comment-page-1/#comment-716</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Wed, 17 Mar 2010 03:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iautomate.ca/?p=80#comment-716</guid>
		<description>ive managed to get it to work by editing the css file in the theme folder. this is a bit of a hack though..</description>
		<content:encoded><![CDATA[<p>ive managed to get it to work by editing the css file in the theme folder. this is a bit of a hack though..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://blog.iautomate.ca/2009/08/open-atrium-installation-and-wysiwyg-editor-demonstration/comment-page-1/#comment-715</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Wed, 17 Mar 2010 02:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iautomate.ca/?p=80#comment-715</guid>
		<description>Hi Alain, I was just wondering what changes you made to the CSS to get the  and  tags to display whilst editing? Ive had a bit of a play and tried edit the &quot;contrib/fckeditor/fckeditor.css&quot; file and to add:

ul{
	list-style-type: circle; 
}

ol{
	list-style-type: decimal;
}


also tried:

#xEditingArea ul{
	list-style-type: circle; 
}

and:

#edit-body ul{
	list-style-type: circle; 
}

not having much luck with any of these.

Any suggestions?</description>
		<content:encoded><![CDATA[<p>Hi Alain, I was just wondering what changes you made to the CSS to get the  and  tags to display whilst editing? Ive had a bit of a play and tried edit the &#8220;contrib/fckeditor/fckeditor.css&#8221; file and to add:</p>
<p>ul{<br />
	list-style-type: circle;<br />
}</p>
<p>ol{<br />
	list-style-type: decimal;<br />
}</p>
<p>also tried:</p>
<p>#xEditingArea ul{<br />
	list-style-type: circle;<br />
}</p>
<p>and:</p>
<p>#edit-body ul{<br />
	list-style-type: circle;<br />
}</p>
<p>not having much luck with any of these.</p>
<p>Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcel de Ruiter</title>
		<link>http://blog.iautomate.ca/2009/08/open-atrium-installation-and-wysiwyg-editor-demonstration/comment-page-1/#comment-598</link>
		<dc:creator>Marcel de Ruiter</dc:creator>
		<pubDate>Tue, 02 Feb 2010 08:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iautomate.ca/?p=80#comment-598</guid>
		<description>Hi Alain,

At least I solved the billets thing, by having the WYSIWYG API module which I am now using as a comfortable &quot;in between&quot; make sure that the editor uses it&#039;s own CSS in stead of the OA CSS. 

Looking forward to you additional information. Did you do something to Strongarm? 

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Alain,</p>
<p>At least I solved the billets thing, by having the WYSIWYG API module which I am now using as a comfortable &#8220;in between&#8221; make sure that the editor uses it&#8217;s own CSS in stead of the OA CSS. </p>
<p>Looking forward to you additional information. Did you do something to Strongarm? </p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alain</title>
		<link>http://blog.iautomate.ca/2009/08/open-atrium-installation-and-wysiwyg-editor-demonstration/comment-page-1/#comment-589</link>
		<dc:creator>Alain</dc:creator>
		<pubDate>Mon, 01 Feb 2010 02:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iautomate.ca/?p=80#comment-589</guid>
		<description>&lt;a href=&quot;#comment-562&quot; rel=&quot;nofollow&quot;&gt;@Marcel&lt;/a&gt; 
Hi Marcel,
I ran into the same thing and had to play around with the style sheets.  I&#039;ll post my changes to help you get on your way with the visuals.</description>
		<content:encoded><![CDATA[<p><a href="#comment-562" rel="nofollow">@Marcel</a><br />
Hi Marcel,<br />
I ran into the same thing and had to play around with the style sheets.  I&#8217;ll post my changes to help you get on your way with the visuals.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

