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

Translatable Render Array

Module for creating translatable render arrays which are translated at the time of rendering. This makes it easier to write unit tests using simpletest because the use of the t() function makes it necessary to use the web tests due to call to the database layer. The translatable render arrays is a workaround to delay the call to the database layer and instead juggle a data structure.

Splash Editor

In Drupal 7 we have the CSS and JS injector modules that show that often we need to inject web stuff into our Drupal sites outside the bounds of a theme or module.

Date Time Formatter

This is a formatter for date/time fields. It renders values as a <time> element with a datetime attribute.

Joyride Help

Allows you to use the Zurb Joyride Jquery plugin to render content for hook_help() on your page. Making your help documentation more interactive and easier to consume.

BxSlider

BxSlider module integrates the bxSlider library with Field formatters. Often used for showing photos on e-commerce, classified, real estate sites.

In Drupal 8, new fields can be added to Block, to Taxonomy, etc. - so the bxSlider formatter can be used very widely. Also the BxSlider formatter can be used within Views.

Why bxSlider?

  • Fully responsive - will adapt to any device
  • Horizontal, vertical, and fade modes
  • Slides can contain images, video, or HTML content
  • Advanced touch / swipe support built-in
  • Uses CSS transitions for slide animation (native hardware acceleration!)
  • Full callback API and public methods
  • Small file size, fully themed, simple to implement
  • Browser support: Firefox, Chrome, Safari, iOS, Android, IE7+
  • Tons of configuration options
  • Integration with the Colorbox module

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained