From http://programmingbulls.com/social-networking-site-orkut-myspace-drupal

How to create a Social Networking Site like Orkut, MySpace using Open Source Drupal or Elgg?

I was evaluating to build a social networking site using open source stuff like Drupal, Elgg. Elgg provides out of the box functionality for a social networking site like Orkut, Hi5, Myspace, but Drupal is far more flexible. It seems Elgg is not tested and used as much as Drupal. I have been working on Drupal for a long time now and my faith on it has only increased, though, I had to make changes to the code and modules at times.

Even though, I was skeptic about Elgg, I did some initial code evaluation and installtion. But, was not satisfied and therefore, decided to go with Drupal.

Following is the list of modules, I could need to make a social networking site:

  • guestbook ( equivalent to comments on profile or scraps )
  • image, inline, shazamgaller: to be able to add images inline and create photo gallaries.
  • invite ( allows to become member by invitation only )
  • OG ( gives you groups or communities )
  • cck ( let you make any type of content )
  • private message ( and chat, if you want )
  • mysite
  • nodeprofiles (http://groups.drupal.org/profiles-as-nodes)
  • event
  • buddylist

Other modules, you might need:

  • bbcode & wysiwyg toolbar
  • captchya
  • devel
  • feedback
  • flatforum
  • flexinode
  • legal

Hope, the list doesn't look long. But, it is obvious code customization iwould be required at places to suit your need and that is very power of open source comes.

From http://drupal.org/node/109248

Drupal Social Network site Q&A

ncameron – January 14, 2007 – 13:53

Hi Guys,

I've recently finished and launched a social networking website made completely in Drupal 4.7. In the process of creating the site I received a lot of help from both the forum and the handbook. So I thought it was about time I gave something back. Social networks seem to be a pretty popular goal for Drupal developers so this thread might come in useful.

The site itself is using the principles of social networking to help people learn languages. Have a look here; http://www.huitalk.com/ and if you have any "how do you that" questions I'll do my best to help. I'll be a little busy over the next few weeks but I will try to respond to the questions as quickly as possible.

The site uses (among others) the following modules:

  • CCK
  • Views
  • Buddylist (hacked to pieces and reconstructed)
  • privatemsg
  • Forms
  • nice_menus
  • nodereference
  • pageroute
  • profile
  • registerprofile
  • tinymce
  • usernode
  • Looking forward to any questions!

    Neil