Displaying multiple content types in a forum
Within Drupal, forums are actually organized using
taxonomy. When the Forum module is enabled, a new Forums vocabulary is created. This vocabulary can be edited in the usual way, as described in Chapter 3, Getting Started by clicking on Structure | Taxonomy, or by navigating to admin/structure/taxonomy
.
You can set which content types are added to forums by adding a Term reference field that uses the Forums vocabulary.
This feature can be very useful in a site that manages a single class, or in a site where forums are the primary vehicle for organizing communication. However, if we use a combination of forums, blogs, and groups alongside each other, it can become confusing for site users.