Tagged Questions
1
vote
1answer
22 views
What should be the provisioning model?
What should be the provisioning model for supporting only 2010 and above, if:
it needs to include custom SharePoint security groups
it would be deployed to multiple unrelated SharePoint ...
1
vote
0answers
21 views
Web template using an old version
I've copied the same question I found in an answer in this link because it is happening to me: when I create a new site using powershell or code, it is using an old version of the template. Not ...
1
vote
3answers
308 views
How to activate feature in a custom site
I have created a publishing web template. Now I need to activate a feature once the site is provisioned.
In order to achieve this, I've created an event receiver with something like this:
public ...
1
vote
2answers
2k views
Provisioning a Welcome Page to Pages Library
I have a custom Web Template which enables the default features of a Publishing Site and in addition it enables custom Features e.g. WelcomePageProvisioning. It's kinda straight forward, but still I ...
0
votes
1answer
93 views
Using configuration of base web template in custom web template
I'm creating a custom web template, and I'd like for my configuration only to add the things I need above and beyond what's in the base web template (in my case, CMSPUBLISHING#0). My template works ...
5
votes
3answers
336 views
SharePoint Online web template debugging
I'm trying to develop a custom web template to use with SharePoint Online. I created an empty web online and saved it as a template (without content). I then loaded that WSP into Visual Studio and ...
4
votes
4answers
656 views
Web Template - Receivers Not Firing
I have a custom web template used to provision site collections that activates features with onet.xml and is deployed as a farm solution. I've tried both feature receivers and event receivers (on ...
2
votes
1answer
288 views
Setting preview image for Sharepoint 2010 custom web template
I have a custom Sharepoint 2010 Web Template and I would like to set a custom preview image for it in the Sharepoint add site gallery.
Example (I wanna set a custom image for the "Project Template ...
1
vote
1answer
919 views
Do Site Templates include content types in site collection
I had created custom content types in site settings that I was referencing with a list on a site. When I did a save as template from the site, would that have also saved the content types?
I passed ...