Book Image

Drupal for Education and E-Learning

Book Image

Drupal for Education and E-Learning

Overview of this book

Table of Contents (22 chapters)
Drupal for Education and E-Learning
Credits
About the Author
About the Reviewers
Preface
Index

Extending Profiles Using the Content Profile Module


To extend user profiles, we will use the Content Profile module available at http://drupal.org/project/content_profile.

The Content Profile module can be enhanced by using the Automatic Nodetitles module available at http://drupal.org/project/auto_nodetitle. Automatic Nodetitles uses the Token module, which we installed in Chapter 8. Used together, these three modules provide a simple and effective way to extend your user profiles.

When using the Content Profile module in conjunction with the core profile module, one simple technique for extending profiles involves using the core profile module to store private information (that is, all of the fields created using the profile module are private or hidden), and the Content Profile module to store and organize the public profile.

To begin, install the Content Profile, Token, and Automatic Nodetitles modules as described in Chapter 3. Obviously, if the Token module is already installed, you...