Responsive Image Field Formatter

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides a field formatter for image fields that allows configuration of specific image styles (or none) to apply to images at specific breakpoints, and renders field in such a way that only the appropriate styled image will load for the active breakpoint, or no image will load at all if a style is not selected for the current/active breakpoint.

Relies on Enquire.js, and dynamically sets image source attribute with javascript when a data attribute is present for the current/active breakpoint.

Countdown Timer Field

Component type

module

Maintenance status

Development status

Downloads

9149

Component created

Component changed

Module description

Countdown timer field module allows you to create countdown timer field to count the days, hours, minutes, and seconds until a specified event. The module uses jQuery Countdown Timer to display the countdown timer in a nice graphical way.

This module is very useful for event content types where you want to display countdown timer for the event.

Requirements / Dependencies

Entity reference unpublished

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Entity reference module formatters check if the user has access to the user entity before render it.
Sometimes this behavior is not desirable. I.E.: If you want to reference a node, but this referenced node is not published, it is not displayed in the formatter.
This sandbox projects avoids this validation and all the referenced entities are displayed in the formatter.
Please be careful with the usage of this module to avoid undesirable results.

jQuery Tabs Field

Component type

module

Maintenance status

Development status

Downloads

16067

Component created

Component changed

Module description

jQuery Tabs Field module allows you to create jQuery Tabs field. Using this you can add upto 7 tabs with tab title and tab body in a node. After saving node, the module will display all these 7 tabs as jQuery tabs.

This module is very useful for content types where you want to display information tabs wise for example product pages etc.

Imagefield CSS

Component type

module

Maintenance status

Development status

Downloads

2220

Component created

Component changed

01/06/2014 (Happy new year!)

NOTICE: This module has moved to MakeUp module as MakeUp Image. This project page is now deprecated

This module provides a formatter that allows an imagefield value to be displayed through CSS. Using Breakpoints will allow you to adapt your image size, used tag and other settings to each @mediaquery!

Single Image Formatter

Component type

module

Categories

Maintenance status

Development status

Downloads

4296

Component created

Component changed

This module exposes a formatter that prints one image from a multi-value image field.
It will allow the same options as the original image formatter plus the possibility of choosing which image to print.

Selection must be made using a positive integer where 1 will print delta 0.

If the selected image image number doesn't exist, a random one will be chosen.

Field Injector Xpath

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Ever wanted to use the awesome Field Injector but needed the ability to dynamically append your field after a certain element in the target field? Well have I got a module for you! This allows you to select which field to append content after via an XPath query.

This project gratefully borrows XPath injection code from Content Injector (which has just become unmaintained)

Select option sort

Component type

module

Maintenance status

Development status

Downloads

1425

Component created

Component changed

About

This module allows us to sort the elements of a field which has the select list
widget.

Usage

For example:
We have a field called Months, which is a "List (text)" field with the "Select list" widget. In the "Allowed values list" for this field we have the following values:

South African ID

Component type

module

Categories

Maintenance status

Development status

Downloads

281

Component created

Component changed

This module provides a text field to enter a South African ID number that will get validated.
The field is provided through the field API, so i can be used on content types as a normal textfield is used.
The field has a setting to specify that it must validate the ID, otherwise it will throw an error on the form.

There is also a API function southafrican_id_validate_id($id) that other modules can use to validate a ID number. The function returns TRUE or FALSE to specify validity of number.

This module is only for Drupal 7