If you want to keep your designers on a leech you can set the DisableWebDesignFeatures in your site definition’s onet.xml file. Set the attribute in the Project element to one or more values from the following list:
wdfbackup Disable Web site backup.
wdfrestore Disable Web site restore.
wdfpackageimport Disable Web site package import.
wdfpackageexport Disable Web site package export.
wdfthemeweb Disable theme support for the Web site.
wdfthemepage Disable theme support for individual pages.
wdfnavigationbars Disable support for navigation bars.
wdfnavigationview Disable the Navigation view for the Web site.
wdfpublishview Disable the Remote Web site view for the Web site.
wdfpublishselectedfile Do not allow the selected file to be published.
wdfopensite Disable access to the entire Web site.
wdfnewsubsite Do not allow the creation of a new subsite.
(source: MSDN)
If you want to set more values, use a semicolon to separate the values.
Posted under Developer
This post was written by spotd on April 22, 2009


