<?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: Hide Recently modified items in SharePoint 2010 wiki</title>
	<atom:link href="http://www.balestra.be/2011/04/hide-recently-modified-items-in-sharepoint-2010-wiki.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.balestra.be/2011/04/hide-recently-modified-items-in-sharepoint-2010-wiki.html</link>
	<description>A leap forward</description>
	<lastBuildDate>Tue, 21 May 2013 13:23:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Josh Williams</title>
		<link>http://www.balestra.be/2011/04/hide-recently-modified-items-in-sharepoint-2010-wiki.html#comment-438</link>
		<dc:creator>Josh Williams</dc:creator>
		<pubDate>Tue, 11 Sep 2012 14:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.balestra.be/2011/04/hide-recently-modified-items-in-sharepoint-2010-wiki.html#comment-438</guid>
		<description><![CDATA[Hildebrand,

I am not sure why, but I could not get your CSS to work. Instead, I referenced the following CSS, which I stored in /SiteAssets/stylesheets, in my masterpage:

.s4-recentchanges 
{ 
display:none; 
} 

It worked great. Thank you for this thread, everyone. It helped me immensely.]]></description>
		<content:encoded><![CDATA[<p>Hildebrand,</p>
<p>I am not sure why, but I could not get your CSS to work. Instead, I referenced the following CSS, which I stored in /SiteAssets/stylesheets, in my masterpage:</p>
<p>.s4-recentchanges<br />
{<br />
display:none;<br />
} </p>
<p>It worked great. Thank you for this thread, everyone. It helped me immensely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.balestra.be/2011/04/hide-recently-modified-items-in-sharepoint-2010-wiki.html#comment-209</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 08 Mar 2012 12:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.balestra.be/2011/04/hide-recently-modified-items-in-sharepoint-2010-wiki.html#comment-209</guid>
		<description><![CDATA[Marijn&#039;s original suggestion of Content Editor webpart worked fine for me for a single page.]]></description>
		<content:encoded><![CDATA[<p>Marijn&#39;s original suggestion of Content Editor webpart worked fine for me for a single page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarjan WebDev</title>
		<link>http://www.balestra.be/2011/04/hide-recently-modified-items-in-sharepoint-2010-wiki.html#comment-203</link>
		<dc:creator>Sarjan WebDev</dc:creator>
		<pubDate>Tue, 28 Feb 2012 02:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.balestra.be/2011/04/hide-recently-modified-items-in-sharepoint-2010-wiki.html#comment-203</guid>
		<description><![CDATA[Thanks Hilderbrand&lt;br /&gt;&lt;br /&gt;that works I shared it on G+]]></description>
		<content:encoded><![CDATA[<p>Thanks Hilderbrand</p>
<p>that works I shared it on G+</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarjan WebDev</title>
		<link>http://www.balestra.be/2011/04/hide-recently-modified-items-in-sharepoint-2010-wiki.html#comment-207</link>
		<dc:creator>Sarjan WebDev</dc:creator>
		<pubDate>Tue, 28 Feb 2012 02:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.balestra.be/2011/04/hide-recently-modified-items-in-sharepoint-2010-wiki.html#comment-207</guid>
		<description><![CDATA[Thanks Hilderbrand the trick works I shared it on G+]]></description>
		<content:encoded><![CDATA[<p>Thanks Hilderbrand the trick works I shared it on G+</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hildebrand</title>
		<link>http://www.balestra.be/2011/04/hide-recently-modified-items-in-sharepoint-2010-wiki.html#comment-195</link>
		<dc:creator>Hildebrand</dc:creator>
		<pubDate>Fri, 06 Jan 2012 14:55:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.balestra.be/2011/04/hide-recently-modified-items-in-sharepoint-2010-wiki.html#comment-195</guid>
		<description><![CDATA[Perhaps Clem is right. The underlying code seems to be modified by SharePoint when the page is saved. I found that if put your style in an external file stored in the Style Library and reference the link using the web part instead it works just fine. Also, I applied my style to #s4-leftPanel; perhaps is depends on the page layout your using.&lt;br /&gt;&lt;br /&gt;Styles in my css:&lt;br /&gt;#s4-leftpanel{display:none;}&lt;br /&gt;.s4-cs {margin-left:0px}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Hope that helps.]]></description>
		<content:encoded><![CDATA[<p>Perhaps Clem is right. The underlying code seems to be modified by SharePoint when the page is saved. I found that if put your style in an external file stored in the Style Library and reference the link using the web part instead it works just fine. Also, I applied my style to #s4-leftPanel; perhaps is depends on the page layout your using.</p>
<p>Styles in my css:<br />#s4-leftpanel{display:none;}<br />.s4-cs {margin-left:0px}</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marijn</title>
		<link>http://www.balestra.be/2011/04/hide-recently-modified-items-in-sharepoint-2010-wiki.html#comment-194</link>
		<dc:creator>Marijn</dc:creator>
		<pubDate>Wed, 21 Dec 2011 22:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.balestra.be/2011/04/hide-recently-modified-items-in-sharepoint-2010-wiki.html#comment-194</guid>
		<description><![CDATA[Clem, ofcourse you can add CSS code in a CEWP!&lt;br /&gt;&lt;br /&gt;You don&#039;t need to modify the masterpage.]]></description>
		<content:encoded><![CDATA[<p>Clem, ofcourse you can add CSS code in a CEWP!</p>
<p>You don&#39;t need to modify the masterpage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clem</title>
		<link>http://www.balestra.be/2011/04/hide-recently-modified-items-in-sharepoint-2010-wiki.html#comment-191</link>
		<dc:creator>Clem</dc:creator>
		<pubDate>Wed, 21 Dec 2011 15:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.balestra.be/2011/04/hide-recently-modified-items-in-sharepoint-2010-wiki.html#comment-191</guid>
		<description><![CDATA[This only works if modifying the master page.  It cannot be added to any page using the standard content editor web part.]]></description>
		<content:encoded><![CDATA[<p>This only works if modifying the master page.  It cannot be added to any page using the standard content editor web part.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
