Multilingual content type

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module will add the feature to translate node types in a entity translation enviroment. The reason for this module is that i18n_node which will normally add this feature is not fully compatible to the entity translation module.

For more information see one of the following issues:

Paypal Signup

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module is for those people who want paid signup for their Drupal site. This module takes the user to Paypal for payment when they are registering at your site.

Outdated Browser

Component type

module

Maintenance status

Development status

Downloads

4986

Component created

Component changed

This module integrates the Outdated Browser library in Drupal.

It detects outdated browsers and advises users to upgrade to a new version - in a very pretty looking way.

The library ships with various languages. Its look and feel is configurable, and the targeting browser can be configured either specifying a CSS property or an Internet Explorer version.

More info at: http://outdatedbrowser.com

Development Environment

Component type

module

Categories

Maintenance status

Development status

Downloads

2511

Component created

Component changed

Module goal

When developing Drupal sites, we are often working in a development environment in which we want behaviors different than we would like on a production environment. An example of this is sending emails - it's often preferable to not send emails from a development environment, as they can end up in our client's email boxes.

Online Gaming

Component type

module

Maintenance status

Development status

Component created

Component changed


Description


The online gaming module intends to serve as a backbone for integrating drupal with online games giving users access to many of the features involved with online gaming. The idea is use drupal to handle heavier functionality of gaming. Firstly, the user should be able to purchase the game, upgrade, and/or subscribe as necessary. Character maintenance and possible creation could all be handled by a drupal back end. If a game is free to play, items could also be purchases/maintained through drupal.

On the clients end, these things would also be accomplished, in a game engine such as the unreal engine, unity, or cryengine. This would be accomplished using endpoints and an api.

Once the user is logged in, drupal would transfer the client depending on game modes selected. The client could be transferred to an MMO or MMORPG type server, or to a Multiplayer type for team fighting(ie ctf, domination, demolition, etc) or co-op style gameplay. This module will be a catch all for helping people to create multiplayer games.

The server style would be set up to integrate with services such as amazon services so that servers would only be created and destroyed as needed and use tcp for faster access.

Libav

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module is meant to be a simple wrapper for the Libav audio and video processing tools. It provides media conversion and handling functionality through actions accessible via the Rules and/or VBO modules.

Service Container

Component type

module

Categories

Maintenance status

Development status

Downloads

22826

Component created

Component changed

Service Container is an API module based on ctools to enable a Drupal 7 quick and easy lightweight service container with 100% unit test coverage.

It is very similar in syntax to a Symfony container, but was written from scratch as a Symfony Dependency was not wanted - using some of Drupal 8 Core and Component directly. They will likely depend on a drupal8core project in the future - but for now the copy is fine.

This allows to use an extensible service container (like in Drupal 8) and write modules in Drupal 7 as if they were using Drupal 8.

Config Importer

Component type

module

Maintenance status

Development status

Component created

Component changed

Automates the config import process for various Drupal modules that have a manual export/import process: Views, Rules, Message, Flags, Panels and Panel pages.