Hiding the quick launch bar in MOSS 2007

By peter.stilgoe









Step By Step – Hide the Quick Launch Bar in MOSS 2007:

1 Browse to the home page of a WSS Team Site as a Web Designer or Administrator
2 From the Modify Shared Page smart-menu, choose Add Web Parts and then Browse.
3 Put a Content Editor Web Part on the bottom of the Right Web Part Zone.
4 From the new Web Part’s smart-menu, choose Modify Shared Web Part.
5 Choose the Source Editor… button on the resulting tool pane.
6 Enter:

<style>
.ms-quicklaunch
{
display:none;
}
.ms-navframe
{
display: none;
}
</style>

7 Choose the Save button.
8 In the tool pane, expand the Appearance category and alter the title to read “Hide Quick Launch Bar”.

9 Still in the tool pane, scroll down and choose None from the Frame Style dropdown.

10 At the bottom of the tool pane, choose the OK button.

Share

categoriaSharepoint / MOSS / WSS commentoNo Comments dataFebruary 20th, 2009
Leggi tutto

Exposing the ‘Event’ content type in Sharepoint

By peter.stilgoe









Go into the ‘List settings’ for an existing calendar on your site

Click on ‘Advanced Settings’ and tick yes for “Allow Management of Content Types”

This then shows the ‘Event’ content type in that calendar’s List Settings.

Click on the word ‘Event’ in the list of content types.

At the top of the next page it tells you that the parent is also called ‘Event’ – click on its link.

The following page tells you that the parent content type is in Group “_Hidden”.

Click on the “Name, Description & Group” link and then it allows you to put the ‘Event’ content type into a new group.

Share

Leggi tutto