vote up 3 vote down star
2

How can I customise the Site Actions menu to remove or rename 'standard' menu items? Where are the site actions menu items defined?

flag

4 Answers

vote up 5 vote down check

The site actions menu is defined in the Siteaction.xml in Template\layouts\editingMenu under the 12 hive. The following link shows how to manually remove items.

Customize Site Actions Menu

I have added options to the menu using features, but have never tried to hide OTB option in code. I would be interested in your results.

Good luck!

link|flag
vote up 2 vote down

I was able to hide the menu item I wanted to hide by using ConfigMenu="Delete" in the relevant XML node of SiteActions.xml. e.g.

 <ConsoleNode ConfigMenu="Delete" ChangedNodeID="wsaCreateSite" />

The valid values for ConfigMenu are documented at http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.publishing.webcontrols.configmenuoptions.aspx

link|flag
vote up 0 vote down

Hi Nat,

COuld you please paste your javascript code here? I also need to remove any items for user of certain privelege level, especially for contribute permission.

Where should I put the javascript code?

Thank you.

link|flag
vote up -1 vote down

I have used a control that runs javascript to hide the entire site actions menu for users of a certain privelege level.

That approach may be an option if you need to remove items for particular users.

It is not the worlds classiest approach however.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.