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

Chapter 3. User Content: Contributions, Forums, and Blogs

We now have our Drupal installation ready to become a social networking site! One key element of social networking sites is user-generated content and that is what we will look at in this chapter. Drupal contains a number of core modules (modules which come with Drupal as opposed to modules written by others which we need to download and install), which allow our site to support user-generated content. In this chapter, you will learn the following:

  • About user comments

  • Enabling and managing user contributions as well as uploaded files

  • Setting up and managing discussion forums

  • Giving each of your users a blog with the Blog module

  • Facilitating wiki-based collaborative writing with the Book module

  • Running polls with the Polls module

We are also going to plan the types of user we are going to have on our site, and plan the roles and permissions they will have. Let's start by having a look at how these relate to our site.