Enhance the editorial interface and improve the processes and workflows around creating, editing or removing content.

Hackpad

Hackpad has been bought by Dropbox, and transformed into their Paper product. None of the APIs this module used are still available.

Redhen Business Leads

This module provides a new entity type to Redhen, Business Lead, to enable people to track business opportunities and extend Redhen to other use cases.

myRecipe

Based off the Drupal Recipe Module. Fixes, HTML5, Nutrition info. This will probably be released as a feature.

Node State Save

The idea behind this module is to allow the user to save the state of a node that has been partially filled out without actually saving the node yet.

This would be helpful on large node create / save forms that the user may not have the time or the knowledge to complete at that time.

The module does the following:

1) Creates a "pre-save" button via hook_form_alter on the node save form

When this is clicked, the current node fields that are filled out are serialized and inserted into a table (created at module install) for that user along with the current time() and the node_type being created and (in the case that the user is editing an existing node, the nid).

When the node edit page is loaded again by that user, hook_form_alter checks if there are any previous states for that node. It checks the timestamp when it was saved. If there is a pre-saved state, it pre-fills in those values by unserializing the node field objects for each field as it loops through all fields.

It also sets a notice via drupal_set_message() stating that values are being restored from a previous save (with that date output).

2) If there is a previous state for the node being edited or created, the module creates a "Reset State" button via hook_form_alter on the node_save form

ListAdmin

Allow users with permissions to edit specific select lists' possible values. I wrote this module as a way to let a client add available options to a select list.

Pages

Subscribe with RSS Subscribe to RSS - Content editing experience