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

Yet Another Gallery Module

This module is still under heavy development, use at your own risk.

Feed Element Mapper

This module is unsupported due to a security issue the maintainer didn’t fix. See SA-CONTRIB-2013-085 - Feed Element Mapper - Cross Site Scripting for details.

If you want to use this module, your options are:

The maintainers of Feed Element Mapper launched a successor project: Feeds - read more about the future of FeedAPI and Feed Element Mapper in Good bye FeedAPI, hello Feeds

Looking for a maintainer

Graphviz Filter

Graphviz Filter

Graphviz Filter is a fun little filter that treats input text as Graphviz DOT syntax, converts it using Graphviz tools to the requested format(s) and renders it in HTML. It's useful to quickly create graphs dynamically from within Drupal nodes. A particularly exciting application is to create an input format consisting of PHP code followed by Graphviz Filter, thereby allowing one to write code that outputs a DOT file, which is then rendered to HTML. For example, one could create a visual taxonomy tree with nodes hanging from the terms, and each visual node would be clickable (using the URL Graphviz attribute) to point to the actual Drupal node. Stuff like that!

Thanks to varienne for the great documentation (in the Resources section below)!

REQUIREMENTS & INSTALLATION

Graphviz package

TinyMCE Automatic Configuration

Provides a simple way for site administrators to create or restore a default configuration for the TinyMCE WYSIWYG Editor module.

Flexifilter Cite

Allows for citations of other nodes to be added as components in flexifilters.

Node factory

This module is no longer maintained

Ever wanted to create nodes on the fly? This module provides functionality to do this.

With this module you can write code like this to produce a node.

// my_nodetype must be an existing nodetype
$edit = node_factory_create_node( 'my_nodetype');

node_factory_set_value( $edit, 'title', 'my value');
node_factory_set_value( $edit, 'field_node_ref', 123);
node_factory_set_value( $edit 'uid', 321);
node_factory_save_node( $edit);

Pages

Subscribe with RSS Subscribe to RSS - Content editing experience