Showing posts with label MOSS. Show all posts
Showing posts with label MOSS. Show all posts

SharePoint: Color Coded Calendars in MOSS


Here is a good sample code
Can a calendar display in colors?
I have been asked a few times if the SharePoint calendar can display
items in color. It turns out this is not too hard to do. The basic steps
are:

  • Add a column to the calendar list to pick the color
  • Add a calculated column to create the HTML to display the color. This can be done with HTML or CSS. This example uses "<FONT COLOR=".
  • Add the new column to the view
  • SharePoint will convert the "<" character into "&lt;" so we need to add a little JavaScript to convert it back. The easiest way to add the JavaScript is with a Content Editor Web Part


SharePoint How To : Add a new user in your Site


Below is a good link that shows step by step video to add a new user in Microsoft Office SharePoint Server (MOSS) 2007

Click here to watch the video

Sharepoint Permissions Manager

Abstracts:

Project Description


Managing permissions in SharePoint is a complex and often difficult to understand by end users. In addition, features for managing permissions on a site are splitted on several screens and must access on each item to finely manage the associated rights. When the site is important, it quickly becomes difficult to obtain an overview of permissions and each change creates a lot of work.

This version works with MOSS 2007 and WSS 3.0

Functions

This tool aims to bring together on one screen, most of management capabilities of permissions for an entire site:
- Overall display permissions for groups on the Sharepoint libraries and website pages
- Adding, modifying, deleting permissions with a few clicks without having to go through a lot of screens
- Export as an Excel table permissions
- Copy permissions between lists and pages