See solution here:
Worked for me.
See solution here:
Worked for me.
Thanks to Rob Fisch at LinkedIN.
It’s true. Even with WSS2 (Sharepoint 2003) and Outlook 2003 there was an ability to view SharePoint calendars, right from Outlook. But there was no way to overlay the information together all in one calendar view. With WSS3 (or MOSS 2007) and Outlook 2007, we have the ability to not only view activity from multiple calendar sources in one virtual calendar view, but we can also edit these SharePoint calendars directly from Outlook. We can also tack on Outlook reminders to SharePoint Calendar events.
Read the full article:
http://www.mssharepointtips.com/tip.asp?id=927
Here is a list of common illegal characters that must not be included in web urls – - – and not used when creating file names that will be used on the web:
In addition to this list it is prohibited to have consecutive periods in the URL (or file name). It’s also prohibited to start or end with a space or underline, or to end with a period.
Even though it isn’t illegal to use commas or spaces in a url – it is best to not use them for consistency across different server platforms.
These rules are Web Standards.
Important things too know about using TODAY in a calculated column!
http://www.linkedin.com/news?viewArticle=&articleID=185992482&gid=93094&type=member&item=28659782&articleURL=http%3A%2F%2Fblog%2Epentalogic%2Enet%2F2010%2F09%2Ftoday-sharepoint-calculated-default-values%2F&urlhash=q1qF&goback=%2Egde_93094_member_28659782
A life saver of an article from Ben. I used these steps to recreate the default dispform.aspx page!
You need to edit a line of code in SharePoint Designer
SSO Single Server Sign On
Add Application Services in Central Admin
Ensure SSO Service is Running (If you get a “Failed to Connect…”)
Active Directory (use to find AD Groups)
In SP Designer
Another GREAT tip from Christophe at Path to SharePoint
=IF([Status]=””,”Black”,IF([Status]=”Choice1?,”Red”,IF([Status]=”Choice2?,”Gold”,IF([Status]=”Choice3?,”Green”,IF([Status]=”Choice4?,”DarkBlue”,IF([Status]=”Choice5?,”DarkCyan”,IF([Status]=”Choice6?,”DarkRed”,IF([Status]=”Choice7?,”Gray”,””))))))))&IF([Status]=”Choice8?,”MediumSlateBlue”,IF([Status]=”Choice9?,”SpringGreen”,IF([Status]=”Choice10?,”MidnightBlue”,IF([Status]=”Choice11?,”Sienna”,IF([Status]=”Choice12?,”SlateGray”,IF([Status]=”Choice13?,”OliveDrab”,IF([Status]=”Choice14?,”Gray”,””)))))))
Published Excel Spreadsheets do NOT support
http://www.5min.com/Video/How-to-Modify-the-Layout-of-a-Defaultaspx-Page-in-MS-SharePoint-Designer-80729198?
Good demo for SPD beginners.
http://www.5min.com/Video/How-to-Customize-List-View-Pages-in-MS-SharePoint-Designer-80729533
I’ve used this before. Great solution for collapsing a multiple-line of text field. Solution created by Paul Grenier and enhanced by Pater Allen.
Haven’t tried this, but posting it here for future reference. The one shortcome in converting a list into XSLT in SPD is the fact that the grouping will not count the number of items for its group. This SharePoint Designer trick looks to be the solution.
Thanks Tudor!
Another great solution from Path To SharePoint. This links also includes a screen cast.
The Web Part can be used on a SharePoint 2007 site by anybody who has design or full control permissions (it is actually based on a Content Editor Web Part). The installation does not require server access.
Great idea from Jim Howard for creating section breaks in a Display Form or Edit Form.
Sometimes there are instances where page functionality is not operating as it should. The GUI is not letting you edit a page or remove a corrupt web part. Here I will start listing those URL appendices that will get you to the mode you need:
Index Crawl: minimum 15 min.
5,000 sites takes 15 min. to replicate
When you create an SSP you need to create a crawl account
If crawl account is Admin Right, then it will crawl major and minor versions.
stsadm-0 command resets Admin password
Manage File Type to include PDFs
ifilter.org: install on front end server.
Thanks to Rob Fisch on LinkedIN.
With WSS3 (or MOSS 2007) and Outlook 2007, we have the ability to not only view activity from multiple calendar sources in one virtual calendar view, but we can also edit these SharePoint calendars directly from Outlook. We can also tack on Outlook reminders to SharePoint Calendar events.
Read the full article:
http://www.mssharepointtips.com/tip.asp?id=927
See discussion at microsoft.public.sharepoint.portalserver
Solution provided by Dessie Lunsford at EndUserSharePoint.com.