Maintainers monitor issues, but fast responses are not guaranteed.

videojs_fix

Fixed version of videojs. Adds a wmode settings for the flash player

Hulk

HULK SMASH DRUPAL MODULE!

Environment modules

Allows a list of modules to be enabled in $conf['environment_modules'].

Inspired by #625444: Override enabled module/theme list dynamically using variable override in settings.php which has been stuck in the core queue for a while.

Instructions

First, you need to have your dev/staging/production sites set up with their own unique settings.php (a common pattern for this is to require settings.local.php from settings.php). If you don't have this kind of set-up, then you don't need this module.

For staging/dev, add something like this to settings.php, once environment_modules is enabled, these modules will be enabled too.

$conf['environment_modules'] = array(
  'devel' => 'sites/all/modules/devel/devel.module',
);

This module is designed to enable modules on dev or staging (for example devel module), not to disable modules on you production site. It's fine to have the module enabled on production, in fact that's the idea, but do not configure your production settings.php to use it.

If you are using regular Drupal page caching and don't have bootstrap hooks disabled in settings.php, then you will see a significant performance hit from having this module configured. It doesn't disable the page cache, but it moves part of full bootstrap to hook_boot(). There should not be a noticeable performance hit for non-cached pages though.

Vozme

This module lets transform text to voice, adds a new option to play the page content as a sound.

How to setup Vozme in Drupal?

Download and enable the module.

Pages

Subscribe with RSS Subscribe to RSS - Minimally maintained