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 |
4 responses to “Sharepoint URLs”
These links are very useful. They are new to me as and I want to have a try. It will really help to access any parts of sharepoint page that you desire to.
Good package. Very useful tips. It helped me to build a success websites.
Thanks for sharing Josh!
I’m sure I could make use of that as I convert parts of my website for paid members only
Very useful! I can’t count the number of times I got “stuck” in SharePoint and needed to get to admin pages. Thanks for the links.