Set of features used in publishing sites and pages.

learn more… | top users | synonyms

3
votes
2answers
1k views

New site columns are not being completely propagated to a content type in a site collection

We're working on a SharePoint 2010 publishing site that has been deployed to our client's environment. We need to add 5 new site columns and add them to one of the content types (that's based on ...
0
votes
1answer
7 views

Content types inherited from Folder content type with Publishing image field

I've a custom content MyAlbum type inherits from Folder content type, MyAlbum has a publishing image field, I've![enter image description here][1] bounded MyAlbum to new list from Document library ...
4
votes
2answers
1k views

Removing Orphaned WebParts via PowerShell - CheckIn/CheckOut Requirement Loop

A client migrated from 2007 to 2010 doing a database detach/reattach without checking the database for orphaned objects first. I whipped up a PowerShell script to programmatically remove orphaned ...
0
votes
2answers
20 views

Selecting layout/content type for new pages

Given a site (SPWeb) with a Pages list associated with two content types (CT) A and B, and corresponding page layouts LayoutA and LayoutB. When I select "Add a Page" I'm only asked for the name of ...
1
vote
0answers
28 views

Search in List view on publishing page layout

UPDATE after trying the OOTB list app: I have a strange issue with placing a list view web part on a publishing page layout. The searchbox is displaying, but when I search it does not load any ...
1
vote
1answer
953 views

Can't enable/disable publishing features on a meeting workspace

I'm trying to save a meeting workspace as a template. However, on this client's server, upgrade happened, so I got Pages library IDs messed up. I managed to fix that issue everywhere else on the farm, ...
0
votes
0answers
29 views

Autohosted App error when published to Office365 site

I have developed the SharePoint Autohosted-App. I have published this App on Office 365 site. In that I am manipulating the list Items. I have put the EventReceiver in App which creates Lists For my ...
0
votes
1answer
621 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
1answer
15 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
27 views

Enabling Navigation and SharePoint Publishing Infrastructure

I have activated SharePoint Publishing Infrastructure feature provisioned through my web template. But the Navigation (my libraries in QuickLaunch bar) was not visible after publishing feature ...
0
votes
1answer
497 views

The URL is invalid. It may refer to a nonexistent file

public override void ItemCheckingIn(SPItemEventProperties properties) { base.ItemCheckingIn(properties); #region Automatic Scheduling ScheduledItem scheduledItem = null; ...
0
votes
1answer
2k views

Publishing workflow fails

Does anyone know what's the problem with a workflow (or sharepoint itself) if I cannot publish a workflow. If I check for errors I get a message that no errors are found and saving the workflow works. ...
0
votes
0answers
21 views

Small Search Input Box disappears when activating the “SharePoint Server Publishing” feature

In a SPWeb, I activated the "SharePoint Server Publishing" feature. Just after this activation, the small search input box disappeared. When I'm trying to deactivate the feature, the search box ...
0
votes
1answer
23 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 ...
2
votes
2answers
2k views

List does not exist - My Alerts on this Site->Add Alerts

When I try to access the URL - http://sample.url.com/sites/SiteColl/SPE/_layouts/SubChoos.aspx, it throws the below error however it is working for the other subsites 12/06/2011 16:08:45.59 ...
1
vote
1answer
660 views

Migrating MOSS 2007 to SharePoint 2010 giving the error “Invalid Object Name sites”

I am migrating SharePoint 2007 publishing site to SharePoint 2010. These are the steps I have followed 1. Backup the content database from the SP2007 machine. 2. Restore that database in sql server ...
0
votes
2answers
630 views

What's the connection between “Recently modified in Quick Launch” and the “SharePoint Server Publishing”-Feature?

First I had a plain Team Site without the Feauture "SharePoint Server Publishing" activated. I created several Site Pages, all rendered automatically without the annoying "Recently Modified". When I ...
0
votes
1answer
355 views

no “top link bar” available ALTHOUGH “Publishing” is disabled

I have sharepoint 2010 and I experience problems with the "top link bar" - it is simply not available under "look and feel" options (there is a "navigation" instead). I've read on a variety of sites ...
0
votes
3answers
664 views

Missing SharePoint Server Publishing Feature on a Sharepoint 2010 Enterprise edition site collection

I have a licensed Sharepoint 2010 Enterprise edition and Office 2010 standard. In my project, I have a document library for which I would like to enable approve/reject and publish/unpublish features ...
4
votes
2answers
1k views

How do I apply master page changes to all subsites in SharePoint 2013?

I realize similar questions have been asked, but master pages have changed somwehwat in SharePoint Server 2013, and this is actually several questions in one. I've read lots and lots of articles, and ...
0
votes
1answer
22 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
145 views

Best practices for sharepoint 2013 publishing sites

I have enough experience with sp development, webparts, list features, event receivers etc. However I dont have experiece with publishing sites, how do they work and what are the best practices to ...
3
votes
3answers
354 views

Are there any problems with enabling Publishing Features on a Team Site?

I have a team site that we created for our department to use. It has a custom master page that we built. I want every subsite to use that same master page. I found that when I enable Publishing ...
0
votes
1answer
11 views

Does enabling Publising in a Team site allow features of both in the same site?

Assuming a team site in SP 2010 enables publishing, then are the features of both available? Such as content query web part and also the announcements web part? Does this then mean either a team site ...
0
votes
0answers
40 views

How to use customized Default Page Layout for Catalog Item Pages?

I try to implement an internet site with SharePoint 2013 using the new concept of cross site publishing. Content is stored in an authoring site collection and crawled through the search service app. ...
0
votes
1answer
105 views

SharePoint Server Publishing Infrastructure” feature workaround?

I am running Sharepoint 2010 Foundation.. I have been trying to locate SharePoint Server Publishing Infrastructure” features... This feature does not seem to be available on the Foundation version... ...
0
votes
0answers
22 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 ...
2
votes
2answers
2k views

How to add content to Content Editor Webpart programatically?

So I have the standard Content Editor Webpart (MSContentEditor.dwp). The title i can set via webPart.Title (MSDN). I can't find any property where I would set the content editor's content. I ...
0
votes
3answers
210 views

Start this workflow to approve publishing a major version of an item

How can i uncheck the option/setting "Start this workflow to approve publishing a major version of an item" in a publishing approval workflow of a pages library of publishing site. I found other ...
0
votes
2answers
57 views

What happens when I deactivate a publishiing feature?

I am kind of a newbie to sharepoint... I have a site where the publishing feature was turned on. There are no file under Pages All web pages are under Site Pages. I have files under documents and ...
3
votes
1answer
54 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
695 views

SharePoint Top Link Bar Tab Color & Site Pages

I'm having a problem with the "Top Link Bar" navigation. I have a certain amount of tabs in the top link bar with Site Pages behind them. Only the first tab colors blue (the home tab). I want the ...
0
votes
2answers
60 views

Unpublished pages showing in search

I have an issue in SP2010 where previously published pages have been unpublished and hidden from the navigation, but they are still showing up in searches. Regular users then try to click their way ...
0
votes
1answer
119 views

Why are changes to navigation nodes by my Powershell script rolling back?

I've written some scripts that were supposed to help me correct links manually added to the navigation of a site. Basically I'm just doing a find and replace in all of the URLs. I've figured out how ...
0
votes
1answer
163 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 ...
2
votes
1answer
143 views

Blog posts appear to all users before the set published date has been reached

Setting the "Published" date (a list column in List 'Post') to some time/date in the future seems to have no effect on delaying the post. I'm finding it becomes publicly viewable immediately. I tried ...
3
votes
1answer
172 views

“Publishing Portal” vs a “Publishing Site with Workflows”

I am creating a new site and the business hasn't requested anything specific for publishing with workflow needs, so at the moment the default top level site is a Team Site. What is the best practice ...
0
votes
1answer
116 views

Different Approvers group for subsite on publishing portal

I have a site collection with Publishing with Approval turned on. I have a requirement that a subsite within that site collection have approvals handled by a different set of people than are in the ...
6
votes
4answers
2k views

Files in feature won't update when marked with GhostableInLibrary

Having an issue updating files with a feature. This is for custom branding. here is a sample of the elements.xml file. If I add a new file, it will provision fine, but any changes to existing files ...
1
vote
2answers
1k views

what does “unpublish” page exactly do?

It seems I'm not getting the function of the unpublish button in SharePoint publishing pages. I have a page where I edited and published multiple times. Which means I have multiple major versions and ...
1
vote
2answers
920 views

Delete a PageLayout programatically

In a publishing site, I want to delete a specific page layout. This code snippet is within a FeatureDeactivating event. layout.Folder is returning null, but I need the folder to delete the PageLayout. ...
0
votes
0answers
96 views

SharePoint 2010 and October 2012 CU Issue In Publishing Image

I have a publishing website using SharePoint 2010, recently I have installed the October 2012 cumulitive update. All of a sudden I am noticing that all my publishing images which included in them a ...
5
votes
1answer
985 views

SharePoint output page cache always re-created / Rendered using cache profile debugging info " Time always changes

This issue has been isolated to "old" content that was published prior to activating the output cache profile. New content (post cache activation) is not suffering from this. I have a SharePoint 2010 ...
5
votes
1answer
159 views

How can I tell if a document is 'being published'?

I need to use the relevant event receiver to tell if a document is being published, is this possible? I will settle for has 'just been published' - i.e. I have no preference between itemupdating and ...
2
votes
3answers
493 views

OnPublish and OnUnpublish equivalent events?

I have an aggregated display of Publishing Pages based on an expensive query which includes permissions, page location, page content type and publishing state, which means I'm caching the results of ...
0
votes
0answers
32 views

Publishing feature on Document Set

Is there anyway to extend a Document set to have publishing feature like a pages? I am not meaning publish the individual item inside the Document set, but the whole document set including the set ...
3
votes
3answers
641 views

Do updates to page layouts reflect on current pages?

I am working on a 2010 Publishing site. We have a bunch of pages tha are based off of a layout that controls news stories. We have made the change in the layout which is just adding some additional ...
1
vote
1answer
109 views

Entire site times out after page is approved. Looks like it's caused by the NavNodes table in content database

We've got a SharePoint site that recently started giving errors randomly when approving pages. The only changes we made was to update the site to CU August 2012, and turn on UPS, but I'm not sure if ...
0
votes
0answers
100 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 ...
7
votes
2answers
261 views

How do I make a custom publish botton for a page and make it do the same as the ribbon publish botton?

How do I make a custom publish botton for a page and make it do the same as the ribbon publish botton? We have a request from the customer to make a simple page that should have a custom publish ...

1 2 3