Whats is a SharePoint group

A SharePoint group is a collection of usernames and group names that can be given permissions to a SharePoint site or parts of a SharePoint site. Groups are defined for the entire site collection, but can be given permissions on any child site of the site collection.

Read more on Whats is a SharePoint group…

Posted under Administration, FAQ

This post was written by furuknap on January 5, 2009

Tags: ,

What is an associated group in SharePoint

An associated group in SharePoint refers to the groups that are associated with the default roles in a SharePoint site. In SharePoint v3 these groups are Owners, Members, and Visitor. The groups are created by default when you create a new site collection. When you create a site inside an existing site collection the groups are created automatically if you select to not inherit permissions from the parent site.

Read more on What is an associated group in SharePoint…

Posted under Administration, Developer, FAQ

This post was written by furuknap on January 4, 2009

Tags: ,

How do I add a page to SharePoint using the web interface

To add a page to SharePoint using the web interface you go to the Create page of the site. Note that prior to adding a page your site must have at least one library to hold the page. On the Create page you go to the Web Pages column and select either the Basic page or the Web part page. Other pages may also be available.

Read more on How do I add a page to SharePoint using the web interface…

Posted under Administration, End user

This post was written by furuknap on January 4, 2009

Tags: ,

How do I create a view through the web interface

To create a view through the web interface you need list manager permissions. If you do not have those permissions you may still be able to add a personal view if the list or site is set up to allow adding personal views.

Read more on How do I create a view through the web interface…

Posted under Administration, End user, FAQ

This post was written by furuknap on December 20, 2008

Tags: ,

How do I deploy a workflow in SharePoint

To deploy a workflow in SharePoint you use a feature. The feature should contain an elements file which points to the workflow to deploy. Here is a sample elements.xml file:

 <Elements xmlns=”http://schemas.microsoft.com/sharepoint/“>
  <Workflow
       Name=”Workflow name”
       Description=”Workflow description”
       Id=”GUID”
       CodeBesideClass=”Namespace.Workflowclass”
       CodeBesideAssembly=”ProjectName, Version=1.0.0.0, Culture=neutral, PublicKeyToken=publicKeyToken”
       StatusUrl=”_layouts/WrkStat.aspx”>
    <Categories/>
    <MetaData>
    </MetaData>
  </Workflow>
</Elements>

Read more on How do I deploy a workflow in SharePoint…

Posted under Administration, Developer

This post was written by furuknap on December 12, 2008

Tags: ,

How do I apply a template to an exsisting site

You can not apply a new site template to an existing site. The site template is a recipe for how the site and site content should be created, and once that is done, the site is detached from the template. Applying a new site template to a site would be analogous to applying a new architect’s drawing to a house that is already built.

Read more on How do I apply a template to an exsisting site…

Posted under Administration

This post was written by furuknap on December 10, 2008

Tags:

How do I deactivate a feature in SharePoint using the web interface

To deactivate a feature in SharePoint using the web interface, first go to the site settings page, available from the site actions menu. Next, depending on the scope of the feature you either go to the web features or site collection features. The site collection features will only be available if you are at the root site of a site collection.

Read more on How do I deactivate a feature in SharePoint using the web interface…

Posted under Administration

This post was written by furuknap on December 10, 2008

Tags:

How do I activate a feature in SharePoint using the web interface

To activate a feature in SharePoint using the web interface, first go to the site settings page, available from the site actions menu.

Posted under Administration

This post was written by furuknap on December 10, 2008

Tags:

How do I get the top navigation bar to light up on a page

To get the top navigation bar to light up on a page you need to add a top navigation bar link to the page you want highlighted. Add the complete relative URL to the page, for example “/Pages/Lightup.aspx”.

Read more on How do I get the top navigation bar to light up on a page…

Posted under Administration, FAQ

This post was written by furuknap on December 9, 2008

Tags:

What is the limit of questions in a SharePoint survey

The number of questions you can have in a survey varies by question type. To complicate matters you can also only have a limited number from a given question type group. The groups are:

Read more on What is the limit of questions in a SharePoint survey…

Posted under Administration, Developer, FAQ

This post was written by furuknap on December 9, 2008

Tags: