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 ...
0
votes
1answer
19 views
Gallery View of a PowerPivot Gallery not working
I am using SharePoint Server 2013. I have a Power Pivot Gallery with several Power Pivot Excel files and Power View files. Besides All Documents view, the Power Pivot Gallery has several beautiful ...
0
votes
0answers
11 views
Adding custom PublishingRollUpImage to pagelayout
Is it possible to create your own PublishingRollUpImage. Do I need to map Crawl properties with new Managed Properties to make the new one act like a PublishingRollUpImage when it comes to search ...
0
votes
2answers
29 views
How to set length of page title for a particular library
I have a site in which there is "Pages" library. In this library there is "Title" field. I want to restrict this field to "50" chars. Default length is 255.
I tried to change it by going into "List ...
0
votes
0answers
45 views
RichHtmlField showing html markup in display mode
I am trying to render html tags with text in RichHtmlField control in SharePoint. Following is my code.
<%@ Register TagPrefix="Publishing" Namespace="Microsoft.SharePoint.Publishing.WebControls" ...
0
votes
1answer
26 views
adding link to SummaryLink field using Powershell not working
I have created a Summary Link field and added it to a page layout and created a page based on this page layout. I have tried to add links to the summary link using powershell but the links do not ...
0
votes
1answer
40 views
How to display date in Page Layout in specific format
I am using the following code to display date in a publishing page layout.
<SharePointWebControls:FieldValue runat="server" FieldName="Created" id="CreatedOn"/>
This displays both date ...
0
votes
2answers
44 views
Update Editor (Modified by) for publising pages
I am trying to create about 1000 publishing pages using powershell. The powershell script reads data from a xml file. I have to update Modified By field for all newly created pages.
I have used
...
0
votes
1answer
28 views
How to show “modified” date in Page Layout
I have made a custom page layout in which I have added the following fields (these are my custom fields)
title
summary
detail
So basically when a user creates a new page based on this page layout he ...
0
votes
2answers
28 views
Editing CreatedDate on a publishing page using powershell
I am trying to move some publishing pages from an old SharePoint server to a new one using powershell. When I try to update the createdDate it says the property is read only. Is there a way to change ...
0
votes
3answers
91 views
SharePoint 2010 - How do I display the date last modifed/modified by on publishing page
I have a publishing page and I need to be able to display - Modified by and Modified date for the page itself - not the dates for the master page.
0
votes
0answers
19 views
Showing list of editors of the Publishing Page
I have to use follwing xml file to create publishing pages using Powershell. How can I have a list of editors in the footer of each page as "FirstName LastName" which is a link to personal site (My ...
0
votes
1answer
33 views
Use like/rating function outside of current page
I have used this javascript function to like my publishing pages. The problem is that I can only like the page if I am at the current page since the javascript uses the _spPageContextInfo variable.
...
1
vote
0answers
32 views
GetAvailablePageLayouts complains of parent site
UPDATED: This occurs sometimes, so not only just once after web app recycle.
I'm getting publishing page layouts with the code below, before creating publishing pages to site ...
1
vote
0answers
93 views
SharePoint Bug? Conflict Error when saving a Page with a “Required” DateTime field in the page layout
I've just recently encountered a weird error / bug in SharePoint. Here is the scenario:
I have a custom column "Test Date" that is of DateTime field type. The field is configured as required.
It is ...
0
votes
1answer
19 views
Publishing Page Goes back to “Checked Out” Status after Publish
I have an odd issue where a page on one of our subsites remains checked out by the site admin. When I go in to "Override Check-Out", the action goes through, and then when I publish the page, it ...
0
votes
0answers
18 views
Link directly from publishing page headline to attached document
On our corporate intranet, we upload news articles in two different formats:
Written text in a Publishing Page (with or without any supporting documents)
An empty Publishing Page with a PDF document ...
1
vote
0answers
40 views
SharePoint Pagestatus bar not appearing there is no ribbon available
I have a publishing site in SharePoint 2013. I am trying to incorporate page status bar using the following snippet
function addPageStatusMessage() {
SP.SOD.executeFunc("SP.js", ...
0
votes
0answers
23 views
Documents in a Publishing Page library - any disadvantages?
I know that the goal makes many people flinch, but we want to have both HTML elements and regular documents ( such as PDF and PPT files ) in the same library. It seems to me now a"Document" content ...
1
vote
1answer
27 views
'Publishing web' page or list?
My contributors need to create content (mainly HTML-style) to be published online.
Should this be stored in a "publishing web" page or in a list (with an HTML column)?
Is it a matter of choosing if ...
1
vote
1answer
26 views
handling approvers group with multiple publishing sites
Ive set up a publishing site with workflow and have successfully submitted a page to be approved. I noticed that when the site was provisioned it creates an approvers group which it did not assign to ...
0
votes
0answers
10 views
publish shedule never publishes
Im testing the publishing site with workflow in 2010 and have set up a article page to be published at a certain time, however it never gets published. I have even tried to publish immediately but ...
0
votes
1answer
38 views
Publishing Portal List for news in intranet
I am new in sharepoint, and I would like to build a news section for our intranet website.
I thought about using the Publishing Portal, to make less flexible to the writer, so the content will be ...
0
votes
1answer
35 views
Backup Publishing Pages and its content
Is there any way to backup Publishing pages and it's contents (including webparts) in SharePoint 2010?
0
votes
2answers
81 views
Prevent the `PublishingPageContent` value filtering when programmatically updating the field
If I save the html:
<a href="tel:1-800-222-3334"> (800) ABC - DEFG </a>
in the PublishingPageContent field it gets filtered down to:
<a> (800) ABC - DEFG </a>
How can I ...
0
votes
1answer
61 views
Create Publishing page from module
I have create page layout and uploaded it to the master page gallery in a module, now I want to create a publishing page from this page layout, I know I should use a module and upload an .aspx page to ...
0
votes
2answers
140 views
Getting page title of site in Page Layout
I want to display title of site in Page Layout. How do I do that?
Let's say I have a site with 3 pages and on each page I want to display title of my site. Is there a code that I can use in Page ...
0
votes
1answer
141 views
SharePoint 2013 anonymous access disable auth prompt for unpublished image
We are using SP2013 for a public facing internet site, which entails turning on anonymous access and using publishing sites. The problem is we have internal users who add content to the site and they ...
2
votes
2answers
168 views
Custom Content Type always results in ArgumentException
I created a custom content type and provisioned it as a solution for SharePoint 2013 (PU March). When I create a new page in a list, bam yellow page of death.
To rule out an error I created a custom ...
0
votes
1answer
31 views
Fixing publishing page
In this article http://blog.falchionconsulting.com/index.php/2007/08/fix-publishing-pages-page-layout-url/ Gary talks about fixing publishing page when sub-site is restored to a site collection.
Can ...
0
votes
1answer
26 views
copy a publishing - could this break a site collection
Say, I do following, could it break the site collection?
I download a publishing page "SourcePage.aspx" from pages library to my computer
I rename the publishing page "DuplicatePage.aspx"
I upload ...
0
votes
0answers
27 views
Sharepoint Designer Workflow when item is published
I see that Designer has the option to see the approval status of an item, however how can i see if an item is published or not... I have a wiki page library and i want to run some logic when the user ...
1
vote
2answers
216 views
How to publish externally generated html to Sharepoint 2010?
I am generating html from a build tool ( Maven 3 ) and I want to publish the entire site generated to a Sharepoint 2010 server.
I can't find any documentation or options to upload an entire site of ...
0
votes
1answer
38 views
SP2010 Archive news articles on a publishing site
I was wondring if there is an out of the box solution to archive news articles located in the pages library of an Enterprise Portal site.
E.g. would it be possible to use a workflow or the content ...
0
votes
0answers
501 views
Sharepoint 2013 Discussion Board OOB Webpart on a publishing page causes the Edit Page functionality not to work/function after publishing the page
Discussion Board OOB Webpart (xsltListViewWebpart) on a publishing page causes the Edit Page functionality not to work/function after publishing the page.
Steps to reproduce:
Create a Site ...
3
votes
0answers
124 views
Default Webparts not rendering in a RichHtmlField on a custom page layout built in Visual Studio
I have a bit of a conundrum.I've built a Visual Studio solution for SharePoint 2010. It comprises of a custom master page and a bunch of page layout templates. I'veAssembled a master pageAssembled a ...
0
votes
0answers
17 views
issue with creation of publishing portal
A client has a stable intranet portal. Now we want to implement publishing feature to the application. My question is can we implement publishing portal within a intranet portal or we have to crate a ...
0
votes
0answers
37 views
How Can I Restrict Section of Home Page to Allow Personalization
I have a requirement to allow users to personalize "part" of the Intranet Home Page. Essentially, allow users to add/edit/remove web parts only within a specific Web Part Zone while allowing the ...
0
votes
1answer
17 views
How to make pages available to public while in pending status?
I notice that pages with pending status become unavailable for viewing to the public. Is there a way to make sure the page is always available to the public? I would like the previous published ...
1
vote
1answer
23 views
How to make pages available to public while in pending status?
I notice that pages with pending status become unavailable for viewing to the public.
Is there a way to make sure the page is always available to the public?
By right, the previous published version ...
0
votes
1answer
32 views
Copying PublishingPage
I was wondering what's the best way to copy a PublishingPage that will preserve the webparts, but also, if this base PublishingPage I have, contains a document library, how can I ensure that, the ...
0
votes
2answers
240 views
Save conflict when trying to update a listitem
In my SPItemEventReceiver I have two methods one ItemCheckedOut and one ItemUpdated.
In the ItemCheckedOut I update one listitem column.
In the other one I do some other updates to the listitem.
...
0
votes
3answers
95 views
disble caching for specific page
I've set up a caching on a sharepoint site. But have one specific page that should never be cached.
How to disable caching for a specific publishing page on a sharepoint site?
Or how to flush cache of ...
1
vote
1answer
20 views
Make a change to a previous page version
If I want to immediatly change some fields on a page, but that page is currently checked out can I?
Save that checked out version without publishing it.
Get the last published version, change my ...
1
vote
0answers
208 views
Bug in SharePoint 2013 : adding a enterprise wiki page
When I view my site content and go to the pages library ( Enterprise wiki template ) I can add a new Enterprise wiki page from the ribbon ( select new than enterprise wiki page ). It redirect me to a ...
2
votes
1answer
88 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
55 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
94 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 ...
2
votes
1answer
134 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 ...
2
votes
1answer
88 views
Making Publishing Image in Page Layout Required
How can I make the publishing Image in PageLayout Required?
1
vote
1answer
71 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 ...