Maintainers strive to actively monitor issues and respond in a timely manner.
This modules provides field formatter for date fields. The formatter shows date ranges using the preconfigured format.
Lets you preview how your title tag, url & meta description will appear in popular search engines.
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.
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.
Test project for demo
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:
hook_references_dialog_widgets()
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'), ), ), ), ); }