Skip to content
Bahusafoo edited this page Jan 9, 2026 · 5 revisions

Drupal 7 LTSR

Official Drupal 7 support ended January 5, 2025. Drupal 7 LTSR is a long-term support fork aimed at providing long term security updates and modern PHP support for the platform in order to allow sites not needing new features to continue to be viable as time goes on.


All Drupal 7 documentation.

This guide gives you a big picture overview of Drupal concepts, helping you to understand the framework behind Drupal.

Detailed system requirements for a Drupal 7 installation.

How to install Drupal 7.

How to update your Drupal 7 site

Administering Drupal 7 site

Documentation for contributed modules for Drupal 7.

Theming guide for Drupal 7.

Extend your Drupal 7 site's functionality with contributed modules, or alter its appearance with contributed themes.

Multilingual guide for Drupal 7.

Drupal can serve many sites from a single codebase.

This guide explains Drupal’s version numbering scheme for both Drupal core and contributed modules.

Upgrade to Drupal 7 from previous major versions of Drupal.

Setting up cron for Drupal 7

The guidelines for clean URLs

Migrating to Drupal

Securing Drupal 7 site

Backing up and migrating a site (for example, from one host to another).

Managing site performance requires a mix of code optimisation, configuration, and server tuning.

How to add and remove Drupal users and manage other user related functionality like roles, permissions, and fields.

Monitoring a site

Nodes, content types and fields

Organizing content with taxonomy

Site building best practices

Accessibility tools and best practices

These guidelines provide some tips for writing efficient SQL code. Guidelines apply to MySQL and PostgreSQL.

Mobile guide for Drupal 7.

Managing Drupal menus, menu links, and custom menu settings and options.

Module developer's guide for Drupal 7.

Documentation for Drupal 7 contributed themes.

Converting Drupal 6 modules to Drupal 7.

Developing installation profiles and distributions for Drupal 7.

Documentation for various Drupal 7 distributions.

How to use built-in Drupal core APIs like caching, javascript, entity, form as well as others.

Drupal 7 core structure and components.

Site building and development HowTos for Drupal 7.

The testing framework in Drupal 7 (Testing module, previously SimpleTest).