I18n Migrate

Component type

module

Maintenance status

Development status

Downloads

555

Component created

Component changed

This project is intended to provide classes for use with the migrate module, to help with migration of internationalized Drupal core content.

It's at early stage of developement but not useless. Currently it only allows for migration of terms from vocabularies in "translate" mode between D7 websites. Contributions are welcome.

For further instructions see README.txt files inside.

Drupal.behave

Component type

module

Maintenance status

Development status

Downloads

1186

Component created

Component changed

Super sexy Drupal JS behaviors.

API in a nutshell

Drupal.behave(...)

It's a super simple, jQuery like, chainable API.

Before: The Conventional Drupal 7 Way

(function ($) {
  Drupal.behaviors.exampleModule = {
    attach: function (context, settings) {
      $('.myDOM', context).text('Who throws a shoe?!?');
    }
  };
})(jQuery);

After: Yeah, Baby Way!

jQuery is also passed in as the third argument. Yeah, baby!

Validate Data

Component type

module

Maintenance status

Development status

Component created

Component changed

INTRODUCTION

The 'Validate Data' module allows a developer to add a validation test function to any input field available on a node or web form. We call these entities or functions "validators". This module helps you by building the java and php code needed to test the input data after it is submitted via a "mouse click out" or "tabbing out" of the input field (if JAVA is enabled). A message is display immediately if the data did not meet the criteria. Additional, if the JAVA is available the save button will be disabled until the faulty fields have been corrected. When the module is enabled a directory (/validate_data) and pair of files are created in the sites "Public file system path". If that directory does not contain a "files" directory a warning message is displayed.

Content Type Search in Add Content(node/add) Page

Component type

module

Maintenance status

Development status

Component created

Component changed

Content Type Search: The Drupal 7 Content Type Search module
--------------------------------------------------------------------

This module allows you to search content type in node add(node/add) page.

This version of the module only works with Drupal 7.x.

Login Here Block

Component type

module

Maintenance status

Development status

Component created

Component changed

The Login Here module provides a configurable block that generates a login link with the current destination as the post-login redirect. That is, after logging in via the link provided, you will be directed back to the page that you were on instead of being sent to the user page.

Domain menu overview

Component type

module

Maintenance status

Development status

Downloads

2277

Component created

Component changed

Why

This module enables you to have an clear overview per domain what the menu
entries are. In Drupal all of these links are on the same page and thus
it is not clear in which domain it is and the menus will grow
very big in time as well.

Another option is to create separate menus per domain. This could be handy or could be total overkill and very clumsy since you will have to change a lot of code probably.