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

Webcam field

Description

Webcam field provides dynamically updating webcam image fields.
This module is compatible with Colorbox.

Require translation

The module adds "Translation required" to the administer node content page (admin/content/node) filter options.

Template Tags

This module lets you define custom tags which you can use anywhere and in any of your templates. You can attach your own callbacks to perform on loading.

The default implementation is linking a node to a custom tag. Handy for when you have several overview pages and want to refer to these in your template.

E.g.

<a href="<?php print $template_tags['photo-overview']['default']['node_link']; ?>"> some link </a>

Or you can do more fancy stuff (such as rendering a part of a node) with your own custom callbacks.

This module allows setting a custom node for each language installed within Drupal.

When defined, this module also uses the _preprocess hook to
push them towards the variable $template_tags where you can retrieve
their value or the callback results. This variable is available anywhere in
your template.

Definition example:
Within your module define the hook_define_custom_token and return an
array something like this:

   $item = array();
   $item['example_token'] = array(
                'name' => 'Example custom token',
                'token' => 'example_token',
                'token callback' => 'tools_token_example_callback',
              );

Whereas:
name = The name in the administration views.
token = The machine readable name for the token

filtertube

This Module is an Input Filter allowing Users to easily add YouTube videos into their content. Using YouTube's “new” h.246 video playback embed method. Not using SWF/flv Object embed!

Pages

Subscribe with RSS Subscribe to RSS - Content editing experience