Field tokens

Component type

module

Maintenance status

Development status

Downloads

13211

Component created

Component changed

The Field tokens module add two additional types of field tokens; Formatted fields and field properties.

 

Formatted field tokens

Formatted Field tokens are tokens allowing one or many field values to be rendered via the default or specified field formatter.

The format is:
[PREFIX:DELTA(S):FORMATTER:FORMATTER_SETTING_KEY-FORMATTER_SETTING_VALUE:...]

(e.g. [node:field_image-formatted:0,1:image:image_style-thumbnail]).

 

Commerce License Billing Coinbase

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Add a recurring Coinbase payment method as a payment a Commerce License. Requires Commerce License Billing.

Warning, this module is in development and right now only works under some specific conditions. Use at your own risk.

Chinese identity card - 身份证

Component type

module

Maintenance status

Development status

Downloads

1137

Component created

Component changed

The Chinese Identity Card module is a small module and provide a field type for this module

But it's useful for entering ID Card in china. And provide a validation function inside code, No need to install field validation module or using drupal form alter api to add validation handler.

This module using text form element, And adding a module defined widget.

Now this module only accepts valid ID Numbers in china (For example: 511702197701193532 or 320311770706001).

Message System

Component type

module

Maintenance status

Development status

Component created

Component changed

Replaces system mails (eg. user registration) with Message module messages - allows for SMS, fields, attachments etc.

Achieves this by declaring Message types for each user mail, then using hook_mail_alter to intercept those mails and send via Message instead.

Some user tokens (eg. one-time-login-url, cancel-url) require a patch to Token module to be replaced properly:
https://www.drupal.org/files/issues/one-time-login-url-not-being-replace...

commerce_gmo_pg

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allows Drupal Commerce to process payments using the GMO Payment Gateway.
And implements two features of payment: Credit card and Convenience store.

This module also provides feature to save GMO credit card information on GMO webservice.

MakesALot

Component type

module

Categories

Maintenance status

Development status

Downloads

593

Component created

Component changed

MakesALot is a wrapper around Drush make to assist in a cleaner build setup for local development tasks.

Where drush make will download core and listed contrib modules and themes (and patches, libraries), MakesALot will automate the rest of the local build process similar to capistrano or platform.sh.

It has a few options:

Jibraaaaaaan!

Component type

module

Maintenance status

Development status

Component created

Component changed

Jibraaaaaaan is a finite state machine implementation done with an extensible hook mechanism. It is designed for developers, and is very, very easy to use... at least for some definitions of 'easy'... and 'very'... and 'use'.

For example, if you want a finite state machine with seven steps (including init and finish), you would simply create a module (we'll call it "selfie") that defines these seven functions:

Menu link placeholder

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Description

This module makes it possible to create a menu item without a link.

How to use

  • Install the module
  • Add the contents of menu_link_placeholder.services.yml to your services.yml
  • Change your menu.html.twig to have something like:
{% if item.no_link %}
  <span {{ item.url.attributes }}>{{ item.title|raw }}</span>
{% else %}
  {{ link(item.title, item.url) }}
{% endif %}