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

Research

Intended as an academic research management module, but development did not proceed as planned. Available for adoption for a new appropriate module.

Yahoo Weather Forecast

Yahoo Weather Forecast settings page.

This module provides multiple blocks with current conditions and 2 days forecasts using the API from http://weather.yahoo.com

Edit section

edit_section.png

🇺🇦

This module is maintained by Ukrainian developers.
Please consider supporting Ukraine in a fight for their freedom and safety of Europe.

Allows freeform text sections to be edited individually, like MediaWiki / Wikipedia.

When a node is being viewed as a page by a user with permission to edit the node, this module adds [edit] links floated to the right of all headings in the body (see image).

Clicking on an [edit] link goes to a page where the content from that heading to the next same-level-or-higher heading can be edited in isolation.

The creation of node revisions is supported.

Node Reference Variables

Drupal 7 Version

This module exposes nodes referenced via the node_reference (References) module in two ways:

1.- Provides a field formatter to display as jQuery UI Tabs, the nodes referenced in a field. This allows to display this references as tabs, not only in a node page but also in any section that allows to display fields with an available formatter (views, panels, etc...).

2.- Also, if desired, the render arrays of the referenced nodes are available to themers in node.tpl.php, so that they can be printed easily as shown in the inline documentation:

/**
 * Implementation of hook_preprocess_node().
 * 
 * Adds the render array for each referenced node attached 
 * to the parent node:
 * E.g. if you have a Node Reference field called field_foo and
 * it has three values, the render arrays will be accessible
 * to be printed in this way in a node template:
 * 
 * print drupal_render($field_foo[0]['node_rendered']);
 * print drupal_render($field_foo[1]['node_rendered']);
 * print drupal_render($field_foo[2]['node_rendered']);
 * 
 * Note that the content for a certain referenced node is available
 * only if the user has access to this content.
 * 
 * All options can be configured at:
 * admin/config/content/nodereference_variables
 * 
 */

Drupal 6 Version

ImageField Assist

This module can use every single ImageField field added to any node in a Drupal 6 website, and uses ImageCache presets to display it.

Pages

Subscribe with RSS Subscribe to RSS - Content editing experience