This project is under active development.

Drag and Drop Operations

This module allows to create "packs" of entities via jQuery UI Drag and Drop in order to make operations with them, i.e.

BrowserID IDP

Module to add the necessary javascript and authentication components to allow your site to act as a Mozilla Persona IDP (Identity Provider).

Modulizer

Drupal 8 requires an awful lot of boilerplate code in order to write modules, and this makes baby kittens cry.

So what this module (which is currently not a module at all, but a horrifying static PHP script written over one sleepless night) does is transform a simple YAML syntax to scaffolding code to eliminate rage. The goal is to be sort of like Module Builder and Profiler rolled into one (and it might make sense to merge this into one of those projects if anything more ever comes of it.)

Example

By defining a YAML file like so:

name: Example
description: An example module.
core: 8.x
type: module

routes:
  hello_world:
    path: 'hello'
    type: page
    access:
      type: permission
      name: access content

...Modulizer generates the following:

├── example.info.yml
├── example.module
├── example.routing.yml
└── lib
    └── Drupal
        └── example
            └── Controller
                └── ExampleController.php

Go to the path http://localhost/hello, and voila! You see a page! :D

To-do

Essentially, everything. :P

- Make it an actual module! :P
- Convert it to Drush hooks instead of horrifying, hard-coded, insecure travesty that it is currently.

Skyword

The Skyword module for Drupal provides easy integration between the Skyword content marketing platform and any Drupal website.

Stop spam registrations

How module works

This small module blocks user registraion if his email's domain is in blacklist.

Commerce Viva Payments

Viva Payments Logo

Viva Payments proxypay system integration for the Drupal Commerce payment and checkout system.

Dependencies

Drupal 7
Drupal Commerce
Drupal Commerce UI
Drupal Commerce Order
Drupal Commerce Payment

Install and Configure

1) Copy the Commerce Viva Payments folder to the modules folder in your installation. Usually this is sites/all/modules. Or use the UI and install it via admin/modules/install.

2) Configure Commerce Viva Payments module via admin/commerce/config/payment-methods. Edit Viva Payments payment method and then fill the appropriate fields and the choose live or test environment.

Configure Viva Payment work environment

The demo work environment can be used for all your development/demonstration requirements. No actual payments or emails are made or sent from this environment. A successful transaction can be simulated with the card number 4111 1111 1111 1111 with any valid date and 111 for the CVV2. All other card numbers will result in a failed transaction. You can create demo accounts from http://demo.vivapayments.com, all that is required is a valid email address.

Creator & Maintainer

Creator and Maintainer is netstudio, a Drupal development services company in Athens, Greece.

Feedback and bug reports

Pages

Subscribe with RSS Subscribe to RSS - Under active development