Cesium

Component type

module

Maintenance status

Development status

Downloads

570

Component created

Component changed

CesiumJS is an open-source JavaScript library for world-class 3D globes and maps.

This module provides the CesiumJS library integration into your Drupal project.

How to use

Using a function

libraries_load('cesium');

In a form

$form['element']['#attached']['libraries_load'][] = array('cesium');

Maintenance Mode Login Message

Component type

module

Categories

Maintenance status

Development status

Downloads

366

Component created

Component changed

This module adds a new field to the maintenance mode page and displays the message set on that page on the login page when your website is in maintenance mode. It grabs the message set by the administrator in admin/config/development/maintenance or sets a translatable message when nothing has been set.

By default, Drupal does not show this message on the login page, which is a problem for websites that only have registered users. This module sets that message on the login page as a warning.

Form mode manager

Component type

module

Maintenance status

Development status

Downloads

4489

Component created

Component changed

Synopsis

Provides an interface that allows the implementation and use of Form modes easily without specific development. This module provides different configurations/routes/UI/Additional access control to simplify and enhance the management and development of your different entity forms that allowing you to implement a complex content strategy in simple ways.

Amazing Comingsoon: Maintenance-page template

Component type

module

Maintenance status

Development status

Component created

Component changed

"Amazing Comingsoon" is a template for maintenance page. In it's amazing sense with animation & time countdown. It provides a simple form on the maintenance-page and help developer control their time. You can setup in "admin/config/development/maintenance". Your webite can auto put it online when timeout. So that before the site, app or business itself actual launches. En bref, Get people interested in my first project before it launches!

Colorbox Inline

Component type

module

Categories

Maintenance status

Development status

Downloads

7781

Component created

Component changed

colorbox_inline allows you to open content already on the page within a colorbox. If you would like to load content via AJAX, you can use colorbox_load.

To create an element which opens the colorbox on click:

Username auto suggestions

Component type

module

Maintenance status

Development status

Downloads

334

Component created

Component changed

Suggests username by defined pattern if filled username exists.

Installation

Install as you would normally install a contributed drupal module.

Configuration

  • Enable module.
  • Go to admin/config/people/accounts if you need to configure suggestion pattern.
  • Override suggestion message template if needed (username_autosuggestions).