D3js Map

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a module I created as a feature for a project; a feature that was cut out from release. It parses a JSON file created by the module and outputs an SVG map of the United States.

Some currently implemented features include:

Spotify Discography Parser

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a little project I worked on as a challenge from a senior developer I used to work with. dg_parser, in essence, has a single field in its admin page where you enter the name of the artist you'd like to look up. When submitted, the module connects to the Spotify API, and pulls the artist info, every album they've ever put out and its info, and every track on every album (and its info). At the end of it, it populates the content types Artist, Album and Track. Voila, a whole discography in under a minute.

Future things I'd like to do with this:

CHEE

Component type

module

Maintenance status

Development status

Downloads

814

Component created

Component changed

CHEE stands for Code Highlights EpicEditor.

This module provides code highlight functionality for EpicEditor for Drupal Wysiwyg editor. More information about how to install EpicEditor here.

Features Items Template

Component type

module

Maintenance status

Development status

Downloads

13449

Component created

Component changed

This module will provide the underpins to allow modules to create a template of a features export (such as a field instance) using features and then have that template be used on multiple items instead of just the one that was exported.

one can see the api in features_template.api.php file as well as an example in the OpenPublic Topic App.

Local Tasks as Menu

Component type

module

Maintenance status

Development status

Component created

Component changed

Allows an admin to shift certain 'local task' tabs into proper menu structure.

This allows for more control of positioning and theming, as well as order
and label management.

Initially, this can be used to promote 'tabs 'on user account pages
(under /user/* ) into the 'user-menu'.

Additional parts of the admin interface that use MENU_LOCAL_TASK can also
be promoted, though some custom paths may need additional work to support.

Usage

-------------

Simple Page Demo

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This project demonstrates how to create a simple page with a Drupal module quickly. It has the following 4 files:

1. simple_page_demo.info - Necessary information of the module.
2. simple_page_demo.module - PHP code.
3. simple_page_1.tpl.php - HTML template for demo page 1.
4. simple_page_2.tpl.php - HTML template for demo page 2.

Enable this module, and demo pages are avaialble at:
http://hostname/demo/simple_page_1
http://hostname/demo/simple_page_2

Drag and Drop

Component type

module

Maintenance status

Development status

Component created

Component changed

This is the placeholder for the Drag and Drop (dnd) module. Namespace is taken to avoid collision.

Drag and Drop was an independent submodule in Scald D6, thus it was not under scald_* namespace. However in D7 branch, to simplify the module, it was refactored to depend on Scald. In the future D8, it is possible that Drag and Drop will be refactored again to support multiple media solutions like Media, Scald, etc.