Anonymous Subscriptions

Component type

module

Categories

Maintenance status

Development status

Downloads

1302

Component created

Component changed

Introduction

The Anonymous Subscriptions module allows a non-registered user to your site the ability to register for email notifications to certain pre-defined content types.

These notifications are optional on the pre-defined content types with a flag displayed as to whether to send e-mails or not.

There is currently only one subscription list per site, future functionality will add the ability for users to subscribe per content type, and/or per node.

Features

This module allows you to specify:

Site publish countdown

Component type

module

Categories

Maintenance status

Development status

Downloads

17

Component created

Component changed

DESCRIPTION
-----------

* Site Publish Countdown allows to you to redirect all anonymous users to a countdown page until your website will be publised.
* You can set a publish date/time, before that moment the countdonw page will be showed, after, the site will be available for all users

REQUIREMENTS
------------

HTML5 File and Image field

Component type

module

Maintenance status

Development status

Component created

Component changed

This module brings the new features from HTML5 into the Drupal core's Image and File fields without making any visual changes.

Features include:
- Multi file upload support User can select multiple files from the "File Upload" dialog box.
- File type restriction: Browser.
- Javascript validation for file type, size, and dimensions.
- All the goodness that comes from core's File and Image fields!

Elasticsearch Helper

Component type

module

Maintenance status

Development status

Downloads

396

Component created

Component changed

As the name indicates it, Elasticsearch Helper is a helper module to work with Elasticsearch on Drupal project.

Whereas modules like elasticsearch_connector and other search_api plugins try to abstract away the actual API of Elasticsearch, this module tries to embrace it instead. It provides some common tools on which to build your own integration.

Content Cookie Lock

Component type

module

Maintenance status

Development status

Component created

Component changed

The Content Cookie Lock module restricts certain roles from accessing content on your site. Several reliable content access modules already exist, but this module serves a different purpose.

We had a need to restrict access to content by using a cookie. We wanted to show content to users who subscribe to a newsletter.

The cookie is encrypted using a value and a secret key, both the value and the secret key need to be specified on the settings page.

Jaco Integration

Component type

module

Maintenance status

Development status

Downloads

509

Component created

Component changed

Integrate Jaco with your Drupal website. Jaco allows you to watch and analyze your users’ behaviour.

This module adds Jaco's code to each page of your site using Drupal's block mechanism, allowing you to configure exactly which users, roles, pages etc should connect with Jaco.

The module identifies the current user with Jaco, allowing Jaco to display the Drupal username of each user, and their user ID.

Left pad

Component type

module

Maintenance status

Development status

Downloads

239

Component created

Component changed

String left pad

Usage

/** @var ContainerInterface $container */
$service = $container->get('left_pad.default');
// Results in '00005'
$result = $service->leftPad('5', 5, 0);

Don't worry, it also includes an interface if you want to override the service!