myRecipe

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Based off the Drupal Recipe Module. Fixes, HTML5, Nutrition info. This will probably be released as a feature. Mainly this is a playground for me to learn Drupal development, so use at your own risk.

Hackpad

Component type

module

Maintenance status

Development status

Downloads

1694

Component created

Component changed

Integrate the Hackpad service with your Drupal site. Hackpad is a hosted service based on the old Etherpad code allowing collaborative editing of documents in a manner similar to Google Docs.

For more information about the API, see the Hackpad API Documentation.

Planned features include:

Insert Video

Component type

module

Maintenance status

Development status

Downloads

4206

Component created

Component changed

This module adds an Insert button to video fields managed by the Media module. It allows you to insert video markup into your WYSIWYG by choosing a pre-defined formatter.

Depending on your input filters and WYSIWYG setup, you may need to override the theme function which generates the embed code.

Sofar, this module has been checked with Media: YouTube and Media: Vimeo.

Contextual View Modes

Component type

module

Maintenance status

Development status

Downloads

10071

Component created

Component changed

Ever want to change the view mode of something based off a context? Well now you can! Contextual view modes adds a context reaction where you can set the view mode of any entity. You can also set the view mode on a per node and per user basis using the node and user ui modules bundled inside.

Version 3.x

No more secondary interface for global settings, this configuration has been re-factored in to a real context plugin. Now when enabled you can add a 'View Mode' reaction to your contexts. This new context plugin also works with the mobile detect context conditions.

Comment Tree

Component type

module

Maintenance status

Development status

Downloads

1272

Component created

Component changed

This module provides a closure table for comments. This modules does nothing on it's own, it merely provides a closure table so that comments can be retrieved in alternate ways other than the default.

For instance, a comment tree could be retrieved by created date, or all of the replies to X comment could be retrieved.

The performance of using a closure table for these types of queries is significantly faster than using the Adjacency List and Path Enumeration provided by the Comment module in Drupal Core.