Remove Site Templates
In order to remove/disable site templates so that they don’t show up in the list presented by the Create Site wizard follow these steps:
- Open the following file:
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\Template\1033\XML\webtemp*.xml - Find the template that you would like to hide and change the following line “Hidden” property of the <Configuration> element to “TRUE”.
- You may have to do an IISReset in order for the changes to take effect.
Resources
- http://blogs.msdn.com/b/hsalvi/archive/2010/07/03/farm-wide-hide-templates-sharepoint-2010.aspx
- http://sharepoint.microsoft.com/Blogs/fromthefield/Lists/Posts/Post.aspx?List=0ce77946-1e45-4b43-8c74-21963e64d4e1&ID=34&Web=5170eb8a-912d-4024-814a-81e94b9d34ce
- http://msdn.microsoft.com/en-us/library/ms447717.aspx
December 20, 2011
|
Posted by Stewart
Categories:
Stewart,
is this not the same as page layouts option at the site collection level, which can be found on the Site settings page and controls which templates maybe used in site creation?
If it is then editing a file in the 14 hive seems a bad practice to me.
You are correct! …for SharePoint Server 2010. However, this option, along with any “page layout” option, is not available in SharePoint Foundation 2010.
Thanks for clearing that up, Nico!