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

Roles


As previously discussed, we have two roles by default:

  • Anonymous user: The anonymous user is the one who has not logged into our site

  • Authenticated user: The authenticated user is the one who has logged into our site

We shouldn't need to change the anonymous user role a great deal, as by default permissions are not granted to that role, though features such as search should be enabled for guests. We will need to significantly modify the authenticated user role to allow our users to contribute more to our site. A number of new roles will also need to be created for moderators and power contributors.

Note

We will be looking at users, roles, and permissions in great detail in the next chapter; this is just a brief look at the changes we will need to make, and roles we will need to create. Return to this list once you are more comfortable with editing permissions and creating roles, to make the changes.

Anonymous role permissions

For the anonymous user role, we need to ensure that permissions...