Data Default Values

Component type

module

Maintenance status

Development status

Component created

Component changed

Data Default Value provides a super simple field widget alter that blindly goes and adds the HTML5 attribute 'data-default' to all fields it can. What you do with it in clientside javascript is up to you:

  • Provide button to revert fields back to canonical field configuration specified system default value after clientside user changes
  • Make one of those focus/hide, blur/reshow placeholder-like functions
  • ..Ignore it and be no worse for the wear..

Page URL QR Code Block

Component type

module

Maintenance status

Development status

Downloads

2094

Component created

Component changed

This is a very tiny module just for displaying a block with QR Code of current Page URL. Its highly configurable from block configuration page. To go there you just need to click on this block's contextual menu. This modules solely purpose is to provide just a page URL block out of the box. No, complexity and no other functionality.

Also added support for where Google is restricted. Specially for China.

Future integration:
Will be compatible with hash (#) based URL which doesn't refresh the page at all.

Responsive Bootstrap Block

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Responsive Block

The Responsive Block Modules extends Drupal Blocks with responsive features (Column Size, Offset, Push, Pull and Toggle)

How It Works

The Responsive Block Module extends Blocks with the default Bootstrap Column(Size, Offset, Push, Pull) and Toggle settings, so administrators can define a block's responsive features, without having to edit the CSS directly.

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]).

 

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).

Blocks per menu

Component type

module

Maintenance status

Development status

Downloads

1235

Component created

Component changed

Blocks per menu extends the block visibility interface in Drupal 7 and allows the user to control block visibility based on the menu links.

Configuration

when the module is enabled, a new vertical tab is added to the block configure admin settings as shown in the snapshot.

If only a parent menu is selected and no child menu item is selected, then the restriction is applied to all the child menu links.

An alternative to this module may be to use Context module.