Publishing pages are available only in publishing sites. In publishing sites, authors and approvers use the publishing feature to create content and then make it available for site visitors. Usually, a publishing site has an approval workflow enabled, so content is reviewed and approved prior to ...

learn more… | top users | synonyms

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
1answer
19 views

SharePoint 2010 Publishing - are you able to modify web part?

I have a publishing site and I created a page, which allows publishing, but also allows me to add web parts. When I open this page in Designer it informs me that I can only edit the layout mode and ...
0
votes
1answer
24 views

Add button is missing when I tried to Add a WebPart

I have "People search results (Page Layout)" page with Content Type = "Welcome Page". I need to drop another people search result web part on this page. I can see the all web parts but Add button ...
1
vote
1answer
35 views

Adding PublishingPageLayout to file via REST-api

I am adding a file with the REST-API: http://hostname/sites/site/news/_api/Web/GetFolderByServerRelativeUrl('/sites/site/news/Pages')/Files/add(url='new.aspx',overwrite=true) How can I additionally ...
1
vote
0answers
17 views

Making Publishing Image in Page Layout Required

How can I make the publishing Image in PageLayout Required?
1
vote
1answer
31 views

Custom Page inside SharePoint 2010

i am building a .aspx Terms & condition page for my Intranet with Save & Cancel buttons: When we click on Save the user save inside a list as he agree on the terms & Condition content ...
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
0answers
17 views

CustomAction Javascript is not executed on Publishing page

hi i have the following problem. I try to add a custom action(code below) to a publishing page it adds but if i click the button the javascript in the handler is not executed does anybody know the ...
0
votes
1answer
33 views

Publishing SharePoint Application Page to a remote server

I created a SharePoint Application Page. I chose Deploy as a Farm Solution and was able to make the application page work and get deployed on the local (development) SharePoint server. But apparently ...
3
votes
1answer
53 views

Sharepoint 2010 Auto update twitter status

We have a SharePoint 2010 installation branded for use as our corporate website. I am creating a "News" section using SharePoint Publishing features and I have been requested by the powers that be to ...
0
votes
1answer
44 views

Invisible Sites and pages

I am creating a intranet in SharePoint 2010 mainly on publishing sites and pages. If I log in as one user this is the menu I see: If I log in as another user I see this menu: I can`t find out ...
0
votes
0answers
87 views

Filter a CQWP on a Lookup Column

I'm creating a custom page layout that contains a CQWP that I'd like to display documents related to the page. The document library has a lookup column that relates to the page title in the Pages ...
1
vote
1answer
137 views

Give anonymous access to explicit page in document library

I have the following situation (SharePoint 2010): A document library contains publishing pages. Anonymous access is enabled. The publishing pages are separeted in folders. Now i have the situation ...
0
votes
1answer
157 views

Get current page title in Itemstyle.xsl without script

I have a requirement where I need to customize the display of content in a content query web part based on metadata associated with the page layout. When I say customize the display I am not filtering ...
1
vote
0answers
63 views

Required Fields when creating a page

I have created a content type that has site column which will be required. The content type is based on the article content type. When I create the page, I would like the form used to display the ...
0
votes
0answers
160 views

_layouts/CreatePage.aspx throwing error

_layouts/CreatePage.aspx is throwing following error for a given site collection. Server Error in '/' Application. -------------------------------------------------------------------------------- ...
0
votes
1answer
38 views

Causes for really long page Request times?

We have a sharepoint portal running SSRS reports for our customers. The reports themselves dont take that long to render, however the page requests take over 10-15 seconds which is simply ...
1
vote
1answer
304 views

Programmatically add publishing page in sandbox solution?

How do you programmatically add an item to the Pages list from a feature receiver in a sandbox solution? NB: The Microsoft.Publishing.dll assembly is not available within the sandbox, so you ...
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
46 views

Import Summary Links Collection

I am trying to insert summary links into a custom content type. PublishingPage newPage = publishingWeb.GetPublishingPages().Add(filename, layout); newPage.Title = page.NewPage.Title; ...
2
votes
1answer
303 views

Site owner permissions are not allowing user to view unpublished pages

I'm running into somewhat of an odd issue. All of my site collections have been created as Blank Sites, and I've enabled features as required. One of the features that's been enabled on every site ...
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 ...
1
vote
0answers
110 views

Enterprise Keywords required in Publishing page

I have added the enterprise keyword column to my custom content type that is tied to a publishing page. It works fine editing and publish pages based on this layout unless I set the keyword column to ...
0
votes
0answers
132 views

Content Query Web Part on a multilingual SP site

I have a SP 2010 installation, installed in English. I have some sub sites that use publishing, for news and such. On my home page I have a CQWP that shows the news nicely formatted. The CQWP has the ...
0
votes
1answer
170 views

Display list/library title in breadcrumb

I have standard publishing site with subsite and list on that subsite. When user enters list, in breadcrumb he sees something like this: [root site title] > [subsite title] but I'd like to show: ...
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 ...
0
votes
0answers
98 views

Access denied to root /_layouts/PageSettings.aspx page

Why does our user get an Access Denied when trying the view the Page Settings for a publishing page in a nested site collection? (e.g /company/manual) Also, why would SharePoint access the root ...
0
votes
1answer
208 views

Saving a publishing page content programmatically

On my publishing pages i have a custom user control that contains a SAVE button when the page is in Edit Mode. On click event of that button i do: this.page.Update(); ...
0
votes
0answers
51 views

Adding a user permission to a publishing page gives us a NullReferenceException on aclinv.aspx

We have a problem with an item in a Pages library. When trying to add a user permission to the item (brand.aspx), we get the following error. Please note that both the Pages library and brand.aspx do ...
1
vote
1answer
239 views

InfoPath 2010 as Internet facing form

I have seen a lot of examples of infoPath forms being built and deployed to a team site or some other internal structure but I haven't seen any examples of forms being deployed to anonymous users as ...
8
votes
5answers
294 views

RichHTMLField value is not rendered in page

I have a custom page layout created, in which "PublishingWebControls:RichHtmlField" control is added with some default HTML value. When any page is created using the custom page layout created, page ...
0
votes
1answer
161 views

Add WebPart to publishing page in Synchronous ItemAdded Event Receiver

I'm trying to add a webpart to a publishing page after the page is created, so I've created an Event Receiver, the problem is, if I make the Event Receiver Synchronous (As it should be) the code ...
0
votes
1answer
8 views

Is it possible to list the usages of an item from ReusableContent

Actually this is two questions... When looking at Page-Content (content of a publishing Page) in edit-mode: Is there a way to determine if a block of content is a Reusable Content? And which one? ...
3
votes
5answers
3k views

Immediate Redirect page in sharepoint

I want to redirect a sites homepage to a subsites homepage. I can create a page from redirect page layout BUT, i want no waiting for a couple of seconds, i want immediate redirect. How can i achieve ...
1
vote
0answers
128 views

Declarative WebPart on publishing page

I have made a publishing page layout that has a WebPartZone and a MediaWebPart in the ZoneTemplate. Example below. <WebPartPages:WebPartZone runat="server" Title="Fokusøki Media" ...
0
votes
0answers
45 views

When do a publishing page gets its content type set

I'm trying to execute some code when a specific page is added to the publishing page, I'm creating the page with an specific content type (Inherited from Welcome Page) that have a page layout ...
1
vote
2answers
54 views

Use media content types on a publishing page

I'm trying to make a new publishing page that can use either Images, Video or Audio. I'we already made one that uses the PublishingWebControls:RichImageField but cant find equivalents for video and ...
1
vote
1answer
81 views

Set PageLayout Object by Page Layout Name

I have code as part of an event receiver that creates a publishing page upon feature activation. That publishing page is built on a page layout that is deployed as part of that same feature. The ...
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
27 views

How would I rebuild something like ReusableContent?

What I'd love to do: In a RichHtmlField of a publishing Page click "insert" in the ribbon, then "Foo" This let's me select from a list of "Foos" and inserts something that is not "contenteditable" ...
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
69 views

Problem with setting default page on exported web

When creating publishing web, we use this method for setting default page: public void SetDefaultPage() { try { if (PublishingWeb.IsPublishingWeb(_courseWeb)) { ...
1
vote
1answer
361 views

Folders in Pages Library or Sub-sites?

I need a 5-6 level deep structure (hierarchy) in a publishing portal. Which way to choose is best practice. Creating publishing sites and sub-sites for each level? (Disadvantage of this: There are ...
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
0answers
293 views

Sharepoint 2010 publishing approval custom workflow

I need to create a custom publishing page approval workflow using SPD 2010. Actors: owner, contributors, approvers Type: parallel. Process: 1. Owner creates a page and assign to the contributor group ...
0
votes
0answers
68 views

Jquery Pagination in a SharePoint article publishing page layout

I am trying to implement pagination in a sharepoint publishing article page layout, whereby users can click on next or previous button for the next or previous article within the pages library. I am ...
1
vote
0answers
52 views

Custom page layout html editor borders?

I have a PublishingWebControls:RichHtmlField on my page layout. When editing the page. The html editor has no borders, so it is hard to realise. How can i have borders around the html editor. Thanks
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 ...

1 2 3 4