Image widget default image

Component type

module

Categories

Maintenance status

Development status

Downloads

1693

Component created

Component changed

This is a little utility module that shows the default image of an image field as part of the image widget, if no image has been uploaded yet. It is displayed in the same way that the image preview of images that have been uploaded is displayed.

The display logic is identical to that of the image formatter: If the field instance has defined a default image, that is displayed. Else, if the field has defined a default image, that is displayed. Else no image is displayed, just like without this module.

The module does not come with any configuration or permissions.

Acquia Extras

Component type

module

Maintenance status

Development status

Component created

Component changed

This module adds some helpful functionality for sites hosted on the Acquia platform. Current features:

  1. A ctools access plugin, allowing users to hide or display content by Acquia environment.
  2. An Acquia Cloud API panel to directly interface with the configured site, environment, and domain.
      The configurations are:
    • acquia_env
    • acquia_site
    • acquia_domain
    • acquia_username
    • acquia_password

    Those can be set in your settings.php $conf.

Rdbanners

Component type

module

Maintenance status

Development status

Component created

Component changed

RDBANNER Module provides facility to the admin to create multiple slider for a page. With RDBANNER admin can assign multiple slider on the page according to regions. Admin can choose & put different slider on different pages.

Country taxonomy importer

Component type

module

Maintenance status

Development status

Component created

Component changed

Overview

Imports country/state/region names to a taxonomy from geonames.org

This module uses the "children" (http://www.geonames.org/export/place-hierarchy.html#children) function of geonames.org. This seems to just drill down by administration divisions, which may be different for each country.

Why I made this to work in the front end with javascript rather than with the batch API, I don't know. I must have been drunk that night.

multisite_overview

Component type

module

Maintenance status

Development status

Component created

Component changed

A Developer/QA tool to help traverse any number of Multisites setup in an installation. Currently, i'm using this with Aegir.

  • Designed for Multisite installations.
  • goto example.com/admin/config/content/multisite-overview Input the path to load all child sites into the textfield. submit
  • adjust access permission as needed. example.com/admin/people/permissions#module-multisite_overview
  • action links: open in new window

todo/consider:

Composer Vendor Autoload

Component type

module

Maintenance status

Development status

Downloads

13514

Component created

Component changed

Simple module to load the Composer Autoloader when Drupal boots. This module allows the site builder to manually manage the dependencies for the project themselves, rather than relying on some sort of automation. You may even use this module as a dependency in your Drupal site to load the autoload.php file.