Extend the structure of the site by way of content models, data storage, field types, and navigation, so it is more understandable to users.

Taxonomy Tools

A package of taxonomy management tools.
Includes:

  • Taxonomy Publisher
  • Taxonomy Publisher Filter
  • Taxonomy Role Access
  • Taxonomy Redirect
  • Taxonomy Copier

Icons taken from "Crystal" and "Oxygen".

Taxonomy Tools controls global access to taxonomy terms depending on the settings provided by the enabled taxonomy management tools. Also implements node access system to control access for nodes that are associated with taxonomy terms.
Taxonomy tools provides an overview page which provides a summary for vocabularies that use any of the tools included in this module.

Taxonomy Publisher

Adds status "Published" to taxonomy terms and also provides scheduled (un)publishing of taxonomy terms.
The scheduler part is based on code from Scheduler module.
For date mainpulations used datejs library.

Taxonomy Publisher Filter

This module allows you to limit the taxonomy terms listed in a term reference form element or in a views exposed filter.
The current version supports select, checkbox/radio and autocomplete widgets for term reference fields.

Synchronising drupal users information with civicrm

The idea of this module is to map drupal user's fields to his related civicrm contact's fields so every time a change is made in the drupal side, the change is automatically reflected on the civicr

Youtube Formatter

The youtube formatter module provides a simple textfield display formatter for youtube links. Its especiallay lightweight, because it doesn't add a new field to the system. It's a simple displayformatter for the cores textfield.

Avalible formatters

youtube preview
This formatter will display the preview image, provided by youtube, in a selected image_style.

youtube video
Embed the video via iframe. The size and some options are avalible to configure the video.

youtube preview with colorbox integration
Displays the preview image. Onclick it will open the video inside a colorbox overlay, if colorbox is avalible.

To use the Colorbox integration, you have to install and enable the colorbox module and enable the "Colorbox load" function at the settingspage.

Instructions

Install the module on your Drupalsetup as usal. Youtube Formatter will add the three possible Formatters to the standard drupal text field! Simply add a new text field to your entity and choose the formatter you need.
The url the formatter expects is built like http://youtu.be/videoID and can be found below every youtube video, through the share button.

Similar modules

If you are looking for an own field type, you should look at:

Menuperformance

Drupal's regular menu system administration doesn't scale very well. This is due to the fact that for all node edit pages, node type edit pages and vocabulary edit pages (when Taxonomy Menu is active), Drupal loads all menu items from all menus in the system. For large amount of menu items, this slows down the system to an unusably slow speed, or even causes timeouts.

This is a known problem in Drupal core. This comment is from the menu module:

  // The menu_links table can be practically any size and we need a way to
  // allow contrib modules to provide more scalable pattern choosers.
  // hook_form_alter is too late in itself because all the possible parents are
  // retrieved here, unless menu_override_parent_selector is set to TRUE.
  if (variable_get('menu_override_parent_selector', FALSE)) {
    return array();
  }

Menuperformance takes advantage of this, and sets the variable when installed. It then proceeds to add its own AJAX based parent menu item selector widgets for the node edit, node type edit and vocabulary edit pages.

Dependencies

None.

Documentation

Simple Gmap field

Adds a location field and a Views style plugin to display nodes on a Google map.

Pages

Subscribe with RSS Subscribe to RSS - Site structure