SharePoint - SharePoint Wiki - How to Remove Recent Changes from page

Asked By Joe Garcia on 05-May-10 09:38 AM

We are running MOSS 2007 and have several wiki sites. I am trying to remove the "Recent Changes" area that is directly under the Quick Launch bar for wiki sites.  I followed the directions from this discussion http://social.technet.microsoft.com/Forums/en/sharepointsocialcomputing/thread/fc686bff-74be-4fe2-bb3a-8f22d560381d, and it worked for some sites but not all.
What I don't understand is that I made a change to the "wkpstd.aspx" file under Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\DocumentTemplates.

Changed from this:

<asp:Content ContentPlaceHolderId="PlaceHolderLeftActions" runat="server">
  <SharePoint:RecentChangesMenu runat="server" id="RecentChanges"/>
</asp:Content>

To:

<asp:Content ContentPlaceHolderId="PlaceHolderLeftActions" runat="server">
  <SharePoint:RecentChangesMenu runat="server" id="RecentChanges" visible="false"/>
</asp:Content>


After I made this change, some wikis still have the "recent changes" under the quick launch bar. Is there another location that I missed?

Alon Havivi replied to Joe Garcia on 12-May-10 03:33 AM
Hello,

Make sure you change "wkpstd.aspx" file on ALL front ends.

Remark:
When you modify out-of-the-box files (Sharepoint original files), make sure you deploy it within a WSP solution. By doing that you deploy the files on all front ends.
creyes creyes replied to Alon Havivi on 20-Oct-11 07:14 AM
I need that is not visible the text "Recently Modified", but if they are visible links to the pages.
Anyone know how? (Sharepoint 2010)