Considered feature-complete by its maintainers.

South African ID

This module provides a text field to enter a South African ID number that will get validated.

Feeds Callback Fetcher

Background

When importing content with Feeds, people uses different URLs.

Select option sort

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:

    January|January
    February|February
    March|March
    April|April
    May|May
    June|June
    July|July
    August|August
    September|September
    October|October
    November|November
    December|December

In the "SORT OPTIONS" fieldset:
- Check "Apply sort option";
- Choose "Order by" - order by text or by the selected value;

Explanation: If we will inspect (using FireBug or else) the Months element
from the form, we will have the following:

    <select id="edit-field-months-und" name="field_months[und]"
            class="form-select">
        <option value="_none">- None -</option>
        <option value="April">April</option>
        <option value="August">August</option>
        ...
        <option value="November">November</option>
        <option value="October">October</option>
        <option value="September">September</option>
    </select>

Multilingual boxes

This project provides basic multilingual support for boxes, providing both title and content translaltion for all the site available languages.

Block Inject

The Block Inject module allows for regions to be created and injected in the middle of chosen node types.

You can create any number of regions to inject as well as select as many node types you would like these regions to be injected in. The blocks you assign to these regions will then appear in the middle of the body field of these node types if the number of paragraphs is bigger than 2.

Forum notifications

This module extends the Notifications module and its included notifications_tags sub-module w

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only