Sharepoint: How do I move stuff between sites
What is the best way to move lists and wiki pages from one SharePoint server to another? ...
What is the best way to move lists and wiki pages from one SharePoint server to another? ...
Seems like it would be a simple thing really (and it may be), but I'm trying to take the string data of a column and then through a calculated column, replace all the spaces with %20's so that the HTML link in the workflow produced email will actually not break off at the first space. For example, we have this in our source column: fil...
I have several reports in SharePoint that are served by SQL Server Reporting Services in SharePoint Integrated mode. Some of these reports need to be automatically generated on the last day of the month. While SSRS itself has a "last day of month" option, SharePoint doesn't have this capability in its scheduling options. What is the bes...
How would I be able to redirect someone to a specific page based on their user profile information such as the department they are in? I came up with 2 options: Have a "My Department" link to a aspx page that uses SharePoint's object model to determine what department they are and then redirect based on their department. Have an HTTPM...
BY now I've created a number of custom alert handlers for SharePoint 2007 using the IAlertNotifyHandler interface. Using this interface you have to implement a method called OnNotification(), which has the following signature: bool OnNotification (SPAlertHandlerParams ahp); As you can see this method should return a boolean value. The...
Hello, I'm trying to display the page owner and last modified date on the footer of a SharePoint master page for a publishing site. On my master page I currently have: <SharePoint:FormattedString FormatText="Page owner: {0} Last updated: {1:dd/MM/yyyy}" runat="server"> <SharePoint:FormField ControlMode="Display" FieldName="PublishingC...
Hello all, I’ve got a requirement to create tabs for content displayed on a web page, so that a user doesn’t have to scroll vertically to read all the content. Is there a way for jQuery to automatically divide page content into chunks and wrap that into tabs? I’m sure I saw something somewhere once… ...
I have a small Sharepoint Feature project in VS2008 with STSDev 2008 which comprises of a WebPart, a List and a List Instance (of the aforementioned List). The WebPart depends on the existance of the List as does the List Instance. Would I be better creating one feature that deployed all three components, or packaging up the three compo...
In the SharePoint publishing site I will have some banners that are Web Parts and can have any HTML content inside them. I have requirement to count clicks on that banners. Banners will have some links to external sites. I am not sure where to store counters for individual banners. Custom List is the first thing that came to my mind but...
I am not sure how foolish I am being here! I have a solution that packages up some master pages and layouts etc which I can deploy fine and the feature appears in the "Site Collection Features" list fine. However I would like to put a custom icon next to my feature. I would like the icon to be in the solution package and so require the ...
Hi, I've been searching for intellisense in Visual Studio 2005 or Visual Studio 2008 when editing "manifest.xml" file in a SharePoint solution (wsp) with no result. Does anybody know if there is something similar to CAML intellisense but for "manifest.xml" files??? Thanks. ...
We are trying to create a custom event handler that would fire on ItemAdded event. The event handler then updates the document with a unique ID value to a column in this document library. Our solution works fine, except when a user on Vista is trying to save a new document from Office 2007. In this scenario the document is stored to d...
When I create a new SPAlert on a list and call SPAlert.Update(true), the systems sends out an email with the title "You have successfully created an alert for 'Blah: All items', and there's also some body text as well. I want to be able to customize this message, can anyone help? Thanks. ...
I need to store dates in SharePoint that need to go back around 5000 BC. Ideally, I would like to be able to do date addition/subtraction, like this: oldDate = '5000 BC'; newDate = '1995 AD'; DateDiff(oldDate, newDate, 'Years'); // equals 6995 How should I proceed? Build an old_date class based on strings? Just use regular dates, b...
It seems that security setup is a bit of a nightmare with TFS --- particularily as it relates to TFS versus SharePoint versus Reporting Services. Does anybody know of a tool that can validate the security setup --- because as it stands now, people can't create projects, because something is wonky with SharePoint --- yet all the farm adm...
I keep getting a 'List does not exist' error whenever I try and use AssetUrlSelector to browse a subfolder in Microsoft Office SharePoint Server (MOSS). To reproduce this behaviour: Add a Summary Link Web Part and add a new link. Click 'Browse' this will open the AssetPortalBrowser.aspx dialog. Browse to a list that contains sub folde...
Hi I have created a new sharepoint site on our moss server at http://sharepoint:12345 and added a CQWP to it without issue. I have a domain name pointing at the same server. So I pointed to http://myinternaldomain.whatever:12345 and for some reason the CQWP then breaks, saying unable to display this web part? Any ideas appreciated. ...
Can MOSS integrate and get user profiles from multiple Active Directory and/or LDAP stores? I have seen from Integrating Microsoft SharePoint Server With Oracle Virtual Directory that there may be intermediary products that can help with this. It looks like Rohati has a solution as well, but is the out of the box without third party pr...
How do we customize the error pages for the following in SharePoint: Bad request 400 Unauthorized 401 Forbidden 403 Not found 404 (Solved through SharePoint 404) Internal Error 500 Not implemented 501 Service not available 503 While I know how to customize the 404 page, how and what is the best way...
Has anyone encountered SharePoint installations that are set up to use other than port 80? I'm not really concerned with test servers or administration interface usage.. just what users would be exposed to. My application is currently set to leverage the WebDAV mini-redirector to assist with its SharePoint interface, and that software ...