Tagged Questions
5
votes
2answers
140 views
Why we need to do IIS Reset after adding a template
I added a template using,
STSADM -o addtemplate -filename "C:\Stalker\BaleeeBaleee.stp" -title "YouBreakLive"
I can see it in Central Administration in "Custom" site templates when I try to create ...
0
votes
2answers
235 views
“Cannot complete this action.” When calling ApplyWebTemplate()
SPWebApplication webApp = SPContext.Current.Site.WebApplication;
using (SPSite site = webApp.Sites.Add("/sites/site3", "SharePoint", null, 1033, null, "administrator", "Administrator", ...
1
vote
1answer
127 views
Getting Web Template using Configuration ID
I am able to get Web template by checking its ID, but we have ten's of web configurations within a web template
so in short we have loads of web template id's with different configurations and Title.
...
0
votes
1answer
318 views
how to Find Template Name that has been used while creating a new Site Collection
I have like tens of custom Site definitions, so when I try to create a new site collection I select a template name, let say "ABCD 2020 DEVELOPMENT ISSUE SOLVED" and create a new site based on this ...
0
votes
1answer
270 views
importing a site to a new site collection error
I tried using STSADM to export / import a site definition, it exported properly, but when i tried to import it, it gave me fatal error that couldn't find a webtemplate #id** with LCID 1033, both ...
0
votes
1answer
52 views
I have a site Template , I want to create another site template based on this template but using different Master Page
I have a Site Template A .wsp file, I want to create another Site Template B based on Site Template A but I want it have a different Master Page. I know how to do it in a site definition but I dont ...
0
votes
2answers
71 views
How to Find out Site definition being used by a Site
I always struggle to find out that how to know what site definition or site template a "Web" or a "Site" is using. We do have a lot of custom site definitions and site templates, we are using in our ...
0
votes
1answer
405 views
How to Create a List using a list template in a site definition
I have created a custom list definition which simplies creates a new list using "Document Library" list.
I created another Custom Document Library and was wondering if there is any way I can create ...
1
vote
0answers
321 views
How do I ensure that the task list displays in Gantt view when creating a new site from template?
I have a site with a Task List, which has a custom Gantt view as the default view. The home page of the site, which is not a wiki page, has a List View Web Part for the Task List where the Gantt view ...
2
votes
1answer
200 views
Structure of a WSP file
After you save a site as template you get a WSP file that you can then import in VS and tweak it as you want.
I did this for a site today and had a lot of things in the WSP after I decompressed it, ...
3
votes
1answer
66 views
Template usercontrol hide based on page
Is it possible to hide a usercontrol that I have added to a custom template based on what page I am on. I have several pages that use the template but I only want one page to display the control the ...
