Tag Info

New answers tagged

0

If you activate the SharePoint Server Publishing Infrastructure for the site collection and then activate the SharePoint Publish feature for the site the option to change the page layout should comes up on the ribbon when your are in edit mode. If you are working with custom branding let me reccomend this site http://bindtuning.com for some versions the ...


0

You can use SharePoint API : PublishingWeb (http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.publishing.publishingweb_methods.aspx) with the method "AddPublishingPage" if you need to customize this page after creation (i.e. add webparts on it), simply use SPWebPartManager ...


1

You have the option in the Page layouts and site templates page in New Page Default Settingssection. Select the page Layout that you need to set as default in Select the default page layout For new subsites, Write a feature stapler which sets your desired page layout on default.aspx, while the web provisioning process. or Create a custom web ...


-1

I've been through this. See this blog : http://www.estruyf.be/blog/how-to-provision-your-design-files-in-sharepoint-2013/ hope this will help ! ;)


1

Seems that the list view webpart is missing from your welcomepage. SharePoint has a specific webpart for showing the document set content, the content of the .dwp that is used when provisioning OOTB is: <?xml version="1.0" encoding="utf-8" ?> <WebPart xmlns="http://schemas.microsoft.com/WebPart/v2"> ...


1

For example if your publishing page is an enterprise wiki page edit the enterprisewiki.aspx page in sharepoint designer. than edit this part : <PublishingWebControls:RichHtmlField id="PageContent" FieldName="PublishingPageContent" AllowTables="true" AllowEmbedding="true" and add the html element html="<p>this text will be ...


0

Use SharePoint Designer to edit the page layout and ensure that the fields you want to populate are present in the layout. Use an out of the box page layout as a guide. All controls inside the <ContentTemplate> tag will show on the page in view and in edit mode. To hide controls in view mode, wrap them in a <PublishingWebControls:EditModePanel> ...


0

In order to allow select Date and Time in DateTimeField control, specify for Date and Time field the Date & Time format In your case for field Article Date format should be changed to Date & Time DateOnly and TimeOnly properties of DateTimeField control First of all, DateOnly and TimeOnly properties of DateTimeField control is not about ...


0

Not certain but you could try setting DateOnly="false".


1

I was asked this question in an interview. The answer is clearly described in the below link. http://msdn.microsoft.com/en-us/library/ms543497(v=office.14).aspx



Top 50 recent answers are included