I would like to hide the Modify Navigation menu item in the Site Actions menu for my publishing site
I have tried the following with no avail...
Creating a feature with:
<HideCustomAction
Id="AreaNavigationSettings"
GroupId="Customization"
Location="Microsoft.SharePoint.SiteSettings">
</HideCustomAction>
Modifying the CustomSiteAction.xml file in Sharepoint designer under masterpage/editing menu
<?xml version="1.0" encoding="utf-8" ?>
<Console>
<references>
<reference TagPrefix="cms" assembly="Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" namespace="Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions" />
</references>
<structure>
<ConsoleNode ConfigMenu="Delete" ChangedNodeID="wsaModifyNavigation" />
</structure>
</Console>