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

Date range formatter

This modules provides field formatter for date fields. The formatter shows date ranges using the preconfigured format.

SEO Preview

Screenshot: Project SEO Preview

Lets you preview how your title tag, url & meta description will appear in popular search engines.

Single Sign on with PHPBB3

With this module you can logging PHPBB3 automatically board after logging drupal and if the user is not exist in phpbb3 , this will create the user and login with the same user.

Views exposed autohide

This module provides views exposed form plugin which allows to hide exposed filter form if the view result count is less than the preconfigured value.

References Dialog: Checkboxes

Provides support for node or entity references as checkboxes for the references_dialog project.

Implements hook_references_dialog_widgets() to take advantage of all the great work on References Dialog:

function references_dialog_checkboxes_references_dialog_widgets() {
  return array(
    'options_buttons' => array(
      'element_type' => 'container',
      'format' => '$label [nid: $entity_id]',
      'views_query' => 'references_dialog_node_reference_views_query',
      'operations' => array(
       'add' => array(
          'function' => 'references_dialog_node_reference_add_link',
          'title' => t('Add dialog'),
        ),
      ),
    ),
  );
}

This sandbox project is out here to share and improve: Currently it makes an assumption about one of the field names for callback.

Status

  • Works with API via hook_references_dialog_widgets() to present to parent module references_dialog. This means no contrib module changes were required.
  • Adds Create [entity-type] link to the bottom of a configured checkboxes nodereference
  • On dialog successful submit and closure, ajax refreshes list of checkboxes
    ..albeit like crawling through a den of snakes..
  • Has a hardcoded fieldname specific to my use case/project

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained