Main Menu

search

You are here

Drupal Modules

[last updated: 2024-01-08]
Drupal home page
https://www.drupal.org/project/drupal
-----

  • Modules are blocks of code that get loaded/installed into your drupal site
    that give you expanded/additional functionality.
  • Every Drupal installation, whatever version, will have a set of core modules included.

  • What modules are installed?
    • log into your site with admin password
    • click Modules in top menu bar.
      a page will open with a list of all your installed modules,
      with columns showing their enabled/disabled status,
        if the enabled box is checked but grey, that means do not disable it because other modules depend on it.

      their version#, plus a description of what they do.

    • At the top of this page there may be a warning block telling you that some of your modules
      need to be updated - their version# does not match your current drupal core version.
        click "available updates" for more info

  • Install new modules:
  • Modules to install:

    ---------------------------------------------------------------

  • Misc notes:
    custom or contributed (ie. not in core) modules
    should be placed in /sites/all/modules
    run arduinoetal.net/update.php
    https://www.drupal.org/docs/7/update/updating-modules
    https://www.drupal.org/docs/extending-drupal/installing-modules
    https://www.drupal.org/node/120641
    there's an increasing number of contributed modules which require installation with Composer.
    ---------------------------------------------------------------