Questions related to pages that have the publishing infrastruture activated. Mostly used in WCMS scenarios and internet-facing sites.

learn more… | top users | synonyms

1
vote
3answers
2k views

Get Content Field Value in Article Page

Is there a way in Sharepoint 2007 Publishing, to retrieve a custom content type's column value for the displayed article. I want to show different colored ribbon images according to article type which ...
0
votes
1answer
179 views

HTML Editor not working in publishing pages - SharePoint

I am developing a SharePoint publishing portal wherein I make use of HTML Editor(third party control) in my page layout for editing the contents. When I try to edit the page using the publishing ...
0
votes
3answers
2k views

Anonymous access does not work for Site Collection Images

I am trying to give anonymous access to Site Collection Images. I followed http://blogs.interknowlogy.com/rodneyguzman/archive/2007/08/30/21200.aspx but it does not work (keeps asking for username and ...
3
votes
1answer
80 views

How do I see the complete page content of an old version of a page?

I have a page library in a publishing site that has major and minor versions. I can click on a page's context menu and select View History and it gives me a list of all the major and minor version ...
2
votes
2answers
380 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 published version ...
0
votes
1answer
534 views

Cannot Enable Anonymous Access for Publishing Site

I have created a new Publishing Site on a newly installed SharePoint 2010 on my local Win7 box. The front page of the Publishing Site has an option to "Enable anonymous access" When I access that ...
1
vote
2answers
321 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 have other sites ...
0
votes
2answers
310 views

Display all sites and disable access to a site where a user does not have permission

SharePoint 2007 is great! It security trims all my menu navigation; if the user does not have permission to a site then they won’t see it in the navigation. However, the business owners don’t see it ...
0
votes
1answer
109 views

Sharepoint generating hundred of webservice calls before “'Are you sure you want to navigate away from this page” dialog shows

When a user does an operation on a publishing page that would take them away from the current page, we get the warning dialog about moving away. The thing is that it takes for ever to show up, 20-30 ...
2
votes
2answers
1k views

Is there a maximum number of entries for the Navigation Editing and Sorting control?

Is there an upper limit to the number of item that are displayed in the Navigation Editing and Sorting control in the ‘Site Navigation Settings’ page? I have 49 items in the global Navigation and 54 ...
1
vote
2answers
625 views

Best way to deploy static files

We are currently deploying all static files (images, js, css) with a Module project in Visual Studio. So all files will be served like this: /_layouts/files/js/script.js This seems to work well, but ...
2
votes
1answer
1k views

<View> (ListViewWebPart) from within publishing page in feature

This is in the context of MOSS 2007. I have a custom site definition. Currently in ONET.xml we have the following Module: <View ...
0
votes
1answer
550 views

I have a problem trying to add FBA Users or Roles to a SharePoint site

I’ve added the membership and role provider keys for an FBA database into the web.config of a standard AD authenticated SharePoint site (as per Andrew Connells article). This should then allow me to ...
1
vote
2answers
77 views

What does “webs” refer to?

Just a quick question on terminology... Reading around the web on SharePoint I see a lot of people refering to "webs", but can't seem to find a description of what that refers to. Based on the ...
2
votes
2answers
1k 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 activated (BLOB CACHE was ...
1
vote
2answers
753 views

How to customize XLV

On the first page of our web app we want some "boxes" with a image and some links. What is the best approach for this? My first guess is to render data from a custom list. For this I need very custom ...
1
vote
4answers
170 views

Is there a way to easily organise content in a Publishing site?

Does anyone know of a good solution for allowing a non-technical user to easily organise the content within a SharePoint publishing site? I'm thinking of content that is organised into sections, ...
1
vote
2answers
128 views

When using Publishing feature, how to link to a document in a document library?

When using a Publishing site, users can link to an image stored in the Images library (that library having been created as part of using the Publishing template.) I like the fact that the link is a ...
3
votes
1answer
259 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 terminology I think. ...
1
vote
1answer
157 views

New button on pages library takes me to Upload document page

It's weird but it's true. If I click the new button on a document library it takes me to the 'Upload Document' page and not the 'Create Page' page, which is strange as it used to work correctly. Has ...
1
vote
1answer
3k views

Create additional pages library in publishing site

Does anyone know how to create an additional pages library within a sub site? You seem to have all the other document libraries (document, form, picture, wiki) but not Pages.
1
vote
1answer
347 views

Feed burner & RSS lists in Publishing Sites

I set up a feed burner account for my RSS feed and clicking on the link showed me a nice feed burner page with my content. However when I click any of the article links I get the following error... ...
3
votes
3answers
1k 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.WriteLine(page.Name); ...
2
votes
2answers
1k views

Turning off Content Approval for an entire site collection - Once

I'd like to turn off Content Approval, for all libraries, (Page, Document, Images) once, at a Site Collection level and, hopefully, it will be automatically set across the entire site collection. ...
2
votes
1answer
3k 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 definition within this ...
2
votes
3answers
443 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 page layout are no ...
1
vote
5answers
2k views

Publishing sites, search and the missing contentclass:STS_Site & STS_Web

This is an old issue I thought this was a bug in an specific environment after reading a couple of blogs it has made me think again... The issue is that SharePoint site collections and sites are not ...
2
votes
2answers
601 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 need to emit the ...
3
votes
2answers
760 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 control whether the ...
1
vote
1answer
421 views

Why would a Content & Structure Report not show items from subsites?

Normally the Content and Structure reports will show items in the current site and any of it's subsites. I have a MOSS 2007 environment where the Site Owner is not seeing all items pending approval ...
0
votes
1answer
648 views

Editing Sharepoint Application templates (fantastic 40) in an existing Collaboration Portal

Is there a way to edit the logic for the (fantastic 40) Sharepoint templates in an existing Intranet that uses the publishing/collaboration template? I already have an intranet built and wanted to ...
1
vote
2answers
2k views

Get current list/library from http handler

I’m trying to write a Http Handler to generate rss xml (based on the CKS code). I want to be able to get the list/library that the end point of the url is referring to. For example if my Url is: ...
1
vote
1answer
80 views

Publishing articles to different Sites

I am planning a SharePoint 2010 solution with an intranet / extranet and internet site. The intranet and extranet will probably use different authentication methods. The internet site will probably ...
1
vote
4answers
2k views

MOSS Publishing Sites and RSS Feeds on List and Libraries

If I enable an RSS feed on a document library within a publishing site I get something like this Url: ...
1
vote
2answers
141 views

Suggestions for display data from a pages and document library together on the same page

I'd like to show documents and pages from the libraries of a local publishing site together on the same page. It seems the out of the box web parts only allow you to show one or the other (in ...
2
votes
1answer
451 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 other passed ...
2
votes
2answers
220 views

Convert SPD Based site to use Features / Solutions

I've inherited the maintenance and development of a client's MOSS 2007 website. The website has been maintained via SharePoint Designer since it's launch. We do actually have copies of some feature ...
2
votes
2answers
290 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 applied per control. Is ...
3
votes
2answers
139 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 url select a ...
1
vote
2answers
580 views

Creating/Copying permission levels in moss publishing sites

Does anyone know what permission levels are required to allow a user to create content but not approve it? I’ve just spent the afternoon trying this and am more confused than when I started. For ...
1
vote
1answer
603 views

DNS and Http HOST header issue

I am using SharePoint Server 2007 Enterprise with Windows Server 2008 Enterprise. And I am using publishing portal template. I have a physical server with a single IP address, and I have set in DNS to ...
3
votes
1answer
173 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 prompts when clicking the ...
1
vote
2answers
1k views

tab control webpart?

I am using SharePoint Server 2007 Enterprise with Windows Server 2008 Enterprise. I am developing using VSTS 2008 + C# + .Net 3.5 + ASP.Net. I want to develop a WebPart, like a tab based control, ...
2
votes
2answers
6k views

SharePoint publishing portal v.s. collaboration portal

I am using SharePoint Server 2007 Enterprise with Windows Server 2008 Enterprise. I want to develop a portal application with login function (logged-in user could have more function to use on the ...
0
votes
1answer
346 views

Access to HOSTS file denied by search service

I am using SharePoint Server 2007 Enterprise with Windows Server 2008 Enterprise. I met with strange SharePoint internal error when click some links on a web site. I have tried to use SPTraceView ...
0
votes
1answer
661 views

Blogs, wikis and discussion forums in an internet publishing site

I have blogs, wikis and discussion forums module in my SharePoint publishing site. How can I use the SharePoint web parts for these modules? Should I activate the collaboration feature on this site? ...
0
votes
2answers
1k views

How to change SharePoint search page URL?

I am using SharePoint Server 2007 Enterprise with Windows Server 2008 Enterprise. I am using publishing portal template. By default, the search page is using results.aspx as the search result page. I ...
0
votes
2answers
804 views

List permission issue for anonymous users

I am using SharePoint Server 2007 Enterprise with Windows Server 2008 Enterprise. I am using publishing portal template. I am creating a list with the default "Title" column -- Title (linked to item). ...
1
vote
4answers
760 views

Styling navigation in MOSS publishing sites

I am currently new to the Navigation control that is used for the top nav bar on MOSS publishing sites. The collection is using a top navigation bar that has a series of subsites listed as defined by ...
1
vote
1answer
362 views

Issue with layout once I enable Site Collection Publishing Feature

I currently have enabled the MOSS Enterprise publishing infrastructure feature on an existing site collection that was just a collaboration team site without publishing. When I enable, the ...