Steps

Component type

module

Maintenance status

Development status

Downloads

1177

Component created

Component changed

Steps is a module that allows you to paginate any type, and number, of nodes. A new content type called "Steps" using a node reference field makes this easy to do.

Features

1.0 (and newer)

  • Allow users to only visit steps in the order you've put them in.
  • Users are automatically redirected to the last step they were at if they revisit at a later point.

There are also a few ways to hook into Steps. These are implemented as needed.

Regions

Component type

module

Maintenance status

Development status

Downloads

97428

Component created

Component changed

Tutorial of how to use this API to build a region
Regions in Drupal are defined by the theme layer. This is problematic in instances where you want to add blocks / boxes to a specific region that is theme independent. Some examples of when you would want to use this module:

Image URL Filter

Component type

module

Maintenance status

Development status

Downloads

458

Component created

Component changed

This module provides an input format filter to allow you to change base urls of images embedded in content. Please note this module will only changes urls of images that have the same base urls of the current site or that are linked relatively.

The original reason I decided to develop this module was so that hard coded images in posts could be rewritten for use with a cdn.

FileField Load Multiple

Component type

module

Maintenance status

Development status

Downloads

763

Component created

Component changed

This module optimizes loading of multiple filefield data in Views. For every filefield/imagefield value displayed in a view, it will remove 1 redundant query generated by the FileField module to load file data.
It's probably mostly useful for image galleries and file directories, because they often display many files.