The web-template tag has no wiki summary.
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
42 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
2answers
101 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:
...
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
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
1answer
368 views
In sharepoint 2013 should i use web templates or apps?
I have been asked to create sharepoint site to track company expenses. Functionality included:
-Implement for SP 2013
-Users create expense requests.
-Managers approve requests.
-Basic reporting.
...
0
votes
1answer
59 views
Is it better to create a web template from scratch or import it?
I was wondering what most people do when setting up web templates.
Do they create/customize it in sharepoint and then export the template and open it up in visual studio. Or do they create a ...
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? ...
0
votes
1answer
32 views
How do i add a page to a web template
I have created a basic web template using the following post and added a custom list to it, this works fine. http://sebastiantegel.wordpress.com/2012/06/26/webtemplates-is-the-way-to-go/
I now want ...
0
votes
2answers
62 views
How do i create a feature in web template?
I have created a web template in visual studio, it includes the standard element file and onet file, it also has a feature which is scoped to site level.
All this works fine, i can deploy it and can ...
0
votes
1answer
101 views
How to create a Web Template programmatically
I want to create a Web Template programmatically in Sharepoint 2010.
I have read Vesa "vesku" Juvonen blog where he creates a web template using the elements.xml file and onet.xml file, but i want to ...
0
votes
2answers
185 views
Creating site with subsite using webtemplate
I have webtemplate (not a site definition) which is an exported site. I want to create a subsite in this site. I want this to happen when a new site of this template is created. But I don't know how. ...
0
votes
1answer
71 views
Sharepoint 2010 editing WebSiteTemplate
In sharepoint 2010 I create a new Web with a WebSiteTemplate. The template was created by the export-function of an existing WebSiteCollection. The new web looks similar to the other exepting the ...
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 ...