This project is under active development.

ModuleField

Site builders

This module provides no direct functionality, so only download it if another module lists it as a dependency, or if you want to write your own module that uses its API.

Developers

Field UI and API are designed with the assumption that modules define field types, and administrators create fields and instantiate them within bundles. As part of this assumption, Field API automatically deletes fields when they're no longer in use by any bundles, and Field UI populates the add existing field dropdown only with fields that are in use by at least one bundle. This presents an annoyance for modules that want to define a field and make it available for adding to bundles, but without requiring any particular bundle to use it. ModuleField compensates for this: simply implement hook_modulefield_info() with your field definition and default instance definition, and ModuleField exposes this field within Field UI's add existing field dropdown even if the field has not yet been instantiated in any bundle.

If you're interested in seeing this capability added to Drupal 8 core, please see #1426804: Allow field storages to be persisted when they have no fields..

Examples

Image Gallery

Image gallery with javascript slideshow.

Infusionsoft API

Infusionsoft User integration.

What is the infusionsoft API module?

This module acts as a layer between Drupal and Infusionsoft, which makes the process of talking between the two much easier.

Why is this module needed?

Infusionsoft is a proprietary CRM, and highly available email auto responder system. This module, makes things such as adding a user to Infusionsoft, or manipulating user information being sent to Infusionsoft easier, by providing default functions for common actions.

The Infusionsoft Drupal module is faster than using the Infusionsoft SDK because it uses the built in Drupal version of XML-RPC instead of using two XML-RPC frameworks.

This module also includes Drupal specific functions for things like adding a Drupal user to Infusionsoft.

Taostrapped

A Tao subtheme which will integrate twitter bootstrap elements

MongoDrop

This is a simple Installation Profile to show how MongoDB can be used with Drupal.

Built with Build Kit, this project contains the MongoDB and Search API MongoDB Drupal projects.

Tony

Tony is a proof of concept demonstrating the absolute minimum necessary to build responsive Drupal themes from the ground up with a custom layout and break points for display on all sizes.

Like Core's Stark theme, Tony consists only of a .info file and a layout.css file (along with the .sass source file used to generate it). This theme is called Tony in tribute to my favorite Stark (and for the nerds).

Pages

Subscribe with RSS Subscribe to RSS - Under active development