EntityReference Lite

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides a lightweight EntityReference selection widget which uses db_select() instead of EFQ to bypass having to load all entities in order to get their labels.

This is experimental and will fall on its face for custom entities which use dynamic label callbacks.

Icecream

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Drupal 8 demo module for Drupal developers.

Contains demo code displaying the most used functionality needed as a Drupal module developer, and thrives to follow best practices.

Ice cream allows a user to apply for ice cream. When a certain treshold of users is reached, a block will notify it is time for Ice cream.

User Recurring Subscription

Component type

module

Maintenance status

Development status

Downloads

893

Component created

Component changed

Concept
For paid membership with recurring payment mechanism by using credit card. The User Recurring Subscription module provides following features:

  • One step payment on user registration page without leaving the site.
  • Free trial period.
  • Update notification when credit card expire.
  • User can update credit card information.
  • Cancel recurring profile.

Note
The User recurring subscription module is only store last 4 digit of credit card number and expiration date.

CKEditor LESS

Component type

module

Maintenance status

Development status

Downloads

415

Component created

Component changed

This is a simple module that glues the CKEditor and LESS modules together.

The issue when using CKEditor and LESS is that the theme styling isn't available inside the WYSIWYG, reason being that LESS files are generated dynamically and therefore not able to be added manually using CKEditor's "Define Path" option.

This module grabs the most recently generated LESS file generated by the active theme and inserts it into the WYSIWYG.

EntityFieldQuery Views Bulk Operations

Component type

module

Maintenance status

Development status

Downloads

576

Component created

Component changed

Initial Views Bulk Operations support was added to EFQ Views Backend in this issue, using the same technique used in this module. Thus, you should just get the latest development snapshot of EFQ Views, or wait for alpha6 or a beta.

Don't bother with this module anymore... Carry on!