Sam Yang

Circle me on Google Plus

AD Properties can be mapped to user property

AD Properties can be mapped to user property

SharePoint administrator can add a new user profile property, which can be mapped to an AD attribute. For example, user profile property “First Name” is mapped to “givenName” in AD which is a “string (Single Value)” type: If you want to add a new user profile, go into the Add User Profile Property page by […]

How to hide the Site Actions drop down list using JavaScript

How to hide the Site Actions drop down list using JavaScript

When you normally open SharePoint 2010 you will find the Site Action drop down list on the top left: This post will demonstrate how to hide the Site Actions drop down list using JavaScript. First, create an empty SharePoint solution using VS and then add a custom action: <?xml version=”1.0″ encoding=”utf-8″?> <Elements xmlns=”http://schemas.microsoft.com/sharepoint/”> <CustomAction Id=”HideSiteActions.SiteActionAddPoint” […]