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

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" ...
2
votes
5answers
557 views

Change default welcome page without “publishing web”

I would like to change my default welcome page on my web, but I would like to avoid activation of feature "Publishing web" on my web just for that small requirement (with that approach I'm familiar). ...
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 ...
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
129 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
1answer
437 views

SharePoint Object Model: how to query ONLY last major version of data from Publishing Page?

I came into a situation where I wanted to use SharePoint Object Model SPSiteDataQuery to query data from Publishing Page. However, I dont want the data query based on the permission on current login ...