Monday 9 December 2013

Sharepoint  urls

Here's the URL: http://<your site collection URL>/_catalogs/users/simple.aspx

list of webparts
 /_catalogs/wp/Forms/AllItems.aspx


User groups 
_layouts/groups.aspx

 Sitemanager page to manage pagelayouts
_layouts/sitemanager.aspx

Delete current web 
_layouts/Deleteweb.aspx


save current site as template
_layouts/savetmpl.aspx


to show site contents
_layouts/viewlsts.aspx

to see webparts and contents in side a pge

/pages/pagename.aspx?contents=1

to edit the page using url

/pages/pagename.aspx?displaymode=design

settings page

_layouts/settings.aspx



user profiles list(should be admin)

/_catalogs/users/simple.aspx



Get the version of the SharePoint server (Patch level): thanks to John
 /_vti_pvt/Service.cnf

Application page for registering SharePoint apps
/_layouts/15/appregnew.aspx

Save Site as a template
/_layouts/savetmpl.aspx

Sign in as a different user
/_layouts/closeConnection.aspx?loginasanotheruser=true

Enable SharePoint designer
/_layouts/SharePointDesignerSettings.aspx

Welcome Page (Default page settings)
/_layouts/AreaWelcomePage.aspx

Change Site Master Page
/_layouts/ChangeSiteMasterPage.aspx

Page Layouts and Site Templates
/_Layouts/AreaTemplateSettings.aspx

Master Pages library
/_catalogs/masterpage/Forms/AllItems.aspx

User Information List
_catalogs/users/simple.aspx

Quick Deploy List
Quick%20Deploy%20Items/AllItems.aspx
 
Open Page in Edit Mode
?ToolPaneView=2

Taxonomy Hidden List (MMS)
Lists/TaxonomyHiddenList/AllItems.aspx

User Information List:
_catalogs/users/simple.aspx

Force displaying the user profile in the site
collection:
/_layouts/userdisp.aspx?id={UserID}&Force=True

Web Part Maintenance Page 
?Contents=1

Show Page in Dialog View
?isdlg=1




No comments:

Post a Comment