SharePoint 2007 Service Packs and Versions
Service Packs : http://support.microsoft.com/kb/949583/ Versions : http://docs.google.com/Doc?docid=0AcX18oxpTqKCZGR2ajV0MmRfOGdqdnNxYmZx&hl=en
View ArticleSite Aggregator Web Part – 404 Error
The problem : When you add new sites using the Site Aggregator web part, you always get a 404 Error. Solution : Modify the Site Aggregator web part. Expand the URL section. REMOVE the text in the...
View ArticleSharePoint 2007 and SharePoint 2010 versions
Today I found the following really useful links, see what the current versions are! SharePoint 2007 :...
View ArticleAccount keeps locking out after password change
The problem You change the password on the account, and the account constantly locks out. The Application Pool in IIS AND the Windows Sharepoint Services Timer either are running under seperate...
View ArticleView your own alerts
Just amend the URL : http://localhost/_layouts/mysubs.aspx To add _layouts/mysubs.aspx on the end
View ArticleStopped Workflows and Failed Alerts
This has to be the most annoying issue i’ve come across.Setup: Sharepoint 2007 version 12.0.6425.100 (SP2) AD accounts used within SharePoint groups for permissions – i.e. no direct permissions on the...
View ArticleChanging the formatting on a view – remove comma from BDC field
If the BDC field used is numeric, and not text, then you may see the item in the biew containing a column. If this is an ID field, you may not want this. To Remove:Option 1 : SharePoint Designer 1)...
View ArticleAdd web parts to a NewForm, EditForm or DispForm
…just append this onto the end of your URL: &PageView=Shared&ToolPaneView=2
View ArticleCurrent User Filter web part – no values in the "SharePoint profile value for...
This web part just had nothing in the dropdown list. It was fine in test, but not live. I printed out the User Profile properties from the SSP in Live and Test to compare. In Live, there were 2...
View ArticleRunning code with elevated permissions
Recently, I had to allow a reader to be able to add to a list, and an image library, programatically. After some hair pulling, this appears to do the trick! SPSite mySite = SPContext.Current.Site;SPWeb...
View Article