Maintainers monitor issues, but fast responses are not guaranteed.

Commerce Toman

commerce_toman

This module does these two jobs:

1 - Makes a new toman currency
2 - Removes extra decimals from the front of Rial prices

This module will be helpful for iranian shops

LIFT

Lightweight Instant File Transfer - LIFT

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>

Pages

Subscribe with RSS Subscribe to RSS - Minimally maintained