Tagged Questions
2
votes
0answers
49 views
GetPublishingPages using the DefaultView?
I'm pulling a list of pages from a PublishingWeb like so
...
PublishingWeb pubWeb = PublishingWeb.GetPublishingWeb(elevatedWeb);
foreach (PublishingPage page in pubWeb.GetPublishingPages())
{
...
1
vote
0answers
111 views
can I access previous versions of publishing pages via '_vti_history/…'?
I'm not sure what I should be expecting when trying to access a version url of a publishing page.
I can see that there is a Url property of SPListItemVersion for publishing items in the page library, ...
1
vote
1answer
250 views
How to Find Selected Node PortalSiteMapDataSource
I am trying to Create Custom Navigation control which read Nodes from given PortalSiteMapDataSourceID and generate XML and then use XSLT to generate HTML out of it.How can i find selected node from ...
0
votes
1answer
652 views
Setting a Publishing Hyperlink Field Value that has no Value
I am using the Object Model and the Microsoft.SharePoint.Publishing.Fields.LinkFieldValue namespace in an attempt to set the value of a Hyperlink Column on a SharePoint 2007 Publishing Site.
...
0
votes
1answer
360 views
Publishing site - change content type of default.aspx
We're using SharePoint 2007 and we've got some custom publishing features that deploy master pages, content types, page layouts, lists and other resources.
For the most part it all works well but ...
1
vote
2answers
477 views
How do I publish SharePoint 2007 wiki articles to single MS Word document?
I have a SharePoint wiki with several separate articles that I would like to consolidate into a single MS Word document. The articles are in a standard SharePoint 2007 wiki with no customizations.
I ...
0
votes
4answers
734 views
Google Analytics download tracking in SharePoint 2007 publishing sites
Has anyone got this to work without adding the specific java script to each and every link?
I’ve tried both of these solutions
...
1
vote
2answers
196 views
Content deployment quick-deploy job errors
SharePoint 2007 Enterprise, SP2 (no post-SP2 patches).
For some reason, after a content page was checked-in, published, and marked for quick deployment a couple days ago, our quick deploy job started ...
1
vote
1answer
104 views
What's happending in the background when you Check-in/Publish
I can see a large file have been uploaded. Now I need to check-in/Publish. Why is it taking long time to check in since the file blob is already in the SP? Then it's finally times out.
Any idea?
0
votes
2answers
543 views
Activate “Office Sharepoint Server Publishing” in 2007
When I try to activate the Office Sharepoint Server Publishing for the root level site, I keep getting
One or more features must be turned
on before this feature can be
activated.
I tried ...
0
votes
1answer
566 views
Programmatically enumerating Web Part Zones of a Publishing Page Layout
I have a situation where a class I have is passed a PublishingPage instance and I want to enumerate any and all web part zones that are used in the Layout Page for this page.
This is proving tough.
...
1
vote
1answer
884 views
Can't Activate Office SharePoint Server Publishing Infrastructure
When I try to activate the Publishing Infrastructure at the site collection level I getthe following error.
The Office SharePoint Server Standard
Web application features feature must
be ...
1
vote
2answers
404 views
Getting the HtmlEditor control to work on a SharePoint 2007 Application Page
I need to use the HtmlEditor control within an application page in SharePoint 2007 but I'm unable to get it to work. Do you have any ideas what I need to do? Using the following aspx code the editor ...