MailChimp Helper

Component type

module

Maintenance status

Development status

Component created

Component changed

This module extends the MailChimp module by providing the following:

  • Extra rules actions and conditions
  • Extra API classes, created to make working with interest groups easier.
  • A mock for MailchimpLists, useful for automated tests.
  • A class for generating dummy Webhook data, useful for automated tests.

Some of these extra's are meant to be provided as a patch for the MailChimp module at some point.

Advanced User Registration and Management

Component type

module

Maintenance status

Development status

Downloads

2439

Component created

Component changed

Note: There is no active development on this module, use LoginRadius Customer Identity and Access management module instead.

User Registration made simple for your Drupal Website! Let users register via email registration or social login as per their choice and manage their profile with simple LoginRadius Dashboard!

This plugin requires Paid Subscription of LoginRadius service..

CSV Serialization

Component type

module

Maintenance status

Development status

Downloads

93617

Component created

Component changed

This module provides a CSV encoder for Drupal 8 Serialization API. This enables the CSV format to be used for data input and output in various circumstances. For example:

Single Date Time

Component type

module

Categories

Maintenance status

Development status

Downloads

723

Component created

Component changed

Single date time module extend date module UI experience feature. For example you have selected end date in configurations and you want to add end time only for single date event instead of to date section for more details see the screen shorts.
When Uncheck "Show End Date"
Single Date Time Screen short

When checked "Show End Date"
Single Date Time Screen short

Session Expire MongoDB

Component type

module

Maintenance status

Development status

Component created

Component changed

Description
-----------
Expires rows from the MongoDB Sessions session table older than a certain time. This module is only useful if you use the MongoDB Drupal module to store sessions.

On busy sites, the sessions table can grow to be very large, and that can
cause slow accesses to it, as well as slow writes due to locking, leading
to performance bottlenecks.

By trimming the table regularly, the above bottlenecks are avoided.