Maintainers strive to actively monitor issues and respond in a timely manner.

filedepot_linkit

Image shownig the linkit WYSIWYG tool to create links for filedepot

This module extends the linkit module to support inserting links to filede

ECK Enhanced Menus

ECK is a very powerful module, but the menu structure out of the box isn't great. With a single check of a checkbox, promote your ECK Entities to 1st Class Citizens.

TMGMT Workflow

Workflow translator plugin for the Translation Management Tools (TMGMT) project. Allows to use additional services before and after a translation process.

Features

  • Create multiple Workflows
  • For each workflow select translators and services, which should be run before or after a translation
  • Use advanced translation jobs management tool to submit and review translations
  • Built in Enrycher Service to automatically add Disambiguation data (ITS2.0)
  • Interface to create own services

The project of course also supports implicitly all the features which are provided by TMGMT like a feature-rich review process, being able to translate different sources and more.

Extended block visibility

Extended block visibility, options on block admin form

This module extends Drupal's block visibility settings, for ease of configuration and deployment.

Features

  • Allows PHP block visibility to be defined in code.
  • Allows theme specific block visibility code.
  • Removes reliance on core php module and eval() for defining block visibility.

Usage

  1. Edit a block.
  2. Pick one or more of the applicable callback functions from the list provided.
  3. Implement the functions as follows:
/**
 * Block visibility callback for the search form block.
 *
 * @param object $block
 *   The block object.
 *
 * @return bool
 *   TRUE if the block should be displayed on the current page.
 */
function _search_form_block_visibility($block) {
  if ($block->theme == 'my_theme') {
    return !drupal_is_front_page();
  }
  return arg(0) == 'node' && is_numeric(arg(1));
}

Note that if multiple callbacks have been implemented for a block, the most specific match will always be used.

Possible extensions

  • Allow users to specify their own function names for each block.
  • Create a hook which can be implemented by one or more modules to determine block visibility (similar to hook_file_download()).

Hypertable

The Hypertable module provides API access to Hypertable, a Column database bases on Google's Big Table database.

User Points Limit

This module allows an admin to configure a limit on User Points
for a certain defined window.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained