Sharepoint

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…

Sharepoint 2007 sample master page

Sharepoint 2007 sample master page - Home

Sharepoint 2007 sample master page – Home

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…

Configure outgoing e-mail settings in Sharepoint

Install the SMTP service

Install the SMTP service

Continue reading…

Change Date Format of Site Column

Formatted date in sharepoint list

Formatted date in sharepoint list

Formatted date in sharepoint list

Formatted date in sharepoint list

Continue reading…

MOSS links open in new window

There is very easy way to open the Links webpart links in new window using SPD.
1. Open the site in sharepoint designer.
2. Select the Links webpart and convert it into XSLT Data View
3. Then, select any one of the link in Links webpart and right click you will find Hyperlinks Properties option, Click on that
4. It will open Edit Hyperlink dialogue. Click on the Target Frame button which is located right side of the dialogue box.
5. Here, now it opens one more dialogue box naming Target Frame. Select the New Window option from common tragets list and click OK.