anyone know how to import a site template?
6.. Click Save and Close.
Managing the Central Template Gallery
There is a centralized store of site templates called the central template
gallery. This gallery is managed for your entire server or server farm, and
can only be managed by using the command-line tool, Stsadm.exe. You must be
a member of the local administrators group for the server computer to manage
the central template gallery.
You use the following operations to manage the central template gallery.
Operation Description
addtemplate Adds a template to the central template gallery.
deletetemplate Removes a template from the central template gallery.
enumtemplates Lists the templates currently in the central template
gallery.
The addtemplate operation takes the required filename and title parameters
and the optional description parameter. To add a template, you would use the
following syntax:
stsadme.exe -o addtemplate -filename <filename> -title <template
title> -description <description of the template>The deletetemplate
operation takes the required title parameter and the optional lcid
parameter. To delete a template from the central template gallery, you would
use the following syntax:
stsadme.exe -o deletetemplate -title <template title> -lcid <language>Note
After you add or delete a template from the central template gallery, you
need to restart the Web service in Internet Information Services (IIS). You
can restart all of IIS at once by running iisreset on the command line, or
just restart the specific Web sites in Internet Information Services (IIS)
Manager. If you are in a server farm environment, you must restart the Web
services for each front-end Web server in your server farm.
The enumtemplates operation takes the optional lcid parameter. To list all
templates in the central template gallery, you would use the following
syntax:
stsadm.exe -o enumtemplates
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"mc" <anon...@discussions.microsoft.com> wrote in message
news:ee2801c43d2c$264ad3f0$a301...@phx.gbl...
http://www.spsfaq.com/customising.asp?postid=897
By default, only sites under the site you used as the template will be
able to use that template, so you have to do this
Stephen MVPwww.spsfaq.com
Nigel.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"KateRK" <anon...@discussions.microsoft.com> wrote in message
news:316EB71F-D212-45CA...@microsoft.com...
> But Nigel, once we get a site template into the gallery, how do I use it
> to create another site? I can't find that any where, even in the Admin
> guide.