The onet tag has no wiki summary.
0
votes
1answer
73 views
onet.xml and survey
Is it possible to include a survey and it's questions in the onet.xml ?
I know you can create the survey list, but is it possible to include the questions as well ?
TIA
so far I have been create ...
1
vote
1answer
90 views
why this site feature is not activated when I create a new site by my custom web template?
I am using sharepoint 2010 and vs2010.
I have created a custom webtemplates and begin from a copy of a teamsite. In my onet.xml I see the following site feature elements:
<SiteFeatures>
...
0
votes
1answer
57 views
Why is it possible to declare more then 1 configuration section in the onet.xml?
I am using sharepoint 2010 and vs2010.
I created a custom web template and start with the onet.xml from the teamsite. I see 4 configuration sections. Why there are more then 1 configuration sections? ...
0
votes
0answers
9 views
Increase Display menu time
I would like to change the display time of my top navigation bar. So far I have managed to create a dropdown list navigation, which however, is difficult to use. This is my navigation.
Item 1.
Item ...
0
votes
1answer
65 views
Set “inherit top navigation from parent node” to yes in site template
I am currently trying to set the button "use top navigation from parent node" from the default value no, to yes. After hours of google research, playing around with the site template (WSP) file, I ...
0
votes
2answers
96 views
Problem with adding TagCloud web part to site definition/onet.xml with userscope
I'm trying to add a Tag cloud web part to my site definition's onet.xml file and set its userscope to everything under the current url.
I understood from Microsoft I cannot simply export and import ...
1
vote
1answer
135 views
How do i alter the quicklaunch navbars using the onet file?
I have the following markup in my onet file. All i want to do is show these 2 sections in the quick launch area and NOTHING else. The code below adds these 2 sections but also adds extra sections ...
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", ...
0
votes
0answers
92 views
Unspecefied error when accessing site settings for site based on custom template
We have a problem for our SharePoint 2010 solution.
Basically we run into the issue described here:
...
0
votes
2answers
2k views
Document Library in Site Definition with custom content type
I am attempting to specify a custom content type onto a reference library which is being provisioned in a site definition but am so far failing.
I have read:-
Deploy document library with multiple ...
0
votes
3answers
2k views
Getting global Navigation working using onet.xml
Im trying to create a site definition using onet.xml in sharepoint 2010. So far things are going well however I am now having a problem getting the subsite to inherit the global navigation from its ...
2
votes
2answers
135 views
Site definition configuration. Multi feature visibility dependency
I have created a new site defenition and I would like to set a feature dependency. There are a attribute that is called VisibilityFeatureDependency. As I understand, if I set this attribute, my ...
