Tagged Questions
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
0answers
134 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
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?
...
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 ...
1
vote
1answer
82 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 ...
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
897 views
How to set different start page for each user group?
I have two different user groups in my Sharepoint 2010 site and start page is default.aspx. I want to show nothing or another page for only one user group as start page. How can I solve this? Is it ...
0
votes
0answers
50 views
auto naming the “new page” in sharepoint
I have a Sharepoint 2010 intranet that i'm making for a customer. It's using publishing pages. When the customer wants to create a new page, a dialog appears, asking for the name of the page i want to ...
1
vote
1answer
303 views
SPFile.OpenBinary - Encoding Issues
I am copying some SharePoint pages from one site collection to another and I noticed that certain special characters get mangled up in the destination file. Here is an example:
Source Text:
Nous ...
0
votes
0answers
80 views
Why in SharePoint Publishing Pages, content is saved if user clicks browser back button or closes tab?
I noticed in SharePoint 2010 publishing pages that the page content is being saved if user clicks the browser back button or closes browser tab without warning him if he needs to save content or not? ...
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?
...
1
vote
1answer
350 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
1answer
116 views
Are there any CMS add ons for SharePoint?
We recently rolled out a new site where we are allowing users to create their own public facing page content. Shortly after we gave them access it became clear that the majority of the content that ...
1
vote
0answers
176 views
circular file references are not allowed error
Recently we disabled automatic replication to the different variations of a publishing page when you publish using the following instructions with PowerShell:
$site = Get-SPSite "<SiteURL>"
...
0
votes
1answer
600 views
Add WebPart to page and lock it down (except for editing)
I'm building out some features for a publishing portal for a client, and I have a requirement to place a Content Editor Webpart on a page and prevent users from deleting, closing, hiding, or moving ...
1
vote
1answer
294 views
Publishing page not displayed in navigation
I have created a publishing page. It is published. In my Current navigation I have pages checked. The page however is not being shown. Other pages are. If I create a custom link to the page it is ...
0
votes
1answer
189 views
Blank Web Part Page and search
I have added a publishing page to my site. I have set the layout to "Blank Web Part Page". If I add a Content Editor web part will the content be indexed and will it appear in the search results?
0
votes
3answers
1k views
Custom Page Layout
I am following the following article about Creating a Page Layout in SharePoint 2010 using Visual Studio 2010. I have deployed the solution but when I click on page layout my new type is not there.
...
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
1k views
Custom Publishing Page with WebPartZones - Edit webpart toolbox not showing
I have a custom publishing page with 6 webpart zones on it so I can add webparts to the page.
I can click on the edit page button, however when I try and edit individual webparts the page reverts to ...
0
votes
1answer
273 views
Page layout with value of calendar control
I've got a custom page layout in SP 2010 that will need an ASP.NET calendar control for editors to select a date. Then we want to show the selected date (or a default date if none selected) to the end ...
