modules

Overview of important updates

The majority of Drupal for Humanists was written between January and May 2015. There's been a lot of changes to individual Drupal modules in the meantime, some of which affect the configuration described in the book. This page summarizes those changes, with links to more details in the affected chapters.

Installing a module from Github

In general, you should only install modules from drupal.org. Stable module releases (i.e. those that don't have an "alpha" or "beta" appended to them) are monitored by the Drupal security team. For a module to be posted, it has to meet the Drupal coding standards. Neither of these is sufficient to guarantee that bad things won't happen when you install the module (including consequences potentially as bad as deleting things from your database), but that happens rarely.

Chapter 4. Modules

  • 4.1 Overview
  • 4.2 Finding modules
  • 4.3 Assessing modules
    • 4.3.1 Modules published on Drupal.org vs. those published elsewhere
    • 4.3.2 Module versions
    • 4.3.3 Number of users
    • 4.3.4 Maintenance and development status
    • 4.3.5 Release notes
  • 4.4 Essential modules
    • 4.4.1 Disabling the core Toolbar module
  • 4.5 Installing and enabling modules
    • 4.5.1 Installing modules using the Drupal interface
    • 4.5.2 Installing modules by accessing the filesystem