The web-template tag has no wiki summary.
2
votes
3answers
1k views
Problems adding webparts to a page in the correct order
I would think there's something supersimple I'm missing, but I can't find where I'm going wrong.
I have a feature deploying a default.aspx page with two CQWP webparts. I use the AllUsersWebPart ...
0
votes
2answers
108 views
How to implement a custom masterpage in my custom web template?
I am using sharepoint 2010 and VS2010.
I have implemented this tutorial for creating a custom web template, and it works:
...
1
vote
1answer
44 views
How to create a simple web template (in VS) with a announcement, calendar, links, tasks list on the homepage?
I am using sharepoint 2010 and VS2010. I created a site collection by the publishing site template. I dont want to use the "save as template" because it is not supported in a publish template. Also ...
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 ...
0
votes
1answer
36 views
Why the “group work lists” like “announcements, links, tasks, events” are not exist when my feature eventreceiver is triggered?
I have created a custom web template where I activate the webfeature "Group Work Lists". I have also a event receiver where I would like to do some logic. I try to get the splist item of one of my ...
0
votes
1answer
83 views
Why I can not add a list to some webpart zone in my custom web template home page?
I have created a custom web template and it will be deployed by feateure1 for example. Then I have also a module with inside of it the default page declaration. This module will be deployed by ...
0
votes
1answer
33 views
Can I deploy and use my new custom web template at an existing site collection?
I am using sharepoint 2010 and VS2010. I have crated a custom web template and when I deploy it I need to create a new site collection where my custom template will be available if I create a new sub ...
0
votes
1answer
43 views
Is it possible to use a custom web template inhirited from teamsite template, in a publish site template?
I am using sharepoint 2010 and VS2010.
I have implemented this tutorial for creating a custom web template, and it works:
...
0
votes
1answer
16 views
How to create new webtemplate, inherited from another custom web template?
I have a sharepoint 2010 portal styled by someone else. If I am in my sharepoint portal and try to create a new site I see 2 templates. First one is publishing site and the other is a custom template ...
0
votes
1answer
129 views
Sharepoint Web template
I have created a web template solution by following Vesa "vesku" Juvonen 's blog(http://blogs.msdn.com/b/vesku/archive/2010/10/14/sharepoint-2010-and-web-templates.aspx).
I have the web template and ...
2
votes
0answers
32 views
How to use Web Template in sharepoint 2010
I have created a Web Template named "My WebTemplate" in Visual studio 2010 and deployed successfully to http://somesite. Now in http://somesite web application. I want to create a site that uses "My ...
1
vote
0answers
16 views
Can I use a provisioningProvider to a custom web template?
I have problems with the sequence of my logic. I have featere1 where I have my custom webtemplate. Then I have feature2 where I have implemented my default.aspx page. Feature1 is activating feature2. ...
1
vote
0answers
56 views
Newly created web template is invisible
I have created a new web template (contains a elements.xml and onet.xml) which is based on team site. I have deployed the .wsp file. However when I go to "New Site" under Site Actions I cannot see my ...
1
vote
0answers
20 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 ...
0
votes
0answers
25 views
What did I do wrong to implement my own masterpage to my custom web template?
0 down vote favorite
I am using sharepoint 2010 and VS2010.
I have implemented this tutorial for creating a custom web template, and it works:
...
0
votes
0answers
28 views
How to add standard Calender, Task List and Newsfeed app to custom web template
I have added a custom web template in VS 2012 for SharePoint 2013 project. Now I want to add standard Calender, Task List and Newsfeed app to custom web template. How I add these from VS 2012?
0
votes
0answers
22 views
Customizing List Form using webtemplates
I am creating a webtemplate in visual studio. I need to change the form input for a custom list item e.g. i need to add some text/images around input fields etc.
How would i go about doing this? ...