7.x

Movie Project: Create Autocomplete Fields

Last updated

Check your version

This tutorial covers a topic in Drupal 7 which may or may not be the version you're using. We're keeping this tutorial online as a courtesy to users of Drupal 7, but we consider it archived.

Create autocomplete fields and menu hooks.

Goal

Add an autocomplete field that uses a query from JSON output.

Prerequisites

You will need the following knowledge and skills. If you need a review, check out the Additional resources section at the bottom of this page.

Movie Project: Create Database Tables and Alter Forms

Last updated

Check your version

This tutorial covers a topic in Drupal 7 which may or may not be the version you're using. We're keeping this tutorial online as a courtesy to users of Drupal 7, but we consider it archived.

Use hooks to update the database tables and alter form elements.

Goal

Alter a form with user profile data.

Prerequisites

You will need the following knowledge and skills. If you need a review, check out the Additional resources section at the bottom of this page.

Movie Project: Create Custom Blocks

Last updated

Check your version

This tutorial covers a topic in Drupal 7 which may or may not be the version you're using. We're keeping this tutorial online as a courtesy to users of Drupal 7, but we consider it archived.

Create a custom block with details from the database containing information about user preferences.

Goal

Create a custom block that displays a random entry from the user's movie preferences.

Prerequisites

You will need the following knowledge and skills. If you need a review, check out the Additional resources section at the bottom of this page.

Movie Project: Integrate Ajax Functionality

Last updated

Check your version

This tutorial covers a topic in Drupal 7 which may or may not be the version you're using. We're keeping this tutorial online as a courtesy to users of Drupal 7, but we consider it archived.

Render content which can be refreshed via Ajax.

Goal

Update the results of a view using Ajax.

Prerequisites

You will need the following knowledge and skills. If you need a review, check out the Additional resources section at the bottom of this page.

Movie Project: Create a Render Array and Theme Functions

Last updated

Check your version

This tutorial covers a topic in Drupal 7 which may or may not be the version you're using. We're keeping this tutorial online as a courtesy to users of Drupal 7, but we consider it archived.

Display custom content using a render array.

Goal

Output custom data from a module using a theme function, render array, and template file.

Prerequisites

You will need the following knowledge and skills. If you need a review, check out the Additional resources section at the bottom of this page.

Movie Project: Add Form Data to Custom Database Tables

Last updated

Check your version

This tutorial covers a topic in Drupal 7 which may or may not be the version you're using. We're keeping this tutorial online as a courtesy to users of Drupal 7, but we consider it archived.

Add user data to the database from an existing form.

Goal

Save data from a form to a custom database table.

Prerequisites

You will need the following knowledge and skills. If you need a review, check out the Additional resources section at the bottom of this page.

Movie Project: Analyze Site Performance

Last updated

Check your version

This tutorial covers a topic in Drupal 7 which may or may not be the version you're using. We're keeping this tutorial online as a courtesy to users of Drupal 7, but we consider it archived.

Configure basic settings which affect performance, and perform basic analysis to understand what might be affecting website performance.

Goal

Analyze your site's performance.

Prerequisites

You will need the following knowledge and skills. If you need a review, check out the Additional resources section at the bottom of this page.

Movie Project: Install a WYSIWYG Editor

Last updated

Check your version

This tutorial covers a topic in Drupal 7 which may or may not be the version you're using. We're keeping this tutorial online as a courtesy to users of Drupal 7, but we consider it archived.

Manage text formats and filters and add a WYSIWYG editor.

Goal

Add a WYSIWYG editor and use it in a text format configuration.

Prerequisites

You will need the following knowledge and skills. If you need a review, check out the Additional resources section at the bottom of this page.

Movie Project: Manage Configuration Changes

Last updated

Check your version

This tutorial covers a topic in Drupal 7 which may or may not be the version you're using. We're keeping this tutorial online as a courtesy to users of Drupal 7, but we consider it archived.

Learn how to use Features to manage configuration changes and understand the configuration change workflow in a team environment.

Goal

Use the Features contributed module to export site configuration to code.

Prerequisites

You will need the following knowledge and skills. If you need a review, check out the Additional resources section at the bottom of this page.

Movie Project: Add User Permissions

Last updated

Check your version

This tutorial covers a topic in Drupal 7 which may or may not be the version you're using. We're keeping this tutorial online as a courtesy to users of Drupal 7, but we consider it archived.

Create a permissions hook to secure access to pages within Drupal.

Goal

Require a user to have a certain permission before they can access a page.

Prerequisites

You will need the following knowledge and skills. If you need a review, check out the Additional resources section at the bottom of this page.