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 ...
2
votes
1answer
31 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 ...
3
votes
1answer
323 views
Diffferent methods of retreving site column values
I'm wondering if there are any differences between retrieving value of a site column (RichHtmlField) via PublishingWebControls:RichHtmlField vs getting its value via Container.DataItem?
...
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
595 views
Server Error on “/Forms/EditForm.aspx” Pages list cache permission check failed. Pages list cache permission check failed. Pages list is missing?
I have a Sharepoint environment with two languages, english and german and now i got a little error on the german one.
If i click on "Edit Page" in the top ribbon i get the following error:
Its not ...
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 ...
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
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 ...
3
votes
3answers
584 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 ...
8
votes
5answers
295 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 ...
1
vote
1answer
36 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 ...
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
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 ...
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 ...
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
2answers
693 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
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
88 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 ...
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
158 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
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 ...
1
vote
2answers
126 views
When using Publishing feature, how to link to a document in a document library?
When using a Publishing site, users can link to an image stored in the Images library (that library having been created as part of using the Publishing template.)
I like the fact that the link is a ...
1
vote
2answers
180 views
Page expiry notification not sending emails - MOSS2007 / WSS3.0
Just looking for some ideas around how to solve this particular problem.
Case:
My Intranet pages (publishing pages with workflow) are flagged with an expiry date and I am using the notify page ...
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
41 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 ...
0
votes
1answer
272 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 ...
0
votes
2answers
956 views
How to embed a YouTube video inside a page content in SharePoint 2010?
I have a SharePoint 2010 publishing site. I need to embed YouTube videos inside the page content of some pages. After inserting the HTML in the HTML Edit mode, I find that SharePoint removed the ...
0
votes
1answer
162 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 ...
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
304 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 ...
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
133 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 ...
5
votes
4answers
1k views
Using PublishingWebControls:RichHtmlField in application page
I'm trying to use a PublishingWebControls:RichHtmlField control in a custom application page inside SharePoint to use the built in SharePoint WYSIWYG editor. It's almost working but SharePoint has ...
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: ...
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
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?
...
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
240 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 ...
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
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
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" ...
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 ...

