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

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);

InsertNode

Description

A filter allowing you to insert a node wherever the InsertNode filter is available. It can be used to create macros, insert book links, create a link to a node showing its title, etc.

The complete documentation is now available at Made to Order Software:

http://www.m2osw.com/doc-insert-node.

It is important to read that documentation to be able to use this filter fully. It is powerful!

Enhanced Nodereference Autocomplete Widget

This module provides a new widget for the nodereference CCK field type.

Flexifilter

Flexifilter is a module that allows non-coders to create their own, configurable custom filters. It is not limited to simple text replacement or regex replacement; it includes logic such as if() and while() statements, and is easily extendable by other modules. It is the best thing to hit Drupal since the potato.

Pages

Subscribe with RSS Subscribe to RSS - Content editing experience