3
votes
1answer
39 views
Sharepoint 2007 Publishing sites and integrating the blog site template
Has anyone had any experience of using the MOSS blog template for publishing sites?
It seems you have to turn off the ‘ViewFormPagesLockDown’ feature to stop authentication promp …
2
votes
2answers
20 views
Retrieve using CAML the currently published version of a document
I want retrieve the currently published version of a document from a document library using CAML. Can anyone tell me how I can achieve this? I need it to get the currently publishe …
2
votes
2answers
204 views
Where is the SharePoint object cache stored??
We have experienced a strange issue in SharePoint. We backed-up and restored a site collection from WebApp1 to WebApp2 and both the site collections have Publishing Features activa …
2
votes
1answer
67 views
Rules of thumb for when to use a site, a subsite, or a site collection?
I am developing a company website/portal in SharePoint, and am trying to figure
out the best way to organise it into site collections, sites and subsites --
I'm confused by the ter …
2
votes
2answers
259 views
How to rename a publishing page in code
I'm trying to do a bulk page rename (NB. the file name e.g. default.aspx, not the displayed title)
foreach (PublishingPage page in pweb.GetPublishingPages())
{
Console.WriteLi …
2
votes
1answer
719 views
Document Centre in Sharepoint 2010 Publishing Site
When I try to create a new sub site from a Publishing Site Collection, the only options I get are:
Publishing Site
Enterprise Wiki
I want to create a "Document Centre" site def …
2
votes
3answers
123 views
Remove broken resource relationships between pages and page layouts
We have a page layout that we want to delete from a site collection but according to moss it is still referenced by some publishing pages. The pages that are apparently using the …
2
votes
2answers
140 views
Publishing Web Controls and CustomTemplate
I have the following tag:
<PublishingWebControls:RichLinkField FieldName="Buy_x0020_Now_x0020_Link" runat="server">
I want to have a custom rendering template for it as I …
2
votes
1answer
180 views
Publishing SPWeb.Properties missing…why, how?
Has anyone ever seen a Publishing site "lose" the properties relating to the publishing functionality. Properties like PagesListId, PublishingFeatureActivated etc which actually co …
2
votes
1answer
195 views
Dynamic Master Pages
Has anyone ever managed to implement dynamic master pages on a publishing site?
Something along the lines of the master page switching automatically depending the referrer or some …
2
votes
2answers
95 views
Globally Enabling/Disabling HTML Editor Options
I know it is possible to set options on the Publishing Field HTML Editor, such as the allowance of Fonts, Images etc. However, from what I've read, it seems these can only be appli …
2
votes
2answers
77 views
Reducing amount of clicks to create Publishing Page in SharePoint 2007
I have a customer who is using the MOSS 2007 WCM Publishing Site.
To create a page in this environment you need to:
Select Site Settings | Create Page
Fill in:
Title
page …
2
votes
1answer
265 views
Site output cache with Forms authentication in a sub site
I have a Sharepoint 2007 puiblishing site. The top level site is purely anonymous and one of the Children is using Forms authentication using Custom membership provider. The Admin …
2
votes
5answers
892 views
Missing “People and Groups” List Settings menu
Hi,
We have a fairly large public facing publishing site in which we've just noticed that the "Settings" menu is missing from the "People and Groups: All People" menu. I'm not sur …
1
vote
2answers
36 views
Convert a basic site to a full site in SharePoint 2010?
I'm not quite sure of the best way to ask this. I have some sites that I would call basic sites (SharePoint Foundation 2010 was WSS) that have very basic functionality and then I …