Saving a Sharepoint site as a template when the "Save as template" option is hidden

Saving a site or subsite as template allows you to save an existing site and use it as a template for new SharePoint sites or subsites with the same structure of your existing site, the site template can be saved with or without the content.
Note that some customizations, such a custom workflows, will be present in your template only if you choose to include the content, but the size of your template will increase considerably.
Take into account that saving site as template will not save the subsites under your site, if any, in the template.

This option is usually available in the site settings page under “Site Actions” section, but this option will be hidden if the Publishing features is turned on, as SharePoint does not support Save Site as Template option with this feature turned on.

If the "Save site as template"option is not under Site Settings -> Site Actions, you just need to append _layouts/savetmpl.aspx to your subsites and you will be redirected to the Save Site As Template page automatically.

Let's say that you want to save a subsite that is under the "Test" site, and you are in the Home Page (default.aspx) :

1. Remove the .aspx part from your URL (in this case default.aspx)
http://Sharepoint/Test/default.aspx

2. Add _layouts/savetmpl.aspx at the end of your site:
http://Sharepoint/Test/_layouts/savetmpl.aspx

After adding that, you will be redirected automatically to the "Save as template" page to save your site as a site template.





Comments

Popular posts from this blog

How to convert fields in lower case/upper case within Info path forms

How to auto save a browser enabled info path form every X minutes in Sharepoint 2007, 2010 and 2013

Auto-populate the person/Group picker from the current user on InfoPath 2007/2010/2013