Book Image

Drupal 7 Social Networking

Book Image

Drupal 7 Social Networking

Overview of this book

Drupal is ideally equipped to serve as a base system for creating a custom social networking site like Facebook or MySpace. While these large social networks have their place, niche social networking websites can help promote businesses, products, projects, and hobbies of any nature. Drupal 7 Social Networking provides careful instructions and clear explanations to take you through the setup and management of your social network site, covering topics from users, to marketing, to maintenance. It will help you create your own social networking site, suitable for whatever audience you choose! Starting from the very basics of both Drupal and Social Networking, right through to more complicated aspects, you will progressively learn how to add to and expand your social networking site and add more features. You will learn how to secure your social network, deploy it on the Internet, and keep it running and well maintained. As social networking sites rely on the participation of their users, this book helps you to structure your site in such a way so that users can easily and enjoyably contribute, thus creating a powerful social network.
Table of Contents (22 chapters)
Drupal 7 Social Networking
Credits
About the Author
Acknowledgement
About the Reviewers
www.PacktPub.com
Preface
Index

Commenting on user profiles


Unfortunately development on modules which allow users to comment on profiles of other users is still very much ongoing.

The guestbook module

At the moment, the most suitable working module is the guestbook module, as this provides each user with their own guestbook as part of their profile which other users can comment on. At the time of writing, this module is still very much "in development", but is still the most suitable for now.

What to look out for

There are however a number of other modules under development which are more suited to this type of feature. The most promising is a Facebook-style statuses (microblog) module (http://drupal.org/project/facebook_status). There is no Drupal 7 version available, however there is a discussion about how this is going to work at http://drupal.org/node/671822.

Tip

Get involved

Why not consider getting involved with module development? Even by simply providing feedback, and reporting issues to the developers to help them...