Tagged Questions
1
vote
0answers
205 views
Remote PowerShell Script
I have server 1 (application that the script) (dax-sp) and server 2 (sharepoint) (sp-sp)
Script on server 1 (ScriptStart.ps1)
Set-Item WSMan:\localhost\Shell\MaxMemoryPerShellMB 2000
$pwd = ...
0
votes
1answer
547 views
Alternative to “Create site template” for publishing sites?
As many of you know for a publishing site "save as template" is not supported by MS. Although there are hack to save the publishing site as template, it is not guaranteed to work properly.
And here ...
1
vote
2answers
214 views
Sharepoint Site to create new project
I want to create a Sharepoint site so that I may automate the creation of new site from within my site. For example, a firm has several projects. A Project Manager tries to create a new site from the ...
1
vote
1answer
346 views
How to create a WSP file without using wspbuilder for Site Definition
I have a folder with following structure, I wonder how can I create a wsp file for it, and it deploy the site definition for me,
structure
- XML
- -> ONET.xml
- default.aspx
- ...
2
votes
3answers
295 views
Alternatives to Feature Stapling?
I'm trying to determine if there is any way to automatically deploy a few web parts on the creation of new My Sites pages, but in a manner that doesn't use feature stapling. I know how to feature ...
0
votes
1answer
147 views
Saving publishing site as template in MOSS 2007
I have a publishing site in moss 2007(dev env) and i need to save it as template.. in moss 2007 there is no option to save the publishing site as template so i am using the link below to save it as a ...
2
votes
1answer
249 views
Creating a site definition
We have some 30+ departmental sites that need to be created for our intranet on SharePoint 2010 and are looking for ways to accelerate this process. One method suggested has been to use a standardized ...
4
votes
3answers
204 views
Publishing Site “Save site as template”
How to save site as template for a Publishing Site ?
I am not able to understand how this is done
2
votes
1answer
74 views
Converting a Publishing Page site template to a WSS-compatible template
I am in the process of determining whether a couple of sites can be moved from a full MOSS server to a free WSS server. The current process has been to turn off all known MOSS-only features, export ...
0
votes
3answers
5k views
Default page of custom site template with SharePoint Server Publishing feature
I created a custom site template for Sharepoint 2010. In this template is automatically activated SharePoint Server Publishing feature by this code in onet.xml:
<WebFeatures>
<Feature ...
0
votes
1answer
2k views
Problem with Sharepoint ContentTypeBinding and Lookup field
I have a problem with ContentTypeBinding when creating a new site. I have custom site template definition where I have referenced Publishing Server Feature, so list Pages is automatically created on ...
1
vote
1answer
432 views
Creating a site template with publishing features & multiple subsites inside subsites
So I have been researching this issue and I can see that I'm facing a lot of issues at the same time.
Basically... I want to create a site template that has publishing features enabled and then it ...
0
votes
2answers
699 views
Create a publishing site collection using Site Template
SharePoint 2010 - Publishing Site. I created one with several publishing webs underit. I saved the sitecollection/rootweb as a rootweb.wsp. I created a new webapp, new sitecollection (without picking ...
0
votes
1answer
260 views
why publishing sites based templates lose their default page?
I'm using SP 2010, created a site based on publishing site which I modified with lists, masterpages...
then I created a template from that site.
WHen using that template to create a new site I get no ...
1
vote
2answers
160 views
Best practice for inheriting common content
I want my site to have a side column which will contain some default content (banners, rss feeds, summary link lists etc.) and I would like to have all this included by default in any pages created ...
0
votes
1answer
648 views
Editing Sharepoint Application templates (fantastic 40) in an existing Collaboration Portal
Is there a way to edit the logic for the (fantastic 40) Sharepoint templates in an existing Intranet that uses the publishing/collaboration template?
I already have an intranet built and wanted to ...
