7.x

Movie Project: Create Autocomplete Fields

Last updated

This page is archived

We're keeping this page up as a courtesy to folks who may need to refer to old instructions. We don't plan to update this page.

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

This page is archived

We're keeping this page up as a courtesy to folks who may need to refer to old instructions. We don't plan to update this page.

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

This page is archived

We're keeping this page up as a courtesy to folks who may need to refer to old instructions. We don't plan to update this page.

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

This page is archived

We're keeping this page up as a courtesy to folks who may need to refer to old instructions. We don't plan to update this page.

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

This page is archived

We're keeping this page up as a courtesy to folks who may need to refer to old instructions. We don't plan to update this page.

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

This page is archived

We're keeping this page up as a courtesy to folks who may need to refer to old instructions. We don't plan to update this page.

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

This page is archived

We're keeping this page up as a courtesy to folks who may need to refer to old instructions. We don't plan to update this page.

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

This page is archived

We're keeping this page up as a courtesy to folks who may need to refer to old instructions. We don't plan to update this page.

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

This page is archived

We're keeping this page up as a courtesy to folks who may need to refer to old instructions. We don't plan to update this page.

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

This page is archived

We're keeping this page up as a courtesy to folks who may need to refer to old instructions. We don't plan to update this page.

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.