GVK

Change central administration port number

Follow the below steps to change the Central Administration port number

  1. On the sharepoint server open the command line window and type cd C:Program FilesCommon FilesMicrosoft Sharedweb server extensions12BIN Continue reading…

Set task list title textbox to readonly mode in Sharepoint 2007

One of my client asked to set the task list title textbox to readonly mode when the user selects edit item property from the context menu.
So, I thought to complete this scenario by making use of javascript Continue reading…

Configure site usage reports in MOSS 2007

1) Configure site usage reports in Central Administration
Go to, Central Administration > Operations > Usage Analysis Processing

Usage Analysis Processing

Usage Analysis Processing

Continue reading…

Sharepoint Breadcrumb: Display’s current site title

To display only the current site title in Sharepoint breadcrumb add the property ParentLevelsDisplayed=”0″ in the <asp:SiteMapPath… tag

The below Asp:SiteMapPath tag display only the current site title Continue reading…

Customize search box in sharepoint 2007

Now, we learn how to customize the sharepoint search box

Sharepoint default search box

Sharepoint default search box

Customized search box

Customized search box

Continue reading…

Form Based Authentication in Sharepoint 2007

Steps to configure Form based authentication in MOSS 2007:

  • Creating the SQL database
  • Creating the users in SQL database
  • Creating two sharepoint sites (one is web application and other extending the web application)
  • Configure membership, role provider and connection string in both web.config files of the Sharepoint site
  • Configure authentication type in central administration Continue reading…

Configuring LDAP authentication in MOSS 2007

  • Create a web application on port 5 (not only on 5 you can chooose other ports too)
  • Extend the web application on to port 6 (which was created on port 5)
Extend the web application on to port 6

Extend the web application on to port 6

Continue reading…

Install language packs for Microsoft Office SharePoint Server (MOSS) 2007

Click Start > Settings > Control Panel, then click Regional and Language Options.

Regional and Language Options

Regional and Language Options

Continue reading…

Copy item from one list to another, using Sharepoint designer workflow

If you are looking to copy list items from one Sharepoint site to another programmatically, please have a look at this post

In this post you will learn how to copy list items from one list to another using Sharepoint Designer workflow, for this you need basically two lists, Source List and Destination List

Source List

Source List

Continue reading…

Configure incoming e-mail settings in Sharepoint document library

Configure Relay Setting in Exchange server

Figure 1

Continue reading…