<?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 for Tmmts!!</title>
	<atom:link href="http://priit.pudisoo.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://priit.pudisoo.com</link>
	<description>a weblog of Priit Tammets, dedicated father, husband &#38; web designer</description>
	<lastBuildDate>Sun, 17 Jan 2010 10:01:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Estonian translation for eShop WordPress plugin by Hannes</title>
		<link>http://priit.pudisoo.com/2009/07/estonian-translation-for-eshop-wordpress-plugin/comment-page-1/#comment-3665</link>
		<dc:creator>Hannes</dc:creator>
		<pubDate>Sun, 17 Jan 2010 10:01:56 +0000</pubDate>
		<guid isPermaLink="false">http://priit.pudisoo.com/?p=210#comment-3665</guid>
		<description>Nice!!</description>
		<content:encoded><![CDATA[<p>Nice!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Elgg 1.5 and missing message board by Priit</title>
		<link>http://priit.pudisoo.com/2009/03/elgg-15-and-missing-message-board/comment-page-1/#comment-1614</link>
		<dc:creator>Priit</dc:creator>
		<pubDate>Wed, 20 May 2009 07:37:15 +0000</pubDate>
		<guid isPermaLink="false">http://priit.pudisoo.com/?p=168#comment-1614</guid>
		<description>Absolutely right, Malaga Jack</description>
		<content:encoded><![CDATA[<p>Absolutely right, Malaga Jack</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Elgg 1.5 and missing message board by Malaga Jack</title>
		<link>http://priit.pudisoo.com/2009/03/elgg-15-and-missing-message-board/comment-page-1/#comment-1610</link>
		<dc:creator>Malaga Jack</dc:creator>
		<pubDate>Tue, 19 May 2009 22:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://priit.pudisoo.com/?p=168#comment-1610</guid>
		<description>in regards to simple cache
disabling simple cache while working on themes, plug-ins css files is a good idea while working on your project, HOWEVER please be aware this is one way that elgg uses to keep your site running as fast as possible, do not forget to turn it back on unless you are just a hobby site</description>
		<content:encoded><![CDATA[<p>in regards to simple cache<br />
disabling simple cache while working on themes, plug-ins css files is a good idea while working on your project, HOWEVER please be aware this is one way that elgg uses to keep your site running as fast as possible, do not forget to turn it back on unless you are just a hobby site</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Elgg 1.5 and missing message board by Priit</title>
		<link>http://priit.pudisoo.com/2009/03/elgg-15-and-missing-message-board/comment-page-1/#comment-1553</link>
		<dc:creator>Priit</dc:creator>
		<pubDate>Wed, 13 May 2009 06:54:24 +0000</pubDate>
		<guid isPermaLink="false">http://priit.pudisoo.com/?p=168#comment-1553</guid>
		<description>Hei, one more thing,

Disable &quot;use simple cache&quot; under Administration panel in Elgg.</description>
		<content:encoded><![CDATA[<p>Hei, one more thing,</p>
<p>Disable &#8220;use simple cache&#8221; under Administration panel in Elgg.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Elgg 1.5 and missing message board by Ugo</title>
		<link>http://priit.pudisoo.com/2009/03/elgg-15-and-missing-message-board/comment-page-1/#comment-1548</link>
		<dc:creator>Ugo</dc:creator>
		<pubDate>Tue, 12 May 2009 22:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://priit.pudisoo.com/?p=168#comment-1548</guid>
		<description>Thanks Priit,

I actually had done that - but only realized later that Elgg takes some time for some changes to take effect. It caches the css files, so even if you have cleaned up the cache of your browser, the changes don&#039;t immediately show. I&#039;ve noticed this with two different installations on different hosting. Now everything is fine :)</description>
		<content:encoded><![CDATA[<p>Thanks Priit,</p>
<p>I actually had done that &#8211; but only realized later that Elgg takes some time for some changes to take effect. It caches the css files, so even if you have cleaned up the cache of your browser, the changes don&#8217;t immediately show. I&#8217;ve noticed this with two different installations on different hosting. Now everything is fine <img src='http://www.pudisoo.com/priit/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Elgg 1.5 and missing message board by Priit</title>
		<link>http://priit.pudisoo.com/2009/03/elgg-15-and-missing-message-board/comment-page-1/#comment-1516</link>
		<dc:creator>Priit</dc:creator>
		<pubDate>Mon, 11 May 2009 06:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://priit.pudisoo.com/?p=168#comment-1516</guid>
		<description>Hi Ugo,

Well, to be honest, you may insert it anywhere in the css file. Although it might be nice if you declare it right after #right_column.

For example, copy &amp; paste from my css.php file:

#right_column {
	clear:left;
	float:right;
	width:320px !important;
	margin:0 10px 0 0;
}

#right_column .input_textarea{
width:300px !important;
}

#right_column #mb_input_wrapper {
	background: white;
	width: 320px;
	margin: 0;
	padding: 0;
}

#messageboard_widget_menu {
	margin-bottom: 10px;
}

Just add the missing code and it should be working.</description>
		<content:encoded><![CDATA[<p>Hi Ugo,</p>
<p>Well, to be honest, you may insert it anywhere in the css file. Although it might be nice if you declare it right after #right_column.</p>
<p>For example, copy &amp; paste from my css.php file:</p>
<p>#right_column {<br />
	clear:left;<br />
	float:right;<br />
	width:320px !important;<br />
	margin:0 10px 0 0;<br />
}</p>
<p>#right_column .input_textarea{<br />
width:300px !important;<br />
}</p>
<p>#right_column #mb_input_wrapper {<br />
	background: white;<br />
	width: 320px;<br />
	margin: 0;<br />
	padding: 0;<br />
}</p>
<p>#messageboard_widget_menu {<br />
	margin-bottom: 10px;<br />
}</p>
<p>Just add the missing code and it should be working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Elgg 1.5 and missing message board by ugo</title>
		<link>http://priit.pudisoo.com/2009/03/elgg-15-and-missing-message-board/comment-page-1/#comment-1495</link>
		<dc:creator>ugo</dc:creator>
		<pubDate>Sun, 10 May 2009 17:56:50 +0000</pubDate>
		<guid isPermaLink="false">http://priit.pudisoo.com/?p=168#comment-1495</guid>
		<description>Hi,

Thanks a lot for this comment. I am going through the same issue, but I haven&#039;t succeeded in modifying the style of the message board in the groups. The input area is still too wide.

I don&#039;t understand how to modify /mod/groups/views/default/groups/css.php

Where exactly should I insert the code you provided?

Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks a lot for this comment. I am going through the same issue, but I haven&#8217;t succeeded in modifying the style of the message board in the groups. The input area is still too wide.</p>
<p>I don&#8217;t understand how to modify /mod/groups/views/default/groups/css.php</p>
<p>Where exactly should I insert the code you provided?</p>
<p>Thanks a lot!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
