Fraction "Tool Size" Formatter

Component type

module

Categories

Maintenance status

Development status

Downloads

248

Component created

Component changed

This module extends the Fraction and Mixed fractions modules to provide support for displaying fractional values as fractions, decimal values, wire sizes, or any combination thereof.

This is especially useful for sites that have listings of specifications for manufacturing tools like drills, end mills, cutters, etc.

Ubercart Molpay Payment Gateway

Component type

module

Maintenance status

Development status

Downloads

469

Component created

Component changed

This module provides Ubercart integration with the Malaysia payment gateway Molpay, This module requires Ubercart 3. This module is similar to uc_nbepay but the branding has change.

You need to signup with Molpay to use this module.
You will then need to configure Merchant ID and Secret Key on the Payment Method Page.

This module currently support Payment Capture. Payment Query will be included in next release.

Field Collection Style

Component type

module

Maintenance status

Development status

Downloads

1284

Component created

Component changed

Field Collection styling improvements.

Features

  • equal heights of Field Collection items.
  • start, middle, and end of row clases added to items

    (fc-style-item-alpha, fc-style-item-middle, fc-style-item-omega)

Yammer

Component type

module

Maintenance status

Development status

Component created

Component changed

Yammer module, creates various blocks for user feed, mugshot, share button. Works with the Yammer and the Open Graph API. This module makes the assumption that your company has a secure connection to Yammer. This module uses an already established Yammer authentication via your company's SSO. It is also required that you create a developer app on Yammer to use in conjunction with this module.

This module is in it's infancy, has has been revised multiple times. please contribute to make it better, and use with caution, as it's a sandbox project.

Agnostic dump

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Database agnostic data dumper for moving Drupal data from e.g. mysql database to sqlite3 database.

Module provides two drush commands, one for creating a dump and another one for importing it, simple as that - no extra configuration is needed.

Create the dump:

$ drush agnostic-dump > out.db

Read it in:

$ drush agnostic-import out.db

Multi-domain XML Sitemap

Component type

module

Categories

Maintenance status

Development status

Downloads

1814

Component created

Component changed

This is a simple module that builds on top of XML Sitemap module (v2.0). It allows generating sitemap.xml for multiple domains that point to the same Drupal site. For example, you might have example.com, example.us, example.io that all point to the same Drupal site. Using this module will allow generating separate sitemap.xml files under each domain that point to the correct domain name. For example, example.us/sitemap.xml will have links pointing to example.us/..., etc.