Often times when modifying applications or building themes for applications, it may be necessary (or at least part of the requirements) to remove objects that contain links to important parts of a page that you would normally use. For example, you may not want login links displayed on a site that is primarily a read-only site, but you’ll still need some way to login to the site.
Because I often need access to certain parts of a sharepoint page which have the links removed, I’m going to start building a short-list of links I commonly need to manually use.
Action | URL |
Login | /_layouts/Authenticate.aspx?Source={sourceURL} |
Logout | /_layouts/SignOut.aspx |
Site Settings | /_layouts/settings.aspx |
Change Masterpage | /_Layouts/ChangeSiteMasterPage.aspx |
Masterpage Gallery | /_catalogs/masterpage/Forms/AllItems.aspx |
View All Site Content | /_layouts/viewlsts.aspx |
Leave a Reply