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

Module in action


Now that we have our module created, let's have a look at it in action.

Install the module

Within Administration | Modules we now have two new modules which we can install DFP Map and DFP Venue:

Let's enable the modules so that we can try them out.

If we try to create content, we now have two new options:

  • Dinosaur Friendly place

  • Map of Dinosaur Friendly places

The following screenshot shows these new options:

Creating a map

Let's create a new map of dinosaur friendly places. The form has provisions for us to add the name of the map, the coordinates of the center point, the zoom level, and the size of the map.

Creating a venue

Let's also create a venue. We have the option to specify the coordinates of the venue:

Viewing a map

Now if we view the newly created map, we can see it covers the location we defined; it also shows the newly created venue within there, and if we click the venue, it pops up with the name of the venue as a link to view more details:

Viewing a venue

If we click...