Demo Sandbox

Component type

module

Categories

Component created

Component changed

Demo Sandbox

Drupal 5 to 7 Migrate Example

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

While migrating acquia.com from Drupal 5 to Drupal 7, we wrote more than 2500 lines of code using the incredible Migrate module that we used to move all data.

This module is a simple dump of all our code that we would like to share with the community. It's a perfect example of code that takes data from Drupal 5 and moves it to Drupal 7. During the development, we solved several issues including:

Tic Tac Toe for Node.js

Component type

module

Maintenance status

Development status

Component created

Component changed

This is an example module that uses the Node.js integration module (nodejs) to implement a real-time, two-player Tic Tac Toe game on a Drupal site.

Live Demo

http://www.ar.ve.nnnxpd7j.vesrv.com/projects/tic/

Requirements

The Node.js integration module must be installed and configured.

123

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Every time you want to add a new feature on the site, have to create a new module.
Instead, you can download and install this module. The module includes examples of hooks and attached CSS file.
To avoid losing data when updating, files with styles and functions you have to create yourself. By changing these files, you can change the functional site without editing the existing modules and themes.
Easy as 123!

Adjust

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Every time you want to add a new feature on the site, have to create a new module.
Instead, you can download and install this module. The module includes examples of hooks and attached CSS file.

To avoid losing data when updating, files with styles and functions you have to create yourself. By changing these files, you can change the functional site without editing the existing modules and themes.

Notifications examples

Component type

module

Categories

Component created

Component changed

A set of modules to demonstrate how to use the Drupal Notifications v4 framework in code. The main difference between these modules and the various other notifications modules (e.g. notifications_content, og_notifications) is that the modules here will be very heavily commented and probably less generically useful.

Model Entities

Component type

module

Categories

Maintenance status

Development status

Downloads

14150

Component created

Component changed

The objective of this module is to provide a model entity and entity administration interface to kick-start your entity development.

While entities in Drupal 7 are a very useful abstraction and can be great tool for suitable projects there are some challenges facing developers wanting to use them: