Maintainers strive to actively monitor issues and respond in a timely manner.

Commerce line item page

Drupal Commerce allows you to sell customizable products that require customer input when added to the cart.

Europeana API

Search integration

The project use the Europeana API to integrate content from the European digital library, http://europeana.eu into Drupal in two ways:

Forum generate

This module extends the devel module's devel_generate to allow example forum structures to be generated.

Drupal core's forums (including those enhanced by Advanced Forum) are really just taxonomy terms, and the devel_generate module can generate taxonomy terms by itself.

What this module adds is the ability to create some terms which are forum containers, plus it also specifically inserts generated terms into the appropriate vocabulary.

Who should use it?

Developers might want to use it to create test data when working with core forum or Advanced Forum.

Similarly site builders could use it to create example data in order to evaluate Drupal's forum functionality, including enhancements to this functionality added by other contrib modules.

Usage

The forum_generate module adds an admin page to those already provided by devel_generate:

/admin/generate/forum

...hopefully the options there are self-explanatory.

If you want to create a set of test forum data, you might want to do something like:

  • generate 100 users
  • generate 5 forum containers and 25 forums
  • generate 250 Forum topic nodes, with maximum 50 comments, adding taxonomy terms to each node.

Cryptolog

Cryptolog

Enhances user privacy by replacing client IP addresses with ephemeral identifiers.

Mercado Pago Payment

Mercado Pago Logo

This project implements MercadoPago service for Drupal Commerce

At the moment I have developed two versions. Version 1 (7.x-1.x) was based on the old payment system from Mercado Pago (to be deprecated) and version 2 (7.x-2.x) for the newest API.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained