Path Entity Context

Component type

module

Categories

Maintenance status

Development status

Downloads

99

Component created

Component changed

Module provides a CTools context that loads an entity of given type from a given path argument.

E.g. if current path is user/%user/orders/%commerce_order, the module allows to obtain commerce order
object from the fourth path argument.

The module adds one new context per entity type (e.g. "Node from path", "User from path"). Context settings form allows
to select the path argument position to use as entity ID.

Elavon Subscription

Component type

module

Categories

Maintenance status

Development status

Downloads

160

Component created

Component changed

This module allows you to create subscriptions using the Elavon service.

It includes an example submodule that integrates with Drupal Commerce, but the core is Rules based so could be used to integrate with any other payment/e-commerce systems.
It plays nicely with the Commerce Realex Subscriptions module.

Email Registration Password for Drupal8.x

Component type

module

Maintenance status

Development status

Component created

Component changed

Module extend Email registration module and provide a [current-user:password] token on /admin/config/people/accounts. This make a possible sending generated user password on registration email when used Email registration module, like Registration Password Token for Drupal8

Dependencies:
https://www.drupal.org/project/email_registration

Litelog

Component type

module

Categories

Maintenance status

Development status

Downloads

436

Component created

Component changed

About

Simple module allowing to filter out some of the entries logged to the database log: selectively suppress watchdog messages to reduce chattiness and clutter.

Based on the idea from Lightlog, but with exclusive rather than inclusive approach (selecting which log entries should NOT be saved in the database).

Bootstrap Site Alert

Component type

module

Maintenance status

Development status

Downloads

6990

Component created

Component changed

Puts a site wide bootstrap themed alert message on the top of every page.

I made this module because some of the other existing modules came close in functionality. However, we didn't want to rely on blocks or panels or anything with a theme layer. We needed something fast and easy with a WYSIWYG enabled message and so this module was born. We use hook_page_alter (D7) / hook_page_top (D8) to display the message and so it is independent of any setup you may have on the site.