Set of features used in publishing sites and pages.
0
votes
2answers
164 views
SP 2010 Variations copy list
I have create a new Site Collection with Publishing Infrastructure Top Level Site.
I create the variation root to be "/"
I added a variation label "fr", Ran "Create Hierarchy", then created a new ...
2
votes
1answer
194 views
How to set Welcomepage using onet.xml
I need to set Welcome Page url only using onet.xml
In this case OverView.aspx should be welcome page. This is what i found. But didnot work for me.
<WebFeatures>
<!-- Enable Publishing ...
2
votes
2answers
1k views
Hit Counter for List Item
I am working on custom solution that works like a blog. I have a list that contains articles, and I have publishing page that takes the list item id in the URL and query the list to display it.
Now I ...
2
votes
1answer
188 views
Why is default ScheduledItem StartDate a 'weird' value?
If you create a new ScheduledItem object and look at the StartDate - it's 1/1/1990 - why? This has just caught me out when trying to evaluate whether the dates have been set or whether they're, what I ...
1
vote
2answers
113 views
What is the best way to create a splash page in SP 2010 that contains just a picture and a list of languages
Do I need to create a new master page? what should be included in this master page regarding that I don't what a menu, footer, logo, and nothing but my picture and a list of languages and flags. I'm ...
0
votes
1answer
29 views
Creating a page library with shared and unshared pages in Sharepoint
I wish to create a Page library that has some shared items that everyone can see, and some items that just some users can see. What might be the best way to implement this?
3
votes
2answers
156 views
Migrating changes from development site to staging site without doing a content database backup and restore
I wanted to find out the best practice to migrate changes from a development site to staging or production site. I think there should be a better way than backing up the content database on ...
0
votes
1answer
95 views
How can I get custom CSS to load into a publishing subsite?
I have a SharePoint 2010 farm that will have thousands of site collections in it. Each site collection will be a personal externally facing publishing site collection for individual employees. Each ...
1
vote
1answer
243 views
Automatically schedule a page on publish
When the user publishes a page, I need to automatically schedule it with a start date being as soon as possible, and the end date being a year from the start date. I've tried the event receiver ...
1
vote
2answers
193 views
Publishing Page - hide page layouts
We have requirement to leave only article layouts for publishing pages and hide others (Redirect, Blank Web Part Page, Table of Contents, Splash etc should be hidden). Any ideas how we could achieve ...
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
2answers
644 views
How to add new list item with “Publishing Image” field in the list through list.asmx web service
I have a list called "post" which has the "publishing image" type column has one of the column on the list.
Issue is need to add new item to list through [List.asmx] web service, need to know how to ...
0
votes
2answers
675 views
2010 Team Site with Publishing enabled: navigation issues
We're using SharePoint 2010 Standard and have a scenario in which there is a Team Site with Publishing Features enabled. We have a custom Masterpage (a slightly modified version of v4.master - with ...
2
votes
1answer
224 views
Changing PerformancePoint Dashboard page to be Publishing Page?
Is there any way to make the PerformancePoint Dashboard page (the page where you can see your charts, scorecards etc.) to a publishing page. Currently I believe its a web part page and my CSS is not ...
0
votes
0answers
47 views
SharePoint Publishing and Records Center
Are SharePoint Publishing and Records Center functionality compatible? Any good content on Records center in combination with SharePoint publishing out there?
0
votes
1answer
273 views
Infopath publishing: “a device attached to the system…” error
I get this error when I try to publish my form (from Infopath designer) to a form library (created during publish) of a SharePoint 2010 instance:
Infopath cannot save the following form: ...
2
votes
2answers
711 views
Can't activate Publishing Feature
On some sites I get the following error when trying to activate the publishing feature.
Event log message was: 'Failed to initialize some site properties for Web at Url: 'http://intranet/social'. ...
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?
1
vote
1answer
475 views
How to set anchor tags href value using SharePointWebControls:FieldValue column?
I am trying to set the value for href attribute of an anchor tag in one of my SharePoint Publishing Site layout pages. I need to set the value to the value stored in one of the columns in page's ...
1
vote
3answers
132 views
Publishing Pages / WCM - Good resources for implementation?
Are there any good resources available for implementing web content management using publishing pages in SharePoint 2010? I know the bits and pieces, but am looking for example implementations.
I'm ...
0
votes
1answer
60 views
How to Move Project Management site to production server from local
Right now I am learning Sharepoint 2010. I have developed simple project management site.
Really I don't have any idea about how to move this site to production server(another server)
from my local ...
0
votes
3answers
125 views
The AllItems view not applied when add list to page as 'WebPart'
Im sure its pretty easy, but I dont know why its not working
I have a custom list with the default view AllItems, I have made some changes to this view (through SPD), every thing works fine in the ...
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
1answer
399 views
Error on activating Publishing Feature SharePoint 2010
I am working with SharePoint 2010. I need to activate SharePoint Publishing Infrastructure Feature under Site Administration>Site Collection features. But when I try to activate this feature I get the ...
0
votes
1answer
157 views
SharePoint 2010, programmatic updates to PagesList not saving on PagesList.Update()
publishingWeb.PagesList.EnableModeration = false;
publishingWeb.PagesList.EnableVersioning = true;
publishingWeb.PagesList.MajorVersionLimit = 10;
publishingWeb.PagesList.EnableMinorVersions = false;
...
2
votes
2answers
1k views
Controlling Metadata Search Refiners in Search Refinement Panel
I'm trying to figure out why not all of my Metadata terms appear as refiners in the Refinement Panel.
I have the following content type structure:
Lawyer
Office
News
There are Metadata terms ...
1
vote
1answer
129 views
Sharepoint proxy page not accessible when not logged in
I created a proxy aspx page following this guide: http://www.sharepointjohn.com/sharepoint-2010-cross-domain-proxy-page-for-client-side-scripts/
I deployed the solution to the farm using the two ...
2
votes
1answer
826 views
Search Center Master Page issue
I am working with a SharePoint 2010 Publishing site and need some help on some issues I am having as it relates to Search. First, we are directing search results to a standard Sharepoint Search ...
0
votes
1answer
459 views
Best way to check if SPListItem have been publish, on an ItemUpdate EventReceiver
I have an EventReceiver associated to DocLib template id, triggered at every ItemUpdate.
Everytime an SPListItem is publish I want to execute my code.
(Required check out and Content approval are ...
-1
votes
1answer
32 views
Mandatory page reviewal process
For a publishing site and set of publishing subsites what would be the best way of setting up a page review process.
Each page would have a person responsible (the page owner) who would have to ...
1
vote
3answers
294 views
Do I need to enable the publishing features to change a Team Site's master page?
When building a SharePoint 2010 site, we have a root Publishing site that has been branded up using a custom Master Page.
We'd now like to add some Team Sites below the publishing site, and have our ...
0
votes
0answers
132 views
Workflows and publishing feature with e-mail notification sends mutliple e-mails
I have a requirement which states "When a document is being uploaded to the document library, an email should be sent for approval". I'm using a SharePoint Designer workflow for this. I also need to ...
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
780 views
How to dynamically set Module URL property in Elements.xml file
I have created a module that creates a site page inside a pages library. Is there a way we can dynamically set Url property of the Module node in the XML file? I would like to set the Url property ...
1
vote
4answers
382 views
HTML content from crawled properties in SP Site
I've been working on a step for F4SP 2010, where I had to get the HTML content from the Site crawled of Sharepoint, and get a div into it.
My question is not how to do that.
I have the main problem ...
0
votes
3answers
3k views
How to add SP2010 module elements with “published” state?
I use a feature to deploy a master page to a SharePoint 2010 publishing site.
I use VS 2010 SharePoint projects.
The feature deploys the .master , some CSS files and some images.
Everything works OK ...
1
vote
1answer
1k views
Difference between wiki pages library and pages library?
I have the following scenario.
We have a sharepoint 2010 web template to create sites in our organization.\
After the site is created there is a custom button that activates publishing features.
The ...
1
vote
1answer
890 views
SharePoint 2007 slow performance
We have a problem on our production environment. Users report that pages take several minutes to open. Upon investigating ULS log we found following records which happen to appear every 3-8 minutes ...
5
votes
1answer
693 views
404 HTTP Module causes an authentication popup in Manage Content & Structure page
We build an HTTP Module to handle 404 errors on a public SharePoint 2010 project.
We found the new functionality in SharePoint 2010 that sets the FileNotFound property of the Web Application very ...
2
votes
3answers
1k views
How do I approve & publish a folder and everything inside it?
How do I approve & publish a folder so that everything inside of it is published and live?
Please post a screencast
0
votes
1answer
1k views
This control cannot be displayed becuase its TagPrefix is not registered in this Web Form. [TopNavigationMenuV4]
I had the opportunity of hiring a company to create a couple of layout pages for us. When I finally got them I get the following error message in SPD and the breadcrumbs are no longer showing up:
...
3
votes
3answers
1k views
How do you allow Content Authors to add Javascript to a Publishing Page?
We have an internet-facing, SharePoint 2010, Publishing Site. The content authors that maintain the site are JavaScript savvy web designers. They would like to be able to add JavaScript to publishing ...
1
vote
2answers
76 views
Can I publish a document from one site's document library to another's?
Here's the scenario:
A development team has a SharePoint site called Dev. There's a document, foo.txt, that multiple users are collaborating on. It lives in a document library. Users check it out, ...
4
votes
3answers
2k views
Provisioning Publishing Page Content using a Feature
I'm provisioning a bunch of Publishing pages using a feature, using the template redirection technique.
<Module Name="Page-Not-Found" Url="$Resources:cmscore,List_Pages_UrlName;">
<File ...
1
vote
1answer
173 views
Publishing feature in Sharepoint 2010: Groups
Someone told me a while ago that it isn't recommended to delete the groups that are created when activating the publishing feature on sitecollection-level. Anyone who has an idea why? I'd like to keep ...
2
votes
1answer
336 views
Feature upgrade incomplete for Feature 'PublishingWeb' - Could not find file
I'm upgrading SharePoint 2007 to 2010 using attach and upgrade method.
When running database upgrade a series of similar errors are shown in upgrade log (could not find some temp file with an ...
1
vote
1answer
139 views
InvalidCastException when opening root-level Navigation settings page
I couldn't find any information about this error anywhere and it's really strange!
When I open the root-level Navigation settings page in my SharePoint 2010 website, I get an error page and the ...
1
vote
0answers
101 views
sharepoint, workflow, publish globally
I'm using SharePoint designer 2010,
I have create reusble workflow and publish it.
when I associate the workflow to a list, do I create a copy of that workflow or this is apointer to the source ...
0
votes
1answer
650 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.
...
1
vote
1answer
327 views
SharePoint 2010 HTML Editor to use P not Div
Does anyone know of a way to make the default SharePoint 2010 HTML editor output a P tag when you hit enter, as opposed to a Div?
