Tagged Questions
2
votes
1answer
30 views
Creating pages dynamically through code?
First thing is first, I'm doing this in Sharepoint 2013.
I'm not exactly sure what the best approach is to be, so I'm explaining my problem and hopefully people can throw around some terms or ideas ...
0
votes
2answers
23 views
Unable to locate Subsite Page Layout
On our company intranet page,I have created a subsite that I am having trouble editing the page layout. Previously when creating the home page I was able to located the page layouts in SPD2010 and ...
0
votes
1answer
271 views
The SPListItem provided is not compatible with a Publishing Page
Whenever I try to save og check in mmy Home.aspx pagelayout welcome page I get
Invalid SPListItem. The SPListItem provided is not compatible with a Publishing Page.
And this:
...
2
votes
1answer
63 views
Full control user can add Page Layout to top level site but not the sublevel site
Has anyone seen the problem that we can add page layout to the top level site but not the sublevel site?
I've got the following behaviors:
In the "Site Settings" the "Master pages and page ...
2
votes
1answer
160 views
Can I edit a custom page Layout to add 3 new zones
I have a custom branding solution which was written before I started at my current client. Now they want their custom page layout modified, by adding 3 adjacent zones next to eachother. This page ...
3
votes
1answer
155 views
How can I update a publishing page's page layout via PowerShell?
I have a few publishing pages that need a page layout change. The layout includes a Content Editor Web Part pointed to an html file in the site assets folder. The layout changes but the Web Part ...
1
vote
1answer
65 views
Change page layout for multiple pages
Is there a quick way to change the page layout of many pages (à la datasheet view, or in SPD maybe)?
Editing and republishing each one individually seems rather onerous.
0
votes
1answer
55 views
Using SharePoint 2007& SharePoint Designer 2007
We are using SharePoint 2007 for our Intranet and I am using SharePoint Designer 2007 to work on my 'issue.' Here is the situation, I created a site and would like to have 3 rows and 3 columns of web ...
0
votes
1answer
127 views
Custom page layout is not available on sub-sites
I have a custom page layout in the root site (Created by SPD and published/approved). I can create pages with this layout in the root site but in the deeper sub-sites in pages library, when i click ...
0
votes
2answers
692 views
How to put custom user control on page layout
I have some custom user control developed. I want to place it in a custom page layout. So it will be in every page instance of that layout. How can i put my custom user control on custom page layout?
...
0
votes
1answer
63 views
Alternative creation of new publishing page instance
I have some custom content type and custom page layout from that content type. This content type has HTML rich text field. And all my contents are page instances of that custom page layout. I need ...
0
votes
0answers
65 views
Edit Button on Publishing Page?
I have some custom content type and custom page layout from that content type. This content type has HTML rich text field. And all my contents are page instances of that custom page layout. Anyway, i ...
1
vote
2answers
193 views
Publishing Page - hide page layouts
We have requirement to leave only article layouts for publishing pages and hide others (Redirect, Blank Web Part Page, Table of Contents, Splash etc should be hidden). Any ideas how we could achieve ...
1
vote
2answers
417 views
Custom Page Layout for a publishing site with contents
I have a requirement of creating a custom page layout for my SharePoint 2010 users. What they want is, when they apply a page layout, they want the page to be filled with certain text in the rich ...
1
vote
1answer
2k views
How to format RichHtmlField in Publishing site Custom Page Layout
In SharePoint 2010, when I add an RichHtmlField in my custom Page Layout, the control's display in edit mode doesn't have any of the "chrome" around it that a stck page layout does. In fact, the is no ...
1
vote
1answer
349 views
How to override Ribbon Save Button functionality for a specific page layout?
Is there a way to override Ribbon Save Button functionality in publishing page of specific page layout? My intention is not to override it for all publishing pages but to limit it to specific page ...
0
votes
1answer
250 views
input validation inside page layout
I have field called "program email" and this field is an email and part of page layout. what is the recommended way to validate that field to make sure that it is a valid email format and disable ...
1
vote
1answer
116 views
Are there any CMS add ons for SharePoint?
We recently rolled out a new site where we are allowing users to create their own public facing page content. Shortly after we gave them access it became clear that the majority of the content that ...
2
votes
2answers
754 views
Application pages and master pages
We plan to use SharePoint 2010 application pages and wondered about our current setup, which has the default master page (v4.master) with no changes but a heavily customized page layout for the ...
0
votes
1answer
599 views
Add WebPart to page and lock it down (except for editing)
I'm building out some features for a publishing portal for a client, and I have a requirement to place a Content Editor Webpart on a page and prevent users from deleting, closing, hiding, or moving ...
1
vote
1answer
283 views
Column appeared to be empty space in Page Layout
Im currently working in SharePoint 2007 Page Layout, I have Site Columns created to be drag and drop into custom page layout via SharePoint Designer 2007.
The Site Columns is not required field, if ...
2
votes
2answers
146 views
How can I rename Page Layouts without having to manually reset content pages using those layouts?
I need to rename a bunch of Page layouts and Master Pages without having to re-set the Page Layout to each content page that is using those layouts.
For example:
I have two page layouts - ...
0
votes
3answers
1k views
Custom Page Layout
I am following the following article about Creating a Page Layout in SharePoint 2010 using Visual Studio 2010. I have deployed the solution but when I click on page layout my new type is not there.
...
25
votes
5answers
10k views
How to update custom master page and page layout, which is already deployed
I have a feature which deploying custom page layout. It's done by this code:
<Module Name="MasterPageModule" Url ="_catalogs/masterpage">
<File Path="MasterPageModule\defaultTemplate.aspx" ...
0
votes
1answer
1k views
Custom Publishing Page with WebPartZones - Edit webpart toolbox not showing
I have a custom publishing page with 6 webpart zones on it so I can add webparts to the page.
I can click on the edit page button, however when I try and edit individual webparts the page reverts to ...
0
votes
1answer
273 views
Page layout with value of calendar control
I've got a custom page layout in SP 2010 that will need an ASP.NET calendar control for editors to select a date. Then we want to show the selected date (or a default date if none selected) to the end ...
2
votes
3answers
582 views
Page layouts vs. Master pages
When do you create a custom page layout vs. a custom master page for a site? Is it good practice to create custom page layouts only for limited branding of SharePoint 2010? I'm thinking the page ...
1
vote
2answers
326 views
Add custom properties to 'Edit Mode' in publishing site - Create as wsp
I have 2 custom fields that are associated to the publishing features Page content type. While looking at the page, in the ribbon, I can click on Edit Properties to view all of the properties of my ...